a {
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #386D7E;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #B0B000;
}

#nav {
   list-style: none;
   margin: 0; padding: 0;
}
#nav li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#nav li a {
   display: block;
   width: 150px;
   text-align: center;
   color: red;
    padding: 3px 0;
   	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
}
#nav li a:hover {
   color: #FFFFFF;
}

#blue a {
	color:#0000CC;
}
#blue a:hover {
   color: #0000CC;
}