#chromemenu2{
    height:2.2em;
	line-height:2.2em;
	width:760px;
	margin:0 1px;
    text-align: center;

}

#chromemenu2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu2 ul{
	border: 1px solid #BBB;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	
	background-color: #3C8E34;


}

#chromemenu2 li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
text-align: center;
}
}


#chromemenu2 li a{
	display:block;
	padding:0 10px;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
	text-align: center;
}


}

#chromemenu2 .selected,#chromemenu2 a:hover{
	background:#df711a;
	color:#ffffff;
	text-decoration:none;
	text-align: center;

#chromemenu2 ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

* html #chromemenu2 a {width:1%;}

/* ######### Style for Drop Down Menu ######### */

.text(

color: #ffffff
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #df711a;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{
	background-color: #3C8E34;
	color: #FFFFFF;
}


