﻿/* top level
--------------------------------------------*/

#nav {  
	width: 1030px; 
	
	background-color: #6B8E23; 
	font-family:Verdana; 
	float:left;
	 
}
#nav li { 
	list-style: none; 
	float: left; 
	width: 147px; 
	height: 32px; 
	line-height: 28px; 
	text-align: center;
	font-size: 12px;
} 
#nav li a { 
	color: white; 
	text-decoration: none; 
	display: block; 
	
} 
#nav li a:hover { 
	background-color:#BCED91; 
} 
#home .home a, #home .home a:hover,
#tutorials .tutorials a, #tutorials .tutorials a:hover,
#about .about a, #about .about a:hover,
#contact .contact a, #contact .contact a:hover,
#news .news a, #news .news a:hover {
 	background-color: #FFF; 
	color: #000;
	cursor: default;  
	
} 		
#nav li ul { 
	position: absolute;  
	display: none; 
	
} 
#nav li:hover ul { 
	display: block; 
} 
#nav li ul li { 
	float: none; 
	display: inline; 
	text-align: left;
	line-height: 23px; 
    
}
#nav li ul li a { 
		width: 150px; 
	position:relative; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	background: #6B8E23; 
	color: #fff; 
	
}
#nav li ul li a:hover { 
	background: #BCED91; 
	color: White; 
}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:165px;
    list-style-type: none;
    font-family:Verdana; 
    font-size: 12px;
}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10px 12px;
    background-color: #6B8E23;
    display:block;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #BCED91;
}