@charset "utf-8";
/* CSS Document --- Main Menu Only */

#menu_bg {
	background-image: url(../web/images/menu_bg.gif);
	width: 959px;
	height: 40px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-repeat: repeat-x;
}

#menu {
	width: 959px;
	height: 40px;
}

.cms_menu_btn {
	font-size: 15px;
	line-height: 40px;
	color: #455958;
	text-decoration: none;
}
.cms_menu_btn a {	
	color: #455958;
	text-decoration: none;
	background-image: url(menu_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cms_menu_btn a:hover {	
	color: #455958;
	text-decoration: underline;
}

.cms_menu_btn_selected {
	color: #455958;
	text-decoration: none;
	font-weight: bold;
	background-color:#0000FF;
}

#navlist {
	width:959px; /* 975 */
	height:40px;
	z-index:9999;
	top:295px
}
#navlist ul {
	padding:0;
	margin:0
}
#navlist ul.menu li {
	width:auto;	
	float:left;
	margin:0px;
	text-indent:-10px;
	list-style:none;	
	text-decoration: none;

}
#navlist ul.menu li a {
	width:auto;
	height:auto;
	display:block;
	outline:0;	
	padding-left:20px;
	padding-right:20px;
	
}
#navlist ul.menu li a:hover {
	text-decoration:underline;
}
.corner a { color:#FFFFFF; }
#navlist ul.menu li.corner a {
	color:#FFFFFF;
}

/* submenu */
#navlist ul.menu ul {
	position:absolute;
	z-index:999;
	display:none;
	list-style:none;
	left:auto;
	margin:0px;
	padding:0px;
	top:192px;
	width:170px; /* 250 */
	height:auto;
}
#navlist ul.menu ul li {
	margin:0;
	padding:0;
	width:178px;
	height:auto;	
}
#navlist ul.menu ul li a {
	display:block;
	margin:0px;
	padding-left:30px;
	text-align:left;
}
#navlist ul.menu ul li a:link {
	color: #455958;
	text-decoration: none;
	background-image: url(menu_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight:normal;

}
#navlist ul.menu ul li a:visited {
	color:#000000;
}
#navlist ul.menu ul li a:hover {
	display:block;
	margin-top:0px;
}
#navlist ul.menu ul ul {
	position:relative;
	top:auto;
	margin-top:0px;
}
#navlist ul.menu ul ul li a {
	display:block;
	text-indent:10px;
}
#navlist ul.menu ul ul li a:hover {
	color:#af0dcc;
}

.cms_menu_btn_selected {
	font-size: 15px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.cms_menu_btn_selected a {
	font-size: 15px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(menu_1_selected.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cms_menu_btn_selected a:hover {
	font-size: 15px;
	line-height: 40px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.cms_menu_btn_selected ul li a {
	background-image: url(menu_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}