﻿ul.menu {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 33px;
	font-size: .9em;
	background: left top;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #B0C4DE;
	border-top-style: inset;
	border-bottom-style: outset;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #000;
	border-bottom-color: #000;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
ul.menu li a {
	float: left;
	color: #000000;
	text-decoration: none;
	height: 24px;
	padding: 9px 15px 0;
	width: auto;
}

ul.menu li a:hover,.current {
	color: #000000;
	background: repeat-x left
top;
}
ul.menu .current a {
	font-weight: 700;
}


/*RED*/
ul.menu.red{
	background-color: #B0C4DE;
	color: #FFFFFF;
}
ul.menu.red li a:hover, .menu.red li.current {
	background-color: #778899;
	color: #000000;
}

