/*
 * navigation.css
 */

.navigation1 {
	color: red;
}
a.navigation_font {
	color: white;
	font-size:14px;
	font-weight:bold;
}
a.navigation_font:visited {
	color:white;
	font-size:14px;
	font-weight:bold;
}
a.navigation_font:hover {
	color: red;
}
.submenu {
	position: absolute;
	border: 1px solid #AAAAAA;
	visibility: hidden;
}
.submenu ul {
        list-style-type: none;
        padding: 2px;
        margin: 0px;
        background-color: #222222;
}
.submenu a {
	display: block;
	width: 100%;
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
	padding: 2px;
}
.submenu a:hover {
	color: #FF9A34;
}
