@charset "utf-8";
/* CSS Document */

/* MAIN NAVIGATION */

#header ul {
	list-style-type: none;
	display: inline;
	margin-left: 75px;
	width:  100%;
	background-color: #888;
}

#header li {
	list-style-type: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}

#header a, #header a:link, #header a:visited {
	background-image: url(../img/bg-button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 110px;
	height: 48px;
	display: block;
	float: left;
	color: #ffffff;
}

#header li a:hover {
	background-image: url(../img/bg-button.jpg);
	background-position: -220px 0;
}

#header .linkactive {
	background-position: -110px 0;
}

#header .link {
	margin-top: 20px;
	display: block;
	width: 110px;
	text-align: center;	
}

/* SUBNAVIGATION */

#leftcol ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcol a.main, #leftcol a:link.main, #leftcol a:visited.main {
	width: 165px;
	height: 25px;
	display: block;
	text-decoration: none;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #74ac00;
	color: #ffffff;
}

#leftcol a:hover.main {
	color: #74ac00;
}

#leftcol a.second, #leftcol a:link.second, #leftcol a:visited.second {
	font-size: 12px;
	display: block;
	background-color: #444;
	text-decoration: none;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	width: 165px;
	height: 25px;
}

#leftcol a.secondactive, #leftcol a:link.secondactive, #leftcol a:visited.secondactive {
	font-size: 12px;
	display: block;
	background-color: #444;
	text-decoration: none;
	color: #74ac00;
	padding-left: 10px;
	padding-top: 10px;
	width: 165px;
	height: 25px;
}

#leftcol a:hover.second {
	background-color: #333333;
}

#leftcol a:hover.secondactive {
	background-color: #333333;
}

