.nav {
position: absolute;
left: -17px;
height: 35px;
bottom: 0px;
width: 100%;
background-color: #006fbf;

}


/* ================================================================ 
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.stunicholls.com/menu/hover_drop_2.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 {
	list-style-type:none;
	margin-left:18px;
	padding: 0;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {
	float:left;
	margin: 0px;
	padding: 0px;
	width:111px;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0082cb;
}
#menu li.sub {background:#006fbf; }

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:13px;}

#menu li a {
	display:block;
	color: #FFFFFF;
	height:35px;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
}

#menu :hover {color:#FFFFFF; background:#0055a0; }
#menu :hover > a {color:#FFFFFF; background:#0055a0; }

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px;}

#menu :hover ul{
	left:0;
	top:35px;
	background-color: #102678;
	background-image: url(/img/spacer.gif);
} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 1px; left:210px; top:-1px;}

