
/* color:#CB0129; */

#container {
	width: 760px;
	background: #000000;
	text-align: left;
	border: 0px solid ;
	z-index:1000;
	position:relative;
}

#nav, #nav ul {margin: 0;padding: 0;
	float: left;
	list-style: none;
	line-height: 1;
	background: #000000; 
	font-weight: bold;
	border: solid #red;
	border-width: 0; 
}

#nav a {
	display: block;
	color: #f5f5f5;
	text-decoration: none;	
}

#nav li ul li a {
	width: 145px;
}

/* note: the below code can be used to specify an attribute that ie will ignore, to overcome
mozilla/ie differences  nick hellmich 11/16/2006 */
html>body #nav li a {width: auto;}


#nav a:hover {
	background:#9F0423; /* */
	color: #ffffff;
}

#nav li {
	float: left;
	padding: 0;
	width: 7em;}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:145px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	font-size:11px;
	background:#CB0129;
}

#nav li li {
	width:145px;
}

#nav li ul ul {
	margin:0;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, 
#nav li.sfhover {
	/* background: #eda; */
	background: #CB0129;
	
}

/* additional padding attributes */
#nav a {
	padding:8px 0px 5px 8px;
}

#nav li ul a {
	padding:3px 6px 2px 8px;	

}

#nav li ul a:hover {
	padding:3px 6px 2px 8px;	

}




