ul.menu {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	font-size:0.6em;
	background:url(images/bg.png) repeat-x top left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
	float:left;
	color:#000;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
	font-weight:normal;
}

ul.menu li a:hover,.current {
	color:#D40000;
	background:url(images/bg.png) repeat-x top left;
	text-decoration:underline;
}

ul.menu .current a {
	color:#BA0024;
	font-weight:700;
}


/*ORANGE*/
ul.menu.orange{
	background-color:#FFF;
}
ul.menu.orange li a:hover, .menu.orange li.current {
	background-color:#B90025;
}
