/* KMWC Nav CSS Document */



/* ---------- NAV ---------- */

#nav {
	margin: 0 0 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(http://www.kmwc.org/images/topmenu_bg.png) repeat-x;
	height: 28px;
}
#nav ul { 
	margin: 0; padding: 0 0 0 0px; 
	list-style: none; 
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: normal;
} 
#nav ul li { 
	float: left;
}
#nav ul li a { 
	
	display: block; 
	float: left; 
	padding: 0 12px; 
	line-height: 28px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
#nav ul li a:hover { 
	text-decoration: none;  
	font-family: Arial;
	font-weight: bold;
	color: #F0B10B;
	background: url(http://www.kmwc.org/images/topmenuOvr.png) repeat-x;
}

#nav ul li a.current,#nav ul li a.current:hover{
border-top: 0px solid #000000;
color:#F0B10B;
background:#000000 url(http://www.kmwc.org/images/topmenuOvr.png) repeat-x;
}



/* ---------- SUBNAV ---------- */

#subnav {
	clear: both;
	float: left;
	background: url(images/subnav_bg.gif) repeat-x;
	height: 31px;
	padding: 0px; 
	list-style: none; 
	text-transform: uppercase;
}

#subnav {margin-top:6px}
html>body #subnav {margin-top:2px}

#subnav a { 
	padding: 0 0px; 
	line-height: 31px;
	font-family: Arial;
	color:000000;
	font-size: 10px;
	text-decoration: none;
	
}
#subnav  a:hover { 
	text-decoration: none;
	color: 669933;
}
#subnav  a.current,#subnav  a.current:hover{
text-decoration: none;
color: 669933;
}
