body
{
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	font-size:11px;
}

.nav
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:white;

.nav:hover
{
	font-weight:bold;
	color:#7AC6E3;
}





/* 

 -- Style - FirstLevelDropDownNavigation --

*/

#NavigationContainer li {
	padding: 3px;
	text-align: center;
	cursor: default;
	background-color: #797B8A;
	border-width: 1px 0;
	color: white;
	font-size:10px;
	border-right: 2px solid black;
}

#NavigationContainer li ul {
	font-weight: normal;
	margin-top: 8px;
	background-color: #878791;
}

#NavigationContainer li li {
	display: block;
	float: none;
	padding: 3px 0 3px 0;
	border: 0;
	background-color: #9F9FA9;
}

#NavigationContainer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#NavigationContainer a:hover {
	color: #7AC6E3;
}

#NavigationContainer li li a {
	display: block;
	font-weight: bold;
	padding: 0.2em 10px;
}

#NavigationContainer li li a:hover {
	padding: 0.2em 5px;
}

/* 

 -- /Style - FirstLevelDropDownNavigation --

*/