@charset "utf-8";

#navBar {
	background-color: #000000;
	height: 34px;
	width: 100%;
	background-image: url(images/navBack.jpg);
	background-repeat: repeat-x;
}

#nav { /* The main lists */
	width:550px;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#nav ul {
	padding: 0px;
	list-style: none;
	background-image: none;
	}

#nav li {
	float: left;
	border-collapse: collapse;
	margin:0px;
	list-style-type: none;
	list-style-image: none;
}

/*html>body #nav li { 
width: 101px;} /* IE ignores this but Firefox obeys it*/



/* Set link attributes for the top-level list */
#nav li a {
	border-collapse: collapse;
	white-space:nowrap;
	width: 176px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/button3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	outline:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6A6A6A;
	
	
	}
#last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6A6A6A;
}

#nav li  a:hover {
	background-image: url(images/button2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#nav li ul { /* second-level lists */
	float:none;
	display: block;
	font-weight: normal;
	padding: 0.5em 0 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
	margin: 0px 0px 0px;
	z-index: 100;
	position: absolute;
	width: 176px;
	left: -999em;
	background-color: #780033;
}




/*-------------------------------------------
/* Link attributes for the sublist items*/
#nav li li a {
	background: none;
	width:162px;
	display: block;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: normal;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin:0px;
}

#nav li li a:hover {
	background-color: #000000;
	background-image: none;
	color:#FFFFFF;
}


 /*---------------------------------*/




#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

 
.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6A6A6A;
}
