#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNavigation {
	background-color: #C3D681;
	float: right;
	width: 189px;
}
#navigationWrapper {
	background-color: #C3D681;
	float: right;
	width: 189px;
	height: 369px;
}
#divHeader {
	width: 858px;
}
#divNavigation .navigation a {
	width: 165px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBD;
	border-bottom-color: #BBBBBD;
	padding: 11px;
	vertical-align: middle;
}
#divNavigation .navigation a:link {
	color: #6D6D70;
	text-decoration: none;
}
#divNavigation .navigation a:hover {
	color: #375A71;
	text-decoration: none;
	background-image: url(../images/nav_ro.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-weight: bold;
}
#divNavigation .navigation a:visited {
	text-decoration: none;
}
#headerImage {
	width: 664px;
	padding-bottom: 10px;
}
#divNavigation .navigation img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 4px;
}
