﻿/******   H3    */
ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 40px;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent url("OFF.gif") repeat-x top left;
	font-family: Arial;
	border-bottom: 4px solid #FF99CC;
	border-top: 1px solid #FF99CC;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
}
ul#menu li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#menu li a{
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 15px 0 15px;
	height: 15px;
	background: transparent url("DIVIDER.gif") no-repeat top right;
}
ul#menu li a:hover{
	background: transparent url("HOVER.gif") no-repeat top right;
}



