/* Greening CSS Document*/
/* Top Navigation */

#header {
	background-image: url(../../../images/nav/header-bg.gif);
	background-repeat: no-repeat;
	background-color: #0F6354;
}

#topNav {
	background-image: url(../../../images/nav/nav-background-green.gif);
	background-repeat: no-repeat;
	background-color:#8CB815; 
}
/*
#mainNav li.divide {
	background-image: url(../../../images/nav/nav-divider-green.png);
	background-repeat: no-repeat;
	background-position: right;
}*/
#mainNav li {
    background-image: none;
}

#mainNav li.divide#contact img {
	display: none;
	
}

#mainNav li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
 	font-family:  Arial, Verdana, Tahoma;
}


ul#mainNav li a:hover, ul#mainNav li.selected a {
	color:#B9FF00;
	background-image: url(../../../images/nav/nav-item-bg.png);
	background-position: 0px 4px;
	background-repeat: repeat-x;	
}

ul#mainNav li.lastItem img {
	display: none;
}

/* Bottom Navigation */

#bottomNav {
	background-image: url(../../../images/nav/subNav-background.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#bottomNav ul li a:link, #bottomNav ul li a:visited {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family:  Arial, Verdana, Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #336666;
	height: 30px;
}

#bottomNav ul li a:hover, #bottomNav ul li a:active, #bottomNav ul li.selected, #bottomNav ul li.selected a  {
	color: #CE5B16;
	background-color: #FFFFFF; 
}
