﻿
#mtk-top-nav {	
	float: left;
	width: 560px;		
	color: #000000;
	margin: 0px 0px 0px 0px;		
}

#tnav, #tnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #666666; /*modify*/
}
#tnav img {
	border: 0px;
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
#tnav a {
	display: block;
	padding: 5px;
	color: #ffffff; /*modify*/
	width: auto;
}
#tnav a.top 
{
	font-size:7.5pt; /*add*/
	font-family: sans-serif, Arial, Verdana; /*modify*/			
	/*font-weight: bold; Remove */
	text-decoration:none; /*add*/
	padding: 5px 5px;
}
#tnav li {
	float: left;
	width: auto;
}
#tnav ul li {
	float: left;
	width: auto;
}
#tnav li ul {
	position: absolute;
	z-index: 999;
	width: 200px; /*modify*/
	margin-top: -1px; /*modified -1px*/
	left: -999em;
}
#tnav li ul ul {
	position: absolute;
	z-index: 900;
	width: 200px; /*modify*/
	margin: -47px 0 0 235px;
	border: 1px solid #983620; /*modify*/		
	left: -999em;
}
#tnav li ul a {
	width: 200px; /*modify*/
	color: #ffffff;  /*modify*/
	background-color: #666666; /*modify*/	 
	background-repeat: repeat-y;
	/*background-image: url(../images/menu/top/top-menu-bg.jpg);*/
	border-top: 1px solid transparent;
	border-bottom: 1px solid #983620; /*modify*/
}
#tnav ul.bigger a,
#tnav li.bigger a {	
	padding: 8px 5px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #983620; /*modify*/
	text-decoration:none; /*add*/
}
#tnav li ul a:hover {
	background-color: #999999; /*modify*/
}
#tnav li ul a.lh35 {
	line-height: 35px;
}
#tnav .cover {
	position: relative;
	z-index: 999;
	margin-top: 1px;
	float: right;
	width: 1px;
	height: 45px;
	border-right: 1px solid #E5E5E5;
}
#tnav li:hover > .cover, #tnav li.over > .cover {	
	/*border-right: 1px solid #fcfcfc;*/
}
#tnav ul li:hover > a, #tnav ul li.over > a {
	background-color: #999999; /*modify*/	
	background-image: none;	
	/*border: 0px solid #cccccc; remove*/
	margin-left: -1px;
}
#tnav li:hover, #tnav li.over {
	background-color: #999999;
	background-repeat: repeat-y;
	/*background-image: url(../images/menus/top/top-menu-bg.jpg);*/	
}
#tnav li:hover ul ul, #tnav li:hover ul ul ul, #tnav li.over ul ul, #tnav li.over ul ul ul {
	left: -999em;
}
#tnav li:hover ul, #tnav li li:hover ul, #tnav li li li:hover ul, #tnav li.over ul, #tnav li li.over ul, #tnav li li li.over ul {
	left: auto;
}
#tnav ul.noborder a,
#tnav ul.noborder a:hover {
	border: 0px;
	width: 190px; /*modify*/
	margin: 0px;
	/*border-bottom: 1px solid #fcfcfc;*/
}

#tnav .br {
	border-right: 0px;
	/*font-family: Tahoma, Arial, Verdana, sans-serif; /*modify*/	
	/*font-size:7.0pt;  /*add*/
	/*letter-spacing: 0.03em; /*add*/
}