@charset "utf-8";

/* Navigation starts here */

#mainContainer #navigation {
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 900px;
}
#mainContainer #navigation ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#mainContainer #navigation li {
	margin: 0px;
	float: left;
	background-image: url(../images/div.gif);
	background-repeat: no-repeat;
}

#mainContainer #navigation li a{
	font-size: 11px;
	font-weight: bold;
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:20px;

}

#mainContainer #navigation ul li a:hover {
	color:#AA0000;
	text-decoration:underline;
}
#mainContainer #navigation ul li a.current {
	color:#fff;
	background-color: transparent;
	background-image: url(../images/navactive.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#navigation ul li a.currentdwn {
	color:#fff;
	background:transparent url(../images/navactive.gif) no-repeat top center;
}
