﻿<html>
<head>
ul.menu {
	list-style-type: none;
	width: 100%;
	position: relative;
	display: block;
	height: 2%;
	Font-Size: 14px;
	background: url(images/bg.png) repeat-x top left;
	font-family: "Courier New", Courier, Monospace;
	font-weight: bolder;
	border: 0px solid #000;
	margin: 0;
	padding: 0;
	visibility: visible;
}

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

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;

height:14px;
padding:4px 5px 0;
}

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

ul.menu .current a {
color:#fff;
font-weight:600;
}
</head>
</body>
</html>
