/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	/*text-transform:uppercase;*/
	font-size:13px;
	font-weight:bold;
	background:transparent url("../images/OFF.gif") repeat-x top left;
	/*font-family:Helvetica,Arial,Verdana,sans-serif;*/
	line-height: 6px;
	font-family:Trebuchet MS;	
	border-bottom:3px solid #FF6600;
	border-top:1px solid #C0E2D4;
}
ul#menu li{
	display:block;
	float:right;
	margin:0;
	padding:0;}
	
ul#menu li a{
	display:block;
	float:left;
	color:#874B46;
	/*color:#000066;*/
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:20px;
	background:transparent url("../images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../images/HOVER.gif") no-repeat top right;	
	}
