﻿.nt ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */

}
	
.nt ul li{
position: relative;
margin-left:5px;
background-color: #000000;
 line-height: 25px;
}
	
/*Sub level menu items */
.nt ul li ul{
margin-left:15px;
position:inherit;
width: 150px; /*sub menu width*/
top: 0;
}

/* Sub level menu links style */
.nt ul li a{
font-size:11px;padding-left:20px;

display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#FFFFFF;
text-decoration: none;
text-transform:uppercase;
font-weight:bold;
background: url(bgmenu_tuvan.gif) no-repeat left center;
height:25px;
}
.nt ul li.last a{
background: url(bgmenutuvan.gif) no-repeat left center;
}
.nt ul li a:visited{
color: #ffffff;
}
	
/* Holly Hack for IE \*/
* html .nt ul li { float: left; height: 1%; }

/* End */
