/* navigation */
#nav {
margin:0px 0 25px;
}

/* the styling */
#nav {
	width:875px;
	height:20px;
	background:#000;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px!important;
}

#nav .select, #nav .current {
margin:0;
padding:0;
list-style:none;
}

#nav li {
display:inline;
margin:0;
padding:0;
height:auto;
}


#nav .select a,
#nav .current a {
	display:block;
	height:20px;
	float:left;
	background:#000;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	color:#CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
}

* html #nav .select a, * html #nav .current a {
width:1px;
height:21px;
}


#nav .select a:hover, 
#nav .select li:hover a {
background:#C20336;
cursor:pointer;
color:#000000;
}

#nav .sub {
display:none;
}

/* for IE5.5 and IE6 only */
#nav table {
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

#nav .current a {
background:#9B0028;
color:#FFFFFF;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
background:#C20336;
color:#C20336;
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
background:#9B0028;
color:#000000;
}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
display:block;
position:absolute;
width:875px;
top:20px;
left:0;
background:#C20336;
margin-top:0;
padding:0;
z-index:100;
color:#fff;
font-size:11px;
}

#nav .sub, #nav .sub_active {
margin:0;
padding:0;
list-style:none;
}

#nav .sub_active {
	display:block;
	position:absolute;
	width:875px;
	top:20px;
	left:0;
	background:#9B0028;
	margin-top:0;
	padding:0;
	z-index:10;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {
z-index:-1;
margin-top:0;
margin-t\op:1px;
}

/* active sub nav */
#nav .sub_active a {
	height:20px;
	text-decoration:none;
	line-height:20px;
	white-space:nowrap;
	display:block;
	float:left;
	background:#9B0028;
	margin:0;
	font-size:12px;
	white-space:nowrap;
	border:0;
	color:#fff;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* non-active sub nav */
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
display:block;
background:#C20336;
padding:3px 15px;
margin:0;
white-space:nowrap;
border:0;
color:#C20336;
font-size:12px;
}
