@charset "UTF-8";

#outerContainerHu 
{
background:#4b4d3f; 
width:750px; 
height:30px;
}
#menuHu 
{
position:relative;	
float:left;	left:0%;	
width: 138px;}

#hu, 
#hu ul 
{
padding:0; 
margin:0; 
list-style:none; 
font: 11px arial, verdana, sans-serif; 
background:url(transparent.gif); 
position:relative; z-index:100;
}

#hu 
{
height:30px;	
float:left;	
padding:0;	
position:relative;	
right:0%;
}

#hu table 
{
border-collapse:collapse;
}
#hu li 
{
float:left;
}
#hu li li 
{
float:none;
}
/* a hack for IE5.x and IE6 */
#hu li a li 
{
float:left;
}

#hu li a 
{
display:block; 
float:left; 
color:#fff;	
height:34px;	
line-height:18px;	
text-decoration:none;	
white-space:nowrap;	
font-weight:normal;	
font-size: 12px;	
padding-top: 0;	
padding-right: 0px;	
padding-bottom: 0;	
padding-left: 0px;}
#hu li li a 
{
height:24px; 
line-height:25px;	
float:none;	
background-color: #d4d4d4;	
text-align: left;	
text-indent: 10px;	
display: block;	
color: #000000;	
width: 130px;	
margin-top: -1px;	
border: 1px solid #666666;	
padding-top: 4px;	
padding-bottom: 4px;}

#hu li:hover {position:relative; z-index:100; background:url(transparent.gif);}
#hu a:hover {position:relative; z-index:100; color:#000000; border:0; background:url(transparent.gif);}
#hu li:hover > a {color:#FE9D45;}

#hu :hover  ul {left:65px; top:0px; z-index:300;}
#hu a:hover ul {left:65px; top:0px; z-index:300;}

#hu ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#hu li:hover li:hover > ul {left:-7px;	margin-left:100%;	top:1px;}
/* keep further levels hidden */
#hu li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#hu li:hover li:hover > a {color:#000000; background-image:url(../images/topmenu_bg.gif); background-repeat: repeat-y; background-position: left center; background-color: #E8E8E8; margin-top: -1px;	border: 1px solid #666666;}

#hu li a:hover ul li a:hover {color:#000000; background-image:url(../images/topmenu_bg.gif); background-repeat: repeat-y; background-position: left center;	background-color: #E8E8E8;	margin-top: -1px;	border: 1px solid #666666;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#hu a:hover a:hover ul,
#hu a:hover a:hover a:hover ul,
#hu a:hover a:hover a:hover a:hover ul,
#hu a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#hu a:hover ul ul,
#hu a:hover a:hover ul ul,
#hu a:hover a:hover a:hover ul ul,
#hu a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
