@CHARSET "UTF-8";

#navigation {
	width: 175px;
	background-color: #fff;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#navigation ul a {
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	line-height: 35px;
	color: #00519e;
	display: block;
	width: 157px;
	height: 35px;
	padding-left: 18px;
	/*background: #ccc url(../images/nav_background.gif) top left repeat-x;*/
}

#navigation ul li{
	background: #ccc url(../images/nav_background.gif) top left repeat-x;
}

#navigation ul ul li{
	background: #fff;
}

#navigation ul ul a.active{
	background: #fcf7b3;
}

#navigation ul a.active {
	background: #ccc url(../images/nav_background_active.gif) top left repeat-x;
	font-weight: bold;
}

#navigation ul a:hover {
	background: #ccc url(../images/nav_background_active.gif) top left repeat-x;
}

#navigation ul ul {
	margin: 1px 0px 22px;
}

#navigation ul ul a {
	font-size: 14px;
	line-height: 25px;
	display: block;
	width: 157px;
	height: 25px;
	margin-left: 18px;
	padding: 0px;
	background: #fff;
	border-bottom: 1px solid #ccdcec;
}

#navigation ul ul a.active {
	background: #fcf7b3;
	font-weight: normal;
}

#navigation ul ul a:hover {
	background: #fcf7b3;
}
