/* Top Menu */		

#top_nav 
{
    width: 100%;
    background: #000;
    height:22px;  
    font-family: Verdana, "Sans-Serif";
    font-size: 11px; 
    
}
#menu {}

#menu ul {margin: 0 auto; width: 100%; height: 10px; text-align: center;  position: relative; top: 3px; }     

#menu ul li
{
    display: inline;
    list-style-type: none;      
    padding-right: 20px;
}





	#menu a{color:#fff;text-decoration:none; }
	#menu a.main_current{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		}

	#menu a.current{
		color: #FFFFFF;
		}

	#menu a:hover{
		color: #FFFFFF; text-decoration:underline;
		}

	#menu a.main_menu:hover{
		color: #FFFFFF; text-decoration:none;
		}


		
/* Footer Menu */	
div#footerwrapper { margin-top: 15px; height:22px; background: #000000;  }
div#footer { margin-left: 2px; padding-top: 2px; float: right; width: 100%; text-align: right; color: #b5db12;}

	div#footer a{ margin-top: 10px; color: #b5db12; text-decoration: none; }
	#footer a.main_current{
	
		color: #b5db12;
		font-size: 1.0em;
		background: #000000;
		}

	#footer a.current{
		color: #b5db12;
		background: #000000;
		}

	#footer a:hover{
		color: #FFFFFF;
		background: #000000;
		}


