/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial,Helvetica,sans-serif; font-weight:bold; color:#fff; width:760px; height:28px; position:relative; font-size:11px; z-index:100;padding-top:8px;padding-bottom:8px;margin-left:30px;}
.menu ul li a, .menu ul li a:visited {text-transform:uppercase; display:block; text-decoration:none; color:#000;width:98px; height:28px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:28px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:29px; left:0; width:68px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
 
#navBullet {
	position: absolute;
	background: url('images/nav_bullet.png') no-repeat;
	width: 116px;
	height: 28px;
	left: -10px;
	top: 0px;
}
#home {
	background-color: #4a5f1d;
}
#products {
	background-color: #57762c;
}
#services {
	background-color: #658e3b;
	color:#fff;
}
#services1, #services2, #services3, #services4, #services5, #services6 {
	color:#fff;
	background-color: #658e3b; 
}
#services1, #services2, #services3, #services4, #services5, #services6 {
	/*width:276px;*/
	width:300px;
	text-align:left;
	padding-left:22px;
	text-transform:none;
}
#about, #about1 {
	background-color: #92a775; 
	color:#fff;
}
#about1 {
	text-transform:capitalize;
}
#mission {
	background-color: #b2c890;
}
#resources {
	background-color: #B3BD91;
}
#partners {
	background-color: #c0c0b0;
}
#contact {
	background-color: #b5b292;
}
#home:hover, #products:hover, #about:hover, #about1:hover, #mission:hover, #resources:hover, #partners:hover, #contact:hover {
	background-color: #2d3b10;
}
#services:hover, #services1:hover, #services2:hover, #services3:hover, #services4:hover, #services5:hover, #services6:hover {
	background-color: #2d3b10;
}
