/*
 * navigation.css
 */

.navigation1 {
	color: red;
}

.submenu {
	position: absolute;
	border: 1px solid #AAAAAA;
	visibility: hidden;
}
.submenu ul {
        list-style-type: none;
        padding: 2px;
        margin: 0px;
        background-color: #222222;
	width: 175px;
}
.submenu a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
	padding: 2px;
}
.submenu a:hover {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
