body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1{
	color: Red;
	font-size: 20px;
}

li{
list-style-image: url(images/index.8.gif);
height: 15px;
	
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 

#nav-menu
{
width:30em
} 


/*Alternative Menu*/
/* THE HTML 
<div class="menulist">
<a href="http://www.cssdrive.com">Home</a> <a href="http://www.cssdrive.com/index.php/main/submit/">Submit</a> <a href="http://www.cssdrive.com/index.php/main/resources/">Resources</a> <a href="http://www.cssdrive.com/index.php/main/contact/">Contact</a>
</div>*/

.menulist a:link, .menulist a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #383838;
	display: block;
	width: 199px;
	height: 46px;
	padding-left: 16px;
	padding-top: 15px;
	margin-bottom: 3px;
	background-image: url(images/go-karting-reading/button-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-weight: bold;
	
}

.menulist a:hover , .menulist a:current  {
background-image: url(images/go-karting-reading/button-on.gif);
color: red;
}

.clickhere a{
	color: Silver; text-decoration: none;
}
.clickhere a:hover{
	color: Silver;
	text-decoration: underline;
}