/* Menu ********************************************************************************/
.MenuMainContainer{
	margin-top:72px;
	width:245px;
	background-color:#f89139;
	padding:13px 0px 0px 0px;
	background-image:url(../img/bgrd/menu_top.gif);
	background-repeat:repeat-x;
}
.MenuItem{
	width:245px;
	height:20px;
	display:block;
}
.MenuSeparator{
	width:245px;
	height:2px;
	background-image:url(../img/common/menu_separator.gif);
	background-repeat:repeat-x;
	display:block;
}
.SubMenuItem{
	position:absolute;
	margin-left:245px;
	margin-top:-22px;
	background-color:#f89139;
	display:none;
}
.AhrefItem{
	font-family:'Verdana';
	font-size:12px;
	color:#234e71;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	width:235px;
	height:14px;
	display:block;
}
.AhrefItem:hover{
	font-family:'Verdana';
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:3px 5px 3px 5px;
}
.AhrefItemParent{
	font-family:'Verdana';
	font-size:12px;
	color:#234e71;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	width:235px;
	height:14px;
	display:block;
	background-image:none;
}
.AhrefItemParent:hover{
	font-family:'Verdana';
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	background-image:url(../img/common/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.AhrefItemActiv{
	font-family:'Verdana';
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	width:235px;
	height:14px;
	display:block;
	background-image:url(../img/common/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.AhrefItemActiv:hover{
	color:#FFF;
}