#hnavcontainer ul {
	clear: both;
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	margin:0;
	position: relative;
	text-transform: uppercase;
	z-index: 30;	
}	

#hnavcontainer ul:hover {
	z-index: 203;
}

#hnavcontainer ul li {
	display: inline;
	float: left;
}

#hnavcontainer ul li a {	
	background: transparent;
	border: none;
	color: #999;
	display: block;	
	padding: 0;
	text-decoration: none;
}

#hnavcontainer ul li a.highlight {
	background: transparent;
	color: #E32511;	
}

#hnavcontainer ul li a:hover {
	background: #222222 url(../images/menu/nav_hover_left.gif) top left no-repeat;
	color: #02A1A5;
	padding: 0 0 0 0;	
}

#hnavcontainer ul li a:hover span {
	background: #222222 url(../images/menu/nav_hover_right.gif) top right no-repeat;
	padding: 0;
}

#hnavcontainer ul li.selected {
	background: #02A1A5 url(../images/menu/nav_selected_left.gif) top left no-repeat;
	color: #fff;	
	display: inline;
	float: left;
	position: relative;
}

#hnavcontainer ul li.selected a {
	background: #02A1A5 url(../images/menu/nav_selected_right.gif) top right no-repeat;
	color: #fff;
	display: block;
	padding:0;
}


#hnavcontainer ul li.selected a:hover {
	background: #02A1A5 url(../images/menu/nav_selected_right.gif) top right no-repeat;
	color: #fff;
	display: block;
	padding:0;
}

#hnavcontainer ul li.selected a span{
	background: #02A1A5 url(../images/menu/nav_selected_left.gif) top left no-repeat;
	padding: 0;
	display: inline;
}

#hnavcontainer ul li.selected a:hover span {
	background: #02A1A5 url(../images/menu/nav_selected_left.gif) top left no-repeat;
	padding: 0;
}

#hnavcontainer ul li ul {
	background:#000 url(../images/menu/bg_dropdown.gif) bottom left no-repeat;
	border: 8px solid #C1A648;
	left: -999em;
	margin: 36px 0 0 0;
	padding: 10px 0 6px 0;
	position: absolute;	
	text-transform: none;	
	width: 189px;
	z-index: 400;
}
* html #hnavcontainer ul li ul {margin-top: 0;}

#hnavcontainer ul li:hover ul, #hnavcontainer ul li.sfhover ul {
	left: auto;	
}

#hnavcontainer ul li:hover ul li, #hnavcontainer ul li.sfhover ul li{
	float: none;
}

#hnavcontainer ul li:hover ul li a, #hnavcontainer ul li.sfhover ul li a, #hnavcontainer ul li.selected:hover ul li a {
	color: #fff;
	padding: 0 0 5px 20px;
	background: none;
}

#hnavcontainer ul li.selected:hover ul li a {
	color: #fff;
	padding: 0 0 5px 20px;
	background: none;
}

#hnavcontainer ul li:hover ul li a:hover, #hnavcontainer ul li.sfhover ul li a:hover 
{
	background: none;
	color: #999999;
	padding: 0 0 5px 20px;
}

#hnavcontainer ul li:hover ul li.image a, #hnavcontainer ul li.sfhover ul li.image a{
	padding: 20px 0 0 8px;
}


#hnavcontainer ul li:hover ul li.image a:hover, 

#hnavcontainer ul li.sfhover ul li.image a:hover {
	padding: 20px 0 0 8px;
}


/* styles for having an icon of home on the navigation */

#hnavcontainer ul li.home{
	background: #000 url(../images/icon_home.gif) 5px 6px no-repeat;
	text-indent: -9999999em;
	overflow: hidden;
	padding: 0;
	width: 20px;
	height: 26px;
}

#hnavcontainer ul li.home a{
	padding: 0;
}

#hnavcontainer ul li.home a:hover{
	background: none;
}



/**
#hnavcontainer ul
{
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 36px;
	width: 100%;
}

#hnavcontainer ul li
{
	display: inline;
	list-style-type: none;
	
}

#hnavcontainer ul li img{
	float: left;
	height: 36px;
}

#hnavcontainer a
{
border: none;
	padding: 0;
}

#hnavcontainer a:link, #hnavlist a:visited
{
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}

#hnavcontainer a:hover
{
	color: #FFFFFF;
	background: transparent;
}
*//