.menuContainer{
	width: 100%;
	position:absolute;
	bottom:0px;
	float:left;
	z-index: 3;
	height: 30px;
	background-image: url(images/bg_blue.jpg);
	background-repeat: repeat-x;
}


/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0;  margin-left: 0px; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav {  	
	padding-left: 0px;
	height: 30px;
	width: 800px;
	float: left;
}

#nav *:hover { background-color: none; }

#nav li {
	position: relative; 
}

#nav a {
	color: #FFF; 
	font-size: 15px;


	line-height: 21px;
	text-decoration: none;	
	padding: 5px 15px 5px 15px;
	outline: none;
	
	border-right: 1px #FFFFFF solid;
}

#nav a.active {
	background-image: url(images/bg_blue_hover.jpg);
	background-repeat: repeat-x;
}

#nav a:hover {
	background-image: url(images/bg_blue_hover.jpg);
	background-repeat: repeat-x;
}



#nav ul { 
	list-style-type: none;
	list-style-image: none;	
	top: 31px; 
	width: 340px;
	position: absolute;
	z-index: 1000;
	
}

#nav ul li a {
	background-color: #0099FF; 
	background-image: url(images/white_cross.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 17px;	
	line-height: 15px;
	height: 15px;
	font-size: 13px;
	color: #FFF;		
}

#nav ul li a:hover {
	color: #CADD0A!important;
	background-image: url(images/white_cross.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	line-height: 15px;
	height: 15px;
	
}

#nav ul a { border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


