.chromestyle{
width: 99%;
margin-bottom: 25px;
font-weight: normal;
}

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

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
    padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-size:18px;
	font-variant: normal;
	position: relative;
	top: -10px;
	left: 205px;/*  */
}

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

.chromestyle ul li a{
	color: #CED0D3;
	/* padding: 4px 9px;  PUTS SOME SPACE BETWEEN THE MAIN NAV BUTTONS */
	margin: 0;
	padding: 0px;
	text-decoration: none;
	border: 0px solid #DADADA; /* */
	height: 34px;

}
#chromemenu a  {
	
}
li#home a { 
	background-image:url(../../images/nav_img.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 122px;
	display:block;
	float:left;
	text-indent: -9999px;
 }
li#home a:hover { 
	background-position: 0px -43px;
 }
li#portfolio a { 
	background-image:url(../../images/nav_img.png);
	background-position: -112px 0px;
	background-repeat: no-repeat;
	width: 122px;
	display:block;
	float:left;
	text-indent: -9999px;
 }
li#portfolio a:hover { 
	background-position: -112px -43px;
 }
li#services a { 
	background-image:url(../../images/nav_img.png);
	background-position: -224px 0px;
	background-repeat: no-repeat;
	width: 122px;
	display:block;
	float:left;
	text-indent: -9999px;
 }
li#services a:hover { 
	background-position: -224px -43px;
 }
li#about a { 
	background-image:url(../../images/nav_img.png);
	background-position: -336px 0px;
	background-repeat: no-repeat;
	width: 122px;
	display:block;
	float:left;
	text-indent: -9999px;
 }
li#about a:hover { 
	background-position: -336px -43px;
 }
li#pricing a { 
	background-image:url(../../images/nav_img.png);
	background-position: -448px 0px;
	background-repeat: no-repeat;
	width: 122px;
	display:block;
	float:left;
	text-indent: -9999px;
 }
li#pricing a:hover { 
	background-position: -448px -43px;
 }
li#contact a { 
	background-image:url(../../images/nav_img.png);
	background-position: -560px 0px;
	background-repeat: no-repeat;
	width: 122px;
	display:block;
	float:left;
	text-indent: -9999px;
 }
li#contact a:hover { 
	background-position: -560px -43px;
 }

/*
.chromestyle ul li a:hover{
	/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
/*background-color: #596069;
	 background-image:url(../../images/bg.jpg);
color:#9BA0A4;
	border: 0px solid #58594A;
}
*/ 
/*.chromestyle ul li a:active{
	 background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE
background-color: #525863;
	color:#D5D6D8;
}
*/

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 0px solid #58594A; THEME CHANGE HERE*/
	padding: 2px 2px 1px 2px;
	border: 2px solid #414651; /* 555a64 */
	font-size:16px;
	line-height:18px;
	z-index:100;
	background-color: #666a73; 
	width: 160px;
	visibility: hidden;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=1); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	background:#3A3E44;
	text-indent: 5px;
	text-transform: lowercase;
	border-bottom: 1px solid #666a73; /*THEME CHANGE HERE*/
	padding: 4px 0 4px 3px;
	text-decoration: none;
	font-weight: normal;
	color: #7D8084;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #50565E;/* background-image:url(../../images/bg.jpg); */
	background-image:url(../../images/es_index_bg.jpg);
	background-position: -700px -100px;
	color:#FFFFFF;
	background-repeat: no-repeat;
}

