@charset "utf-8";
/* CSS Document */

.dmyst_top_menu{
	position:absolute;
	left:135px;
	top:5px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width:750px;
	z-index:100;
}

.dmyst_top_menu ul{
	margin:0;
	padding: 0;
	float: left;
	width: 100%;
	background: #000000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5332c;
	border-right-color: #e5332c;
	border-bottom-color: #e5332c;
	border-left-color: #e5332c
}

.dmyst_top_menu ul li{
display: inline;
}

.dmyst_top_menu ul li a{
	float: left;
	color: #e5332c;
	padding: 10px 11px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5332c;
	border-bottom:#e5332c solid 1px;
	border-top:#e5332c solid 1px;
}

.dmyst_top_menu ul li a:visited{
color: #e5332c;
}

.dmyst_top_menu ul li a:hover, .dmyst_top_menu ul li .selected{
	color: #000000 !important;
	/*padding-top: 7px;
	padding-bottom: 5px;*/
	background: #e5332c;
}

.dmyst_top_menu .lastItem{ border-right:#e5332c solid 1px;}

.isSelected{
	color: #000000 !important;
	padding: 10px 11px;
	background: #e5332c;
}















