@charset "utf-8";
/* CSS Document */

#nav
{
	width: 800px; 
	height: 31px; 
	background-image: url(pics/Nav_Bkgd.png);
	background-repeat: repeat-x;
	float:left;
}

#navlinks
{
	margin-left: 160px;
	margin-top: 7px;
}

#nav a, #nav visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 7px;
}

#nav a:hover, #nav .currentpage, #left .currentpage
{
	color: #ffd464;
}

#left-links li
{
	width: 115%;
	background-image: url(pics/BlackLine_1x163px.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
	padding-bottom: 2px;
}

#left-links li a
{
	color: white;
	text-decoration: none;
}

#left-links li a:hover
{
	color: #ffd464;
}

#left-links
{
	margin-top:15px;
	padding-left: 15px;
	margin-left: 15px;
	list-style-type: none;
	text-align: left;
}

#secondpart
{
	margin-top: 15px;
}

