﻿html {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body 
{
/*	font-size: 0.9em;    */
	margin: 0;
} 
#navV 
{
	margin: 0;
	padding: 0;
	background: #3366FF;
	list-style-type: none;
	width: 110px;
	float: left;	/* Contain floated list items */

}
#navV li 
{
	margin: 0;
	padding: 0;
	float: left;	/* corrects the */
	width: 100%;	/* IE whitespace bug */
}
#navV a 
{
	font-size: 0.88em;	
	display: block;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	padding: 0 0px;
	line-height: 18px;
	border-bottom: 0px solid blue;
}

#navV #navV_con a 
{
	border-bottom: none;
}
#navV #navV_project a 
{
	padding: 0 10px;
}

#navV #navV_map a 
{
	color: #FFF;
}

#navV a:hover 
{
	background: blue;
}

