#menu3 {
 background: #333333;
 float: left;
 list-style: none;
 margin: 0px;
 padding: 0px;
 width: 100%;
 border-bottom: 10px solid #F6FFFF;
}

#menu3 li {
	float: left;
	font: 16px "Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#menu3 a {
 background: #333333 url(images/seperator.gif) no-repeat bottom right;
 color: #CCCCCC;
 display: block;
 float: left;
 margin: 0px;
 padding: 8px 12px;
 text-decoration: none;
}

#menu3 a:hover {
	background: #0079C2 url("images/hover.gif") bottom center no-repeat;
	color: #FFFFFF;
	padding-bottom: 8px;
}

#menu4 {
 list-style: none;
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 20px; 
 border-bottom: 10px solid #F6FFFF;
 background: #F6FFFF;
}

#menu4 li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#menu4 a {
 color: #333333;
 display: block;
 float: left;
 margin: 0px 3px;
 padding: 0px 0px 6px 2px;
 text-decoration: none; 
}

#menu4 a:hover {
 color: #000000;	
	background: #F6FFFF url("images/hover4.gif") bottom center no-repeat;
}
