/* =Navigation ========================================*/

#nav {	
	font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 18px;
}

#nav ul {
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

#nav ul li {
	float: left;
}

#nav ul li a:after {
}

#nav ul li a {
	border: none;
	text-decoration: none;
	display: block;
	padding: 65px 8px 0 5px;	
	color: #fff;
	background: transparent url("http://ngaloppo.org/images/dot.gif") top left repeat;
}

/* IE hack */
* html #nav ul li a {
	width: 1%;
}

#nav a:visited {
	color: #fff;
}

#nav ul li a:hover {
	background: transparent url("http://ngaloppo.org/images/nav-bg.gif") top left repeat;
}

/* =Submenu ===========================================*/
#subnavcontainer
{
margin: 10px -38px 0 -38px;
padding: 0 0 0 28px;
height: 40px;
background-color: #597587;
}

#subnavcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
vertical-align: bottom;
}

#subnavcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#subnavcontainer ul li a
{
background: #597587;
border: none;
/* height: 20px; */
padding: 18px 1em 0 1em;
margin: 0 0 10px 0;
color: white;
text-decoration: none;
display: block;
text-align: center;
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-weight: bold;
text-transform: uppercase;
}

#subnavcontainer ul li a:hover
{
color: white;
background: #CC3232;
text-decoration: none;
}

/* #subnavcontainer a:active */
/* { */
/* background: #c60; */
/* color: #fff; */
/* } */

/* #subnavcontainer li#active a */
/* { */
/* background: #c60; */
/* border: 1px solid #c60; */
/* color: #fff; */
/* } */


