/* use this structure to build the CSS for the *look* of the nav */



#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFF00;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(menubar.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: normal;
}

#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

#nav li ul {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px 5px 5px;
	background-image: url(dropdown.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}

#nav li ul li a {
	text-align: left !important;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#nav li ul li a:hover {
	color: #000000;
	background-color: #FF0000;
}
