#Top_Menu{
	clear: both;
	background:#5298c1 url(../../UserFiles/Site/Top_Menu.png) repeat-x 0 0;
	position: relative;
	height: 21px;
}
#Left_Menu{
	clear: both;
	position: relative;
}

#Footer_Menu{
	clear: both;
	background:#899fab url(../../UserFiles/Site/Top_Menu.png) repeat-x 0 0;
	position: relative;
	height: 21px;
}

.top_menu{
	position: relative;
	left: 240px;
	width: 734px;
	color: #FFF;
}

.top_menu li{
	display: inline;
}
.top_menu .top_menuitem{
	visibility: hidden;
	display: none;
}
.top_menu a{
	font-size: 80%;
	padding-top: 3px; 
	height: 18px;
	color: black;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block;
	text-decoration: none;
	font-weight: bolder;
}

.top_menu a:hover{
	border-left: 1px outset #748d9a;
	border-right: 1px outset #748d9a;
	background:#5d7480 url(../../UserFiles/Site/Top_Menu.png) repeat-x 0 0;
}

.top_menu .selected{
	border-left: 1px inset #638995;
	border-right: 1px inset #638995;
	background:#263035 url(../../UserFiles/Site/Top_Menu.png) repeat-x 0 0;
}

.sub_top_menu{
	position: relative;
	left: 0px;
	color: #FFF;
}

.sub_menu UL, .sub_menu_Img{
	display: block;
	margin-bottom: 10px;
}
.sub_menu a{
	font-size: 80%;
	height: 18px;
	color: black;
	border: 1px solid #d6dee2;
	padding-left: 1em;
	padding-top: 3px; 
	padding-right: 1em;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	background: #fcfcfc url(../../UserFiles/Site/Top_Menu.png) repeat 0 0;
	width: 288px;
}

.sub_menu a:hover{
	border: 1px solid #8da3ae;
	background: #cecece url(../../UserFiles/Site/Top_Menu.png) repeat 0 0;
}

.sub_menu .selected{
	border: 1px solid #556c77;
	background: #666666 url(../../UserFiles/Site/Top_Menu.png) repeat 0 0;
}

.sub_menu_Img a:hover img{
	*filter: Alpha(opacity='65'); 
	opacity:0.65;
}

.sub_menu_Img .selected img{
	*filter: Alpha(opacity='85'); 
	opacity:0.85;
}

.sub_menu LI{
	padding-left: 4px;
}

.footer_menu{
	position: relative;
	left: 0px;
	color: #FFF;
}

.footer_menu li{
	display: inline;
}
.footer_menu .footer_menuitem{
	visibility: hidden;
	display: none;
}
.footer_menu a{
	height: 21px;
	color: #FFF;
	border: 0px solid #004a62;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block;
	text-decoration: none;
	font-weight: bolder;
}

.footer_menu a:hover{
	border-left: 1px outset #638995;
	border-right: 1px outset #638995;
	background: #a0522d url(../../UserFiles/Site/Top_Menu.png) repeat 0 -43px;
}

.footer_menu .selected{
	border-left: 1px inset #638995;
	border-right: 1px inset #638995;
	background: #a0522d url(../../UserFiles/Site/Top_Menu.png) repeat 0 -21px;
}

