/* GENERAL STYLES */
/* GENERAL STYLES */
.menuBar
{
	position: relative;
	background-color: transparent;
	text-align: center;
	float: left;
	margin-left: 20px;
}
.Bar
{
	float: left;
	width: auto;
	margin: 0px 20px 0px 20px;
	cursor: hand;
	border: 0px;
	position: relative;
	background-color: transparent;
	text-align: center;
	color: #003a70;
	font: bold 14px/30px Times;
}

.Bar a
{
	color: #003a70;
	font: bold 14px/30px Times;
	text-decoration: none;
}

.Bar a:hover
{
	text-decoration: underline;
}

.barOver
{
	float: left;
	width: auto;
	margin: 0px 20px 0px 20px;
	cursor: hand;
	border: 0px;
	position: relative;
	background-color: transparent;
	text-align: center;
	color: #003a70;
	font: bold 14px/30px Times;
	text-decoration: underline;
}

.menu
{
	border: 1px solid #959595;
	width: 220px;
	line-height: 140%;
	visibility: hidden;
	position: absolute;
	background-color: #d5e2f5;
}

.menuItem
{
	width: 100%;
	cursor: hand;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
	color: #003a70;
	font: bold 12px/20px Times;
	text-indent: 10px;
}

.menuItem a
{
	width: 100%;
	cursor: hand;
	line-height: 20px;
	color: #003a70;
	font: bold 12px/20px Times;
	text-decoration: none;
}

.ItemMouseOver
{
	width: 100%;
	cursor: hand;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
	color: #0000ff;
	font: bold 12px/20px Times;
	text-indent: 10px;
	background-color: #ffffff;
}

.ItemMouseOver a
{
	width: 100%;
	cursor: hand;
	line-height: 20px;
	color: #00ooff;
	font: bold 12px/20px Times;
	text-decoration: none;
	background-color: #ffffff;
}


.ItemMouseOut
{
	width: 100%
}

.Arrow
{
	float: right;
	font-family: Webdings;
	position: absolute;
	text-align: left
}

/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */

