
/**************************/
/*     Navigation         */
/**************************/


#menuBar {
/* 	background-color:#FFFFFF; */
/*	background-image: url(/system/gfx/background_navi.png);
	background-repeat:repeat-x;*/
	text-align: center;
	clear: both;
/* 	height: 30px; */
/*	border-top: 4px solid #174163;
	border-bottom: 4px solid #174163;
	border-left: 10px solid #174163;
	border-right: 10px solid #174163;*/
}
.menuButtonBox {
	float:left;
	margin-left:0px;
/* 	width: 140px; */
/* 	height: 30px; */
/* 	background-color: #FFFFFF; */
	line-height: 110%;
}
.menuButtonBox:hover{
/* 	background-color:#ffebca; */
}
.menuButtonMargin {
/* 	margin-top:8px; */
	margin-right:10px;
}
a.menuButton, a.menuButtonActive {
/*	color:#777;*/
	font-weight: bold;
	left: 0px;
	top: 0px;
/* 	text-decoration: none; */
	cursor: pointer;
	font-size: 12px;
}
a.menuButton:hover, a.menuButtonActive, a.menuButtonActive:hover {
/* 	color: #3947a5; */
/* 	text-decoration: underline; */
}
.menu {
	position: absolute;
	text-align: left;
	visibility: hidden;
	margin-left:7px;
}
div.menuItemContainer {
/* 	background-color:#e8e8e9; */
	padding-bottom:5px;
	width:146px;
	position: relative;
	left: 6px;
	top: 2px;
}
.menuItemContainer table {

}
.menuItemContainer td {
	vertical-align:top;
	padding:0px;
}
.menuItemContainer img {
	margin-top:5px;
}
a.menuItem {
/* 	width:145px; */
	display: block;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
/* 	background-color: #174163; */
	color: #3947a5;
	line-height: 110%;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:3px;
}
a.menuItem:hover {
	text-decoration: underline;
}
.menuItemSep {

}
