@CHARSET "UTF-8";

/* Navigation CSS File */
#navigation {
	font-size: 12px;
}

#navigation li {
	padding:0px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	line-height:10px;
}

#navigation li.nav1 {
	line-height:13px;
	font-weight: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0px;
	min-height: 30px; 
	background: #ffe200 url('../images/nav_background.gif') no-repeat scroll top right;
}

#navigation li.nav1.active {
	background: #004d86 url('../images/nav_background_active.gif') no-repeat scroll top right;
}

#navigation li.nav2 {
	line-height:13px;
	font-weight: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 21px;
	min-height: 21px;
	background: #fff;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	margin-left: 0px;
	margin-bottom: 0px;
}

#navigation li.nav2.active {
	background-color: #eaf5fc;
}

#navigation li.nav2.last {
	border-bottom: 1px solid #ccc;
}

#navigation li.nav2.first {
	margin-top: 0px;
}

#navigation li.nav2 a {
	margin-left: 15px;
}

.nav1 a {
	display: block;
	min-height: 30px; 
	width: 180px;
}
.nav1 a img {
	margin: 0;
	padding: 8px 0 0 15px;
	/*height: 30px;*/
}

/* ---- search ---- */
form#search
{
	width: 180px;
	height: 30px;
	background-color: #c8c8c7;
	position: relative;
	left: 0px;
}
	form#search input.text
	{
		top: 4px;
		left: 5px;
		width: 129px;
		height: 20px;
	}
	form#search input.button
	{
		top: 4px;
		right: 7px;
		width: 26px;
		height: 22px;
	}


