@charset "utf-8";
#main_menu {
	background-image: url(../images/mainmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	padding-left: 10px;
	width: 956px;

}
#main_menu a, #main_menu a:visited, #main_menu a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 124px;
	padding: 10px 10px 0 10px;
	height: 23px;
	text-align:center;
	display: block;
	text-decoration: none;
	float: left;
}
#main_menu a:hover {
	color:#E2E9EB;
}
#main_menu_logo {
	display: inline;
	float: left;
	width: 64px;
	margin: 4px 0 0 10px;
}
#main_menu_logo a, #main_menu_logo a:visited, #main_menu_logo a:active {
	width: 64px;
	padding:0;
	margin:0;
}
#menu_window {
	width:490px;
	position: absolute;
	top: 400px;
	left: 400px;
	display: none;
	z-index: 100;
}
#menu_window #hd {
	background-image: url(../images/menu_tl.gif);
	background-position: 0px 0px;
	height: 12px;
	margin-right: 12px;
	background-repeat: no-repeat;
	position: relative;
}
#menu_window #hd .c {
	background: url(../images/menu_tr.gif) no-repeat right 0px;
	height: 12px;
	position: relative;
	left: 12px;
}
#menu_window #bd {
	background-image: url(../images/menu_ml.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-right: 12px;
}
#menu_window #bd .c {
	background-image: url(../images/menu_mr.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	position: relative;
	left: 12px;
}
#menu_window #bd .c #s {
	background-color: #446296;
	background-image: url(../images/menu_ms.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 12px;
	padding-bottom: 10px;
	overflow: hidden;
	height: 100%;
	padding-top: 1px;
}
#menu_window #ft {
	background-image: url(../images/menu_bl.gif);
	background-position: 0px 0px;
	height: 11px;
	margin-right: 12px;
	background-repeat: no-repeat;
}
#menu_window #ft .c {
	background-image: url(../images/menu_br.gif);
	background-position: right 0px;
	height: 11px;
	position: relative;
	left: 12px;
	background-repeat: no-repeat;
}
#menu1 {
	width: 150px;
	float:left;
}
#menu2 {
	width: 150px;
	margin-left: 5px;
	float:left;
	display: none;
}
#menu3 {
	width: 150px;
	margin-left: 5px;
	float:left;
	display: none;
	overflow: hidden;
}
.c a {
	text-decoration: none;
	font-weight: bold;
}
.c ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.c li {
	clear: left;
	float: left;
}
.c ul li a, .c ul li a:visited, .c ul li a:active {
	width: 148px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin: 0 1px 0 1px;
	/*border-top: 1px #FFFFFF solid;*/
	border-bottom: 1px #6898c4 solid;
}
.c ul li a:hover {
	background: #062a6d;
	color: #A0B9D8;
}
#menu_imageholder {
	padding: 1px 2px 2px 2px;
	margin: 0px;
}
#menu_txtholder {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-size: 10px;
	margin: 0px;
}
.sitemap {
	margin: 5px;
	font-size: 10px;
	font-weight: bold;
	
}
.sitemap a, .sitemap a:visited, .sitemap a:active {
	text-decoration: none;
	color: #0C498D;
}
.sitemap a:hover {
	text-decoration: underline overline;
	color: #0C498D;
}
