

/* ================================================================ 
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/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*#menu_main
{
	height:30px; 
	clear: both; 
	padding:0; 
	margin:0; 
	list-style:none; 
	font-size: 15px;
}
#menu_main li 
{
	float:left; 
	margin-right:15px;
}
#menu_main li a 
{
	display:block; 
	height:30px; 
	line-height:30px; 
	padding:0 16px; 	float:left; 
	background:#F2F1DD; 
	color:#000; 
	text-decoration:none;
}

#menu_main li a:hover
{
	background: #CECA42;
	color:#fff;
}*/
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0px 0 0 0; 
height: 30px;
	font-size: 15px;
line-height: 30px;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left; 
	margin-right:35px;
position:relative;
z-index:100;

}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:-2px;
}

/* style all the links */
.menu a
{
 padding:0 0px; 
 float:left; 
	color:#fff; 
 text-decoration:none;
}
/* style the links hover */
.menu li a:hover{
	background:none;
	color:#fff;
}
.menu li ul li a:hover{
	background:#57A9C9;
	color:#fff;
}

/* hide the sub level links */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top: 30px;
	left: 0px;
}

.menu ul ul li{
height: 20px;
padding: 4px;
line-height: 20px;
font-size: 13px;
	background:#57A9C9; 
}
.menu ul ul li a, .menu ul ul a
{
	background:#57A9C9;width:370px;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu ul { margin:0px 0; }
.menu ul ul { margin: 0px 0; }
ul.scroll_content {
margin-top:14px;
margin-bottom:14px;
margin-left:0;
margin-right:0;
padding:0px;
padding-left:40px;
}

