﻿#menu {
	_background: #756D7C;
	background: url('../images/menuimages/navbar.4.png') no-repeat center ;
	float: left;
	list-style: none;
	margin-top: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: 67.5% "Trebuchet Unicode MS", "Lucida Sans Unicode", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	background: url('../images/menuimages/seperator.gif') right no-repeat;
	_background: #756D7C url('../images/menuimages/seperator.gif') bottom right no-repeat;
	color: #FFFFFF; 
	_color: #DED7DE; 
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	_font-weight:bold;
}

#menu a:hover {
	_background: #A06C77 url('../images/menuimages/hover.gif') bottom center no-repeat;
	background: #7C7C83 url('../images/menuimages/hover4.gif') repeat-x;
	_background: url('../images/menuimages/seperator.gif') right no-repeat;
	color: #FFFFFF;
	padding-bottom: 8px;
	_font-weight: bold;
}