#left a {
	text-decoration: none;
	display: block;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #bacaf2;
	font-size: 11px;
	border-bottom: 1px solid #333333;

}

#left a:hover {
	color: #ffffff;
	background-color: #333333;	
}


#right a {
	text-decoration: none;
	display: block;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #bacaf2;
	font-size: 11px;
	border-bottom: 1px solid #333333;
}

#right a:hover {
	color: #ffffff;
	background-color: #333333;	
}

#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: #ffffff;
	text-decoration: underline;	
} 

#content a:visited {
	color: #ffffff;
	text-decoration: underline;	
	}
#content a:hover {
	color: #CCCCCC;
	text-decoration: underline;	
}	
