@charset "UTF-8";
/* CSS Document */
.chromestyle{
	font:normal 11px tahoma,Verdana;
	width:972px;
	/*margin-left:2px;*/
	font-weight: bold;
	border-bottom: 1px solid #fcc209;
	background-color:#2c5db2;
	overflow:hidden;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	margin-left:0px; 
	visibility: hidden;
}

.chromestyle ul{
	width:972px;
	background:url(../images/button-bg.gif) repeat-x;
	text-align: left; /*set value to "left", "center", or "right"*/
	border-top: 1px solid #ca2d92;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;	/*border-right: 1px solid #fcc209;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.chromestyle ul li{
	display: inline;
	margin:0px;
	
}

.chromestyle ul li a{
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(images/hh-bg.gif) repeat-x;*/
	background-color:#E1E1E1; width:1px; /*height:34px;*/
	color:#000000;
	padding: 7px 16px 7px 16px;
    margin: 0 0 0 0;
	height:25px;
	border-bottom:1px solid #000000;
	} 



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:26;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	font:normal 11px tahoma,Verdana;
	line-height:20px;
	z-index:100;
	/*background: url(images/botcurve.gif) center bottom no-repeat ;*/
	width: 200px;
	visibility: hidden;
	margin:-2px 0px 0px 0px;
	font-weight:bold;
	color:#777777;
	padding-bottom:10px;
	
}
.dropmenudiv a{
	width: auto;
	display: block;
	clear:both;
	border-bottom: 0px solid #cecece; /*THEME CHANGE HERE*/	
	background:none;
	background-color:#E1E1E1;
	text-decoration: none;
	color:#000;
	text-indent:27px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   background-color:#2655a4;
   color:#FFF;
   text-decoration:none;
}

html body#homepage div#chromemenu li#homenav a, html body#aboutuspage div#chromemenu li#companynav a, html body#overviewpage div#chromemenu li#opportunitynav a, html body#eventpage div#chromemenu li#communitynav a, html body#mediapave div#chromemenu li#medianav a, html body#testimonialpage div#chromemenu li#testimonialnav a, html body#faqpage div#chromemenu li#faqnav a, html body#comingsoonpage div#chromemenu li#joinnav a, html body#contactpage div#chromemenu li#contactnav a{
	background-color:#E1E1E1;
	width:1px;
	color:#000000;
	padding:7px 12px 7px 17px;
	margin:0px 1px 0px 1px;
}
