.chromestyle {
	width:650px; 	
	height:30px; 
	float:left;
	margin: 0px;
	display: inline;
}


.chromestyle ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 13px;
}

.chromestyle ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.chromestyle li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

.chromestyle li a {
	float: left;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	/*color: #000;*/
	text-transform: uppercase;
	text-decoration: none;
}

.chromestyle li a.home {
	height: 30px;
	width: 89px;
	text-indent: -10000px;
	background-image: url("../images/home.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.chromestyle li a.aboutus {
	height: 30px;
	width: 88px;
	text-indent: -10000px;
	background-image: url("../images/about_us.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.chromestyle li a.intelligence {
	height: 30px;
	width: 141px; 
	text-indent: -10000px;
	background-image: url("../images/intelligence.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.chromestyle li a.source {
	height: 30px;
	width: 108px;
	text-indent: -10000px;
	background-image: url("../images/source.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.chromestyle li a.green {
	height: 30px;
	width: 103px;
	text-indent: -10000px;
	background-image: url("../images/green.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.chromestyle li a.risk {
	height: 30px;
	width: 89px;
	text-indent: -10000px;
	background-image: url("../images/risk2.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}


.chromestyle li a:hover, .chromestyle li a.selected,.chromestyle li a.current {
	background-position: 0 -30px;
 
}

/*
.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) center center repeat-x; THEME CHANGE HERE
}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

position:absolute;
top: 0;
margin:-2px 0px 0px 5px;padding:0px;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial, Helvetica, sans-serif;color:#FFFFFF;
line-height:15px;
z-index:100;
/*background-color:#6FCBC8;*/
width: 150px;
visibility: hidden;
/*filter: alpha(opacity= 90); -moz-opacity:0.9; opacity: 0.9 

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  Add Shadow in IE. Remove if desired*/

}



.dropmenudiv a{
width:auto !important;width: 148px;
display: block;
text-indent: 3px;
background-color:#6FCBC8;
 /*border-bottom: 1px solid #FFFFFF;THEME CHANGE HERE*/
padding: 4px 10px;
text-decoration: none;
font-size:12px;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/


}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #59BEBB;
}
.dropmenudiv a.colorchange{background:url(../images/bottom-curve-light.png) no-repeat;width:150px;height:25px;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bottom-curve-light.png'; );}
.dropmenudiv a:hover.colorchange{background:url(../images/bottom-curve.png) no-repeat;width:150px;height:25px;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bottom-curve.png'; );}