/** Menu HEPEN **/
body
{
	background-color: black;
}

ul.nav
{
	margin: 0;
	padding: 0;
}

ul.nav li
{
	list-style: none;
	display: inline;		
}

ul.nav li a
{		
	float:left;
	width: 110px;
	height: 23px;	
	font: 10px Verdana, Arial, Helvetica, sans-serif; 	
	color: White;	
	border-right: 1px solid black;	
	text-align: center;	
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 7px;	
        background: url(bt.jpg) no-repeat; 
}

ul.nav li.lastitem a
{			
	border-right: 0px none solid;	
}

ul.nav li a:hover
{
	color: yellow;
}
