#menu { position:relative; z-index:999; margin:0; padding:0; list-style: none; width:987px; height:37px; background:#131211 url(../images/bkgd_menu.gif) repeat-y; }
#menu li { position:relative; display:inline; float:left; }
#menu li a { display:block; float:left; height:25px; font:bold 14px Arial, Helvetica, sans-serif; color:#C2BF90; text-align:center; text-decoration:none; padding-top:12px; background:url(../images/divider_topnav.gif) no-repeat left 14px; }
#menu li a span { padding:0 20px; }
body.index #menu li:hover li a,
body.subpage #menu li:hover li a { color:#C2BF90; }

/* THEME */
.theme-red #menu li.selected a, .theme-red #menu li:hover a { color:#AD0516; }
.theme-red #menu li ul li a:hover { color:#AD0516; }
.theme-blue #menu li.selected a, .theme-blue #menu li:hover a { color:#005782; }
.theme-blue #menu li ul li a:hover { color:#005782; }
.theme-green #menu li.selected a, .theme-green #menu li:hover a { color:#4E8800; }
.theme-green #menu li ul li a:hover { color:#4E8800; }
.theme-turq #menu li.selected a, .theme-turq #menu li:hover a { color:#009896; }
.theme-turq #menu li ul li a:hover { color:#009896; }

#menu li.first { margin-left:25px; }
#menu li.first a { background-image:none; }

#menu ul {
	position:absolute;
	z-index:999;
	width:150px;
	padding:3px;
	margin-top:-1px;
	background:#0E0D0C;
	top:36px;
}

#menu ul li {
	position:relative;
	z-index:999;
	border:1px solid #1a1a1a;
	border-top-width:0;
	padding:0; 
	margin:0;
}
#menu ul li,
#menu ul li:hover {
	background-image:none;	
}

#menu ul li a {
	display:block;
	width:123px;
	height:auto;
	padding:10px 5px 10px 20px;
	font-size:1.1em;
	font-weight:normal;
	color:#C4C2A8;
	text-align:left;
	text-decoration:none;
	background-color:#252525;
	background-image:none;
	border-top:1px solid #3A3A38;
}

#menu ul li a:hover {
	background:#1d1c1c;
}
#menu li ul,
#menu ul li ul,
#menu ul ul li ul { 
	left:-9999px;
}

#menu li:hover ul,
#menu ul li:hover ul,
#menu ul ul li:hover ul { 
	display: block;
	left:auto;
}

/* IE ONLY */
#menu ul li { 
	_float:left; 
	_width:100%;
}

/* IE7 only */
*:first-child+html #menu li:hover ul,
*:first-child+html #menu ul li:hover ul,
*:first-child+html #menu ul ul li:hover ul { 
     left:0px;
}
