@charset "utf-8";
/* CSS Document */

#nav{
	width:204px;
	border-top:3px solid #BBB;
	
	border-left:3px solid #666;
	border-right:3px solid #666;
	
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
}
#nav a:link, #nav a:visited{
	color:#FFF;
	text-decoration:none;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	position:relative;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 6px 3px;
	border-bottom:1px #BBB solid;
	
	color:#FFFFFF;
	background-color:#C91617;
	height:18px;
}
#nav li:hover{  
	background-color:#AA0000 !important; 
	background:url(../images/nav-rollover.png) top left no-repeat;
}
#nav #last{
	background:url(../images/nav-bottom.png) no-repeat; 
	border-bottom:0px;
}
#nav #last:hover{
	background:url(../images/nav-bottom-over.png) no-repeat; 
}

.popOut{
	background-color:#C91617;
	color: #FCB514; 
	background:url(../images/nav-pop.png) top left no-repeat !important;
}
.popOut:hover ul{ display:block !important;}
.popOut:hover{
	cursor:default !important; 
	background-color:#AA0000; 
	background:url(../images/nav-rollover.png) top left no-repeat !important;
}

.subMenuItem{
	left:100%;
	width:100%;
	top:-3px;
	display:none;
	position:absolute;
	z-index:9999;
	color:#C91617 !important;
}
.subMenuItem li{ 
	font-weight:normal !important;
	padding-left:20px !important;
	border:0px !important;
	color:#C91617 !important;
	height:auto !important;
	background:url(../images/nav-sub-back.png) top left no-repeat !important;
}
.subMenuItem li a:link, .subMenuItem li a:visited{
	color:#C91617 !important;
	text-decoration:none;
}
.subMenuItem .subTop{
	color:#C91617 !important;
	padding:9px 0px 7px 20px !important;
	background:url(../images/nav-sub-top.png) top left  no-repeat !important;
}
.subMenuItem .subBottom{
	color:#C91617 !important;
	padding:6px 0px 10px 20px !important;
	background:url(../images/nav-sub-bottom.png) bottom left no-repeat !important;
}

.subMenuItem li:hover{text-decoration:underline !important; color:#C91617 !important; }
