#nav ul{
margin: 0;
padding: 0;
list-style-image: none;
list-style-type: none;
}
		
#nav li {
display: inline;
list-style-image: none;
list-style-type: none;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#left li {
	margin-bottom: 1px;
	list-style-type: none;
}

#left a {
	display: block;
	width: 180px;
	background-color: #ada195;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

#left a:hover {
	text-decoration: underline;
	background-color: #7a7066;
	color: #FFFFFF;
}

#background_base a:link {
	color: #CCCCCC;
	font-size: 10px;
}

#background_base a:visited {
	color: #CCCCCC;
	font-size: 10px;
}

#background_base a:hover {
	color: #886600;
	font-size: 10px;
}




#right a:link {
	color: #003333;
	font-size: 10px;
}

#right a:visited {
	color: #003333;
	font-size: 10px;
}

#right a:hover {
	color: #886600;
	font-size: 10px;
}


#footer a:link {
	color: #ffffff;
text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
text-decoration: underline;
}

