#navigation {
	width:500px;
	}

#nav {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	text-transform: uppercase;
	background: #f2f2f2 url(/mt-static/images/nav/nav-bg-silver.gif) repeat-x top left;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(/mt-static/images/nav/nav-li-bg.gif) no-repeat top right;
	}

#nav a {
	margin:0;
	height:34px;
	padding-right:10px;
	padding-left:10px;
	line-height:33px;
	font-size:8pt;
	float: left;
	text-decoration: none;
	color: #000;
	}

#nav a:hover, #nav a.active {
	color: #182D04;
	background: #e1dede;
	}

#nav a.active {
	font-weight: bold;
	background: #e1dede url(/mt-static/images/nav/nav-on-bg.gif) repeat-x bottom left;
	}  
