/* Navigation styles */

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
}

#navigation{
	clear:both;
	background: url(../images/backgrounds/gradient_background.gif);
	position: absolute;
	top: 370px;
	border: 0px solid red;
	float: left;
}

#navigation img{
	padding: 10px 0px 0px 10px;
	position: absolute;
}

#linkList {
	clear:both; 
	top: 0px; 
	left: 0px;
	border: 0px solid;
	width: 254px;
}

#linkList ul {
	margin: 0px;
	padding: 0px;
}

#linkList li {
	line-height: 1.5em; 
	list-style-type: none;
	display: block; 
	margin-bottom: 5px;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
	padding-left: 100px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#linkList a {
	text-decoration: none;
	color: #000000;
	font-size: 1.15em;
}

#linkList a:hover {
	text-decoration: underline;
}

#linkList a:visited {
	color: #000000;
}



/* end navigation styles */