/*
 * navigation.css
 */

.navigation1 {
	color: #CCCCCC;
}
#topnav a.navigation_font {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: none;
}
#topnav a.navigation_font:hover {
	color:#99cc33;
}
#topnav a:visited {
	text-decoration: none;
	color: #cccccc;
}
#topnav .submenu {
	position: absolute;
	border: 0px solid #AAAAAA;
	visibility: hidden;
}
#topnav .submenu ul {
        list-style-type: none;
        padding: 4px;
        margin: 0px;
        background-color: #544f51;
}
#topnav .submenu a {
	display: block;
	width: 150px;/* This makes the drop-down div HUGE in IE!!*/
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	padding: 2px;
}
#topnav .submenu a:hover {
	color: #FF9A34;
 background-color: #231f20;
}
