#nav, #nav ul, #nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navholder
{
	position: relative;
	height: auto;
	width: 100%;
	background: #941111;
	border-top: solid 1px #F00;
	z-index: 900;	
}

#nav
{
	position: relative;		
	height: auto;		
	color: #fff;	
	margin-left: 20px;
	
}

#nav li
{	
	position: relative;		
	float: left;	
	width: auto;
	padding: 0 10px;
	line-height: 24px;
	cursor: default;
	background: transparent url(../../../sites/ak.en/images/bullet_menu.gif) no-repeat 0 .9em;
}

#nav li h2
{
	color: #fff;		
	font-size: 1em;
	position: relative;
	font-weight: normal;
}

#nav li, #nav li h2
{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

#nav ul
{		
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	width: 200px;
	padding: 3px 0 5px;
	background: #BF0000;
}

#nav ul li 
{
	clear: both;
	width: 100%;	
	line-height: normal;
	background: transparent;
}

#nav ul li a
{
	color: #fff;
	padding: 2px 5px 2px 10px;
	display: block;
	background: transparent url(../../../sites/ak.en/images/bullet_submenu.gif) no-repeat 0 5px;
}

/* mouseover */
#nav li:hover ul, #nav li.over ul
{
	display: block;	
}
