#chromemenu{
	margin: 0;
	background: url(../images/nav_bg.gif) top left repeat-x;
	float: left;
	width: 850px;
	height: 28px;
	padding-left:0px;
	border-top: 1px solid #dedede;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul{
	color:#dedede;
	font: 12px  Helvetica, Arial, sans-serif;
	font-weight: normal;
	display: block;
	margin: 0;
	letter-spacing: .08em;
	text-align: center;

}

#chromemenu ul li{
	display: inline;
	float:left;
	height: 28px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #646464;
}


#chromemenu ul li a{
	color:#fff;
	width: 168px;
	padding: 8px 0 8px 0;
	margin: 0;
	text-decoration: none;
	float: left;
}



#chromemenu ul li a:hover, #chromemenu ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/nav_hoverbg.gif) top left repeat-x; /*THEME CHANGE HERE*/
	width: 168px;
}

#chromemenu ul li a.active {
	background: url(../images/nav_hoverbg.gif) top left repeat-x;
}

/* Active state of main navigation
#chromemenu.home #nav_home {
	background: url(../images/nav_hoverbg.gif) top left repeat-x;
	color:#ffffff;
}
 */
#chromemenu.whatWeDo #nav_whatWeDo {
	background: url(../images/nav_hoverbg.gif) top left repeat-x;
	color:#ffffff;
}

#chromemenu.whoWeAre #nav_whoWeAre {
	background: url(../images/nav_hoverbg.gif) top left repeat-x;
	color:#ffffff;
}

#chromemenu.ourExperience #nav_ourExperience {
	background: url(../images/nav_hoverbg.gif) top left repeat-x;
	color:#ffffff;
}


#chromemenu.contactUs #nav_contactUs {
	background: url(../images/nav_hoverbg.gif) top left repeat-x;
	color:#ffffff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	font: 1.0125em Arial, Helvetica, sans-serif;
	top: 0;
	margin-top: 0px;
	line-height:22px;
	z-index:100;
	background: #666666;
	width: 21em;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	display: block;
	text-indent: 11px;
	border-bottom: 1px solid #444; /*THEME CHANGE HERE*/
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	color: #eeeeee;
	letter-spacing: .03em;
}

.dropmenudiv a.sub{
	display: block;
	text-indent: 30px;
	border-bottom: 1px solid #444; /*THEME CHANGE HERE*/
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: .02em;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
.dropmenudiv a{
	width: auto;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #474848;
}

#chromemenu .buyItNow {
	color:#ffffff;
}

#chromemenu a#nav_home{
	padding: 4px 0 0 0;
	height: 28px;
}

