body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:.6em;
	line-height:140%;
	color: #000000;
	background-color: #111111;
}
a.body:link { 
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	}
a.body:visited { 
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	}
a.body:hover { 
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	}
a.body:active { 
	color: #330000;
	font-weight: bold;
	}
	
a.nav:link { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a.nav:visited { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a.nav:hover { 
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	}
a.nav:active { 
	color: #333333;
	font-weight: bold;
	}
	

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

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

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

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

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


/*GREEN*/
ul.menu.green{
background-color:#b5bf69;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#487682;
}
