@charset "utf-8";
/* CSS Document */



/**********************************************/
#hnavbar ul {
	list-style:none;
}

#hnavbar ul ul{
	list-style:none;
	margin-left:10px;
}

#hnavbar li {
	float:right;
	width:auto;
}
#hnavbar ul li a {
	display:block;
	padding:0 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}


#hnavbar ul li ul li {
padding-left:0px;
font-weight:normal;
}


#hnavbar ul li ul li a {
text-align:left;
font-weight:normal;
display:block;
}


#hnavbar li.last {
	margin-right:10px;
}
#hnavbar ul li a.hmarked {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	/*background-color: #fff; */
}

#hnavbar ul li ul li a.hmarked {
	text-decoration:none;
	color:#757575;
	font-weight:bold;
background-color: #fff;
}

#hnavbar ul:hover li:hover a {
font-weight:normal;
background-color:#fff;
color:#656565;
}

#hnavbar ul:hover li:hover a:hover, #hnavbar ul:hover li:hover a.hmarked {
font-weight:bold;
background-color:#ddd;
color:#656565;
}

/**************************************************/



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:460px;
	height:20px;
	font-size:11px;
	position:relative;
	float:right;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	color:#00CC33;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
position:absolute;
padding-left:103px;
	width:746px;
	w\idth:745px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
		
}
.menu ul ul {
	width:65px;
	margin-left:10px;
	
	
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:65px;
	position:relative;

}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;

	width:65px;
	height:20px;
	
	line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:65px;
	w\idth:49px;
	
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#f0f;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#f0f;
}
.menu ul ul :hover > a.drop {
	background:#f0f;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:20px;
	left:0px;
	width:121px;
	
	
	
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:20px;
	t\op:20px;
	color:#00FF33;
	
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left: -10px;
	border-collapse:collapse;
	
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff;
	color:#555;
	height:auto;
	/* line-height:1em; 
	padding:5px 10px;*/
	width:119px;
	/*	border-width:0 1px 1px 1px; border-bottom:1px solid #090;*/
	text-align:left;
border-right:1px solid #eee;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:120px;
	w\idth:120px;
	color:#FFF;
	background:#555;
}
/* style the top level hover */
html .menu a:hover,  html .menu ul:hover li:hover a:hover, html .menu ul ul a:hover {
	color:#656565;
	background:#777;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#656565;
	background:#e5e;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
	color:#656565;
	background:#e5e;
}

