#menu {
	width:536px;
	height:45px;
	display:inline;
	float:right;
	padding:0px;
	margin:0px;
	background-image:url(images/menubg2.jpg);
	background-repeat:no-repeat;
	}

#nav {
	width:538px;
	height:45px;
	float:right;
	display:inline;
	padding:0;
	margin:0;
}


#nav ul {
	list-style:none;
	margin-left:23px;
	margin-top:8px;
	padding:0;
	float:left;
	display:inline;
	font-size:11px;
	letter-spacing:-1px;
	line-height:15px;
}

*html #nav ul {
	list-style:none;
	margin-left:23px;
	margin-top:2px;
	padding:0;
	float:left;
	display:inline;
	font-size:11px;
	letter-spacing:-1px;
	line-height:15px;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	width:100px;
	color: #FFF;	
	text-decoration: none;
	text-align:left;
}

#nav a:hover {
	color:#CCCC00;
}

#nav li {
	float: left;
	display:inline;
	text-align:left;
	padding: 0px;
	margin:0px;
	list-style:none;
	line-height:15px;
}
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	z-index: 500;
	left: -999em;
	top:121px;
	height: auto;
	width: 116px; 
	font-weight: normal;
	border: 1px solid #ffffff;
	background-color:#000099;
	margin:0;
	padding:0;
}
#nav li li {
	padding:0;
	width:99%;
	border:solid #ffffff 1px;
}
#nav li ul a {
	padding-left:2px;
	background-image:none;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 100px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: transparent;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #FFF;
/*	background-image: none;*/
}
#nav li ul.under a:hover {
/*	background: ;*/
	color: #000;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #000;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #000;
/*	background-color: #663300;*/
}
