@charset "utf-8";
/* CSS Document */

.h_mnu_01{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #ffffff;
	border: none;
	background-image:url(../img/mm_background.gif);
	background-repeat:repeat-x;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #666666;
	padding: 5px 2.53em;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8DADB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8DADB;
}

.h_mnu_01 ul li a:visited{
color: #666666;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #777BBB !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFF;
	background-image:url(../img/ev_image_roll.gif);
	 background-repeat:no-repeat;
	 background-position:3px 5px;
}

 .h_mnu_01 ul li .selected{
	 background-image:url(../img/mainmenu_selected.gif);
	 background-repeat:no-repeat;
	 background-position:3px 5px;
 }
