/*
 * navigation.css
 */

.navigation1 {
	color: red;
}
a.navigation_font {
	color: black;
}
a.navigation_font:hover {
	color: red;
}
.submenu {
	position: absolute;
	border-bottom: 1px solid #3e4e1d;
	border-left: 1px solid #3e4e1d;
	border-right: 1px solid #3e4e1d;
	visibility: hidden;
}
.submenu ul { color:#ddf3b3;
        list-style-type: none;
        padding: 2px;
        margin: 0px;
        background-color: #4d691f;
}
.submenu a {
	display: block;
	/*width: 100%; This makes the drop-down div HUGE in IE!!*/
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	padding: 2px;
}
.submenu a:hover { background-color:#81b232;

}
