/* CSS Document */

/* HEADER NAVIGATION */

#headnav {
	position:absolute;
	right:10px; top:10px;
	font-family:arial,tahoma,sans-serif;
	font-size:68%; font-weight:bold;
	letter-spacing:normal;
}
#headnav a{
	text-decoration:none;
	color:#d1d1d1;
}
#headnav a:hover{
	text-decoration:none;
	color:#fff;
}
#headnav a img{
	border:none;
	padding:0px;
	margin:2px 5px -1px;
}



/* ROLLOUT MENU NAVIGATION */
#menu {
	float:left; color:#fff; font-size:85%;
	position:static; z-index:1;
	height:26px; width:958px;
	background-color:rgb(236,26,36);
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	font-family:arial,tahoma,sans-serif;
}

#menu li.precast{
	background-color:#000;
}

#menu li.precast ul li.precastdrop{
	background-color:#d1d1d1;
	border:1px solid rgb(236,26,36);
	border-top:none;
	border-bottom:1px solidd rgb(236,26,36);
}