#bhna_menu {
    float: left;
	width: 960px;
	height: 60px;
	background: transparent url(red.jpg) repeat-x top left;
	padding: 0 0 0 0;

}



#bhna_menu ul{
	margin:0;
	padding:0;
	list-style-type:none; 
	width:960px;
	height: 60px;
	float: right;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size:12px;

	/*position:relative;
	height:60px;
	display:block;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size:12px;
	background: transparent url(red.jpg) repeat-x top left; */
	overflow: hidden; 
}

#bhna_menu ul li{
	display: inline;
	 display:block;
	float:left;
	margin:0;
	pading:0; /*
	background: url(../images/templatemo_menu_divider.png) center right no-repeat; 
	border-right:1px dashed #330000; 
	height:60px; */
}

#bhna_menu ul li a {
/*display:block;
	height:60px;
	float:left;
	color:#ffffff;
	text-decoration:none; */
	float: left;
    color: white; /*text color*/
/*width: 158px; */
    height:60px;
    text-align: center;
    padding-top: 18px;
    text-decoration: none;
    outline: none;
	padding:20px 25px 0 25px; 
/*	background: url(../images/templatemo_menu_divider.png) center right no-repeat; */
	border-right: 2px solid #330000;
	 
	}
	
#bhna_menu ul li a:hover {
	background:transparent url(red_highlighter.jpg) repeat-x top left; text-decoration:none; color:#FFCC00;
	}
#bhna_menu ul li.highlight a{
/*background: url(../images/templatemo_menu_divider.png) center right no-repeat; */
background:transparent url(bright_red.jpg) repeat-x top left; text-decoration:none; color:#CCCCCC font-weight:bold;
}
