/*#info {height:400px;}*/
/* ================================================================ 
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.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu{
border-top: #1791E1 solid 1px;
}
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	background: #1791E1;

}

.menu ul li :hover{
	color:#FFFFFF;
	border:none;
}

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

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
/*width:149px;*/
/*width:80px;*/
padding:4px 15px 4px;
/*padding:4px 0;*/
color:#ffffff;
background:#3380B2;
text-decoration:none;
margin-right:1px;
text-align:left;
font-family: "Trebuchet MS", arial, verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
/*color:#444;*/
background:#218FD8;
color:#FFFFFF;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
/*width:149px;*/
width:120px;
height:0;

}
.menu ul li ul li{
	width:161px;
	background:#3380B2;
	text-align:left;
	white-space: nowrap;
}
.menu ul li ul li a{
	width:145px;
	font-size:10px;

}
.menu ul li ul li :hover{
	color:#FFFFFF;
	width:145px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.menublank{
	width:484px;
	width:expression(484+'px');
	height:23px;
}

.menublankInner{	
	width:222px;
/*	width:expression(222+'px');*/
	height:23px;
}