/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

.menu {
	font-family: arial, sans-serif; 
	width:500px; 
	height:20px; 
	position:relative; 
	font-size:11px; 
	z-index:100;
	color:#000000; 
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:200px; w\idth:200px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;background:#FFFFFF;}
.menu ul ul {width:200px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

/* white bg */
.whiteBG{
	padding-right:10px;
	background:#FFFFFF;
}

.menu .hide {
	line-height:20px; 
}

.menu .main {
	width:200px;
	/*height:20px; */
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	margin-right:20px;
}

.scroller {
	
	height:90px;
	h\eight:90px;
	/*overflow:hidden;*/
}

.menu li {
	width:200px;
	position:relative; 
	float:left; 
	text-align:left; 
	background:#FFFFFF; 
	font-weight:bold;
}
/* style the links for the top level */
.menu a, .menu a:visited, .navLabel, .navMore, .navObjects {
	display:block;
	color:inherit;
	width:190px;
	text-decoration:none;
	/* line-height:16px; */
	font-size:10px;
	letter-spacing:1px;
	padding-left:10px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:200px; 
	w\idth:200px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:200px;
	top:20px;
	left:0px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:20px;
	t\op:21px;
}

/* style the second level links */
.menu ul ul a, 
.menu ul ul a:visited {
	display:block;
	background:#FFFFFF;
	width:200px;
	margin-bottom:0px;
	font-size:10px;
	font-weight:normal;
}

.menu ul ul li:hover a:hover{
	color:#707070;
	background: #FFFFFF url(../../media/bar.jpg) no-repeat bottom;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:200px;
	w\idth:200px;
}

/* 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; }


/* label */
.menu .navLabel, .menu .navLabel:hover {
	padding-top:8px;
	background:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:default;
	color:#000000;
}

/* more button */
.menu .navMore, .menu .navMore:hover {
	padding-top:8px;
	padding-bottom:3px;
	background:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	height:10px;
}


/* ================================================================ 
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.
=================================================================== */

