#left ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	}

#left li {
	margin-bottom: 1px;
	list-style-type: none;
}

#left a {
	text-decoration: none;
	display: block;
	width: 140px;
	background-color: #2D2D2D;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF9900;
	font-size: 11px;
	border-left-width: 10px;
	border-left-color: #464646;
	border-left-style: solid;
}


#left a:hover {
	text-decoration: none;
	background-color: #494949;
	color: #FFFFFF;
	border-left-width: 10px;
	border-left-color: #FF9900;
	border-left-style: solid;
}

#footer a:link {
	color: #999999;
text-decoration: none;
}

#footer a:visited {
	color: #999999;
text-decoration: none;
}

#footer a:hover {
	color: #FFAF37;
text-decoration: none;
}

#content a:link {
	color: #FF9900;
	text-decoration: underline;	
} 

#content a:visited {
	color: #FF9900;
	text-decoration: underline;
}

#content a:hover {
	color: #FFAF37;
	text-decoration: underline;	
}	


#right a:link {
	color: #FF9900;
	text-decoration: underline;	
} 

#right a:visited {
	color: #FF9900;
	text-decoration: underline;
}

#right a:hover {
	color: #FFAF37;
	text-decoration: underline;	
}
