/*haunted//////////////////*/

#menu   { 
    width: 800px;
    height: 50px;
	z-index: 2500;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
}

#menu ul  { 
	line-height: 2; 
	list-style: none; 
	margin: 0; 
	padding: 10px 0 0 20px;
	
}

.nav a, .nav a:hover, .nav a:visited {
 	padding: 3px 10px 3px 10px; 
 	display: block; 
	text-align: left;
	font-size: 12px;
	font-family: trebuchet ms, tahoma, helvetica, san serif; 	
	font-weight: bold; 
	text-decoration: none; 
	margin: 0pt;
	line-height: 18px;
		background: #000;

}

.nav a  { 
	color: #fff; 
}

.nav a:hover, #menu li li a:hover  { 
	color: #c3c3c3; 
}

#menu li li a {color: #000;}
#menu li li a, #menu li li a:hover, #menu li li a:visited {
 	padding: 3px 10px 3px 10px; 
 	display: block; 
	text-align: left;
	font-size: 10px;
	font-family: trebuchet ms, tahoma, helvetica, san serif; 	
	font-weight: bold; 
	text-decoration: none; 
	margin: 0pt;
	line-height: 18px;
	background: #fff;
}

}
#menu li { /* all list items */
	float: left;
	z-index: 3000;
	margin-right: 10px;
	background: #000;

}

#menu li li { /* second  list items */
	width: 110px;

}

#menu li ul { /* second-level lists */
	border-top: solid 5pt #FE0601;
	border-left: solid 1pt #152C5C;
	border-right: solid 1pt #152C5C;
	border-bottom: solid 1pt #152C5C;
	position: absolute;
	display: none;
	background: #fff;	
	margin-top: -2px;
	width: 111px;
	padding: 10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#menu li { /* all list items */
	margin-right: 4px;
	float: left;
	z-index: 3000;
	
}

/* added to make menus work in IE */
#menu li:hover ul { display: block; }

#menu li > ul {
	top: auto;
	left: auto;
	
}


#menu li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#menu li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}
.line {
 	color: #fff; 
	font-size: 13px;
	line-height:14px;
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: center;
 }

