/*--- menu ---*/





#menu-wrapper {


	width: 800px;


	float: right;


/*	border: 1px solid blue;*/


	margin-top:8px;


	margin-right:40px;  


}





.menu {


	height:50px;  


	font-size: 86%; 


	z-index:999;


	float:right;


}





.menu ul {


	padding:0; 


	margin:0; 


	list-style: none;


}





.menu ul li {


	width:125px; 


	height:50px; 


	margin-left:7px;


	float:left; 


	position:relative;


}





.menu ul li a, .menu ul li a:visited {


	background:#91060d url(../i/btn-bg.gif) top left no-repeat; 


	display:block;


	width:125px; 


	height:50px;  


	color:#fff;


	text-decoration:none;


	text-align:center;


	text-transform: uppercase; 


	font-weight: bold;


	line-height:4em;


	letter-spacing: 0.05em;  


}





.menu ul li:hover a {


	color:#fff; 


	background:#4d5353 url(../i/btn-bg.gif) top left no-repeat; 


}





/*--- start dropdown styles ---*/





.menu ul li ul {


	display: none;


}





.menu ul li:hover ul {


	display:block; 


	position:absolute; 


	top:50px; 


	left:0px; 


	width:182px;


	background-color:#dddddd; 


	padding: 4px 0 2px 0;


}





.menu ul li:hover ul li{ 


	width:154px; 


	border:none;


	height: auto;


	margin:0 0 2px 4px;  


}





.menu ul li:hover ul li a {


	width:154px;


	height: auto;  


	display:block; 


	background:url(../i/drop-down-item-bg-3.gif) top left no-repeat;


	padding:7px 10px 7px 10px;


	text-align:left; 


	text-transform: none; 


	font-weight:bold;


	letter-spacing: normal;


	line-height: 1.1em;


	color:#4d5353; 


}





.menu ul li:hover ul li a:hover {


	color:#91060d;


}



