.chromestyle{
width:100%;
height:37px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 

clear: both; 
visibility: hidden;
}

.chromestyle ul{
	
	width: 100%;
	/*background-image:url(../images/our-service.jpg);*/
background-repeat:no-repeat;
	margin: 0;
	text-align: center;
	vertical-align:middle; /*set value to "left", "center", or "right"*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #d1d0d0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
padding: 6px 10px;
margin: 0;
text-decoration: none;
}

.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(chromebg-over.gif) left left repeat-x; *//*THEME CHANGE HERE*/


}

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

.dropmenudiv{
position:absolute;
top: 1px;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
line-height:20px;
z-index:100;
background-image:url(../images/drop-down.gif);
background-repeat: no-repeat;
width: 100%;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	text-align:left;
	width: auto;
	display: block;
	text-indent: 1px;
	text-decoration: none;
	font-weight: 700;
	color:#d1d0d0;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image:url(../images/drop-down.gif);

	
}

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

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-image:url(../images/drop-down-hover.png);
background-repeat: no-repeat;	
}
.mycls
{
	font-size:13px;
	color:#CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
.mycls1 {
	font-size:13px;
	color:#CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	text-decoration: none;
	font-weight: bold;
	background-color: #019fc2;
}
.mycls2 {
	font-size:13px;
	color:#CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	text-decoration: none;
	font-weight: bold;
	background-color: #484443;
}
