/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:1em;
	font-weight:bold;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0E2D4;
	border-bottom-color: #2EA5E2;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	padding: 0px;
}
ul#menu li a{
	display:block;
	float:left;
	color:#0083C6;
	text-decoration:none;
	font-weight:bold;
	height:24px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	padding-top: 12px;
	padding-bottom: 0;
	width: 133px;
	}
ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;
	color: #333;
	}
