.chromestyle{
    width: 99%;
    margin: 0px 0 5px 5px;
    text-transform: uppercase;
    font-size: 10px;
}
.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.chromestyle ul{
	width: 100%;
	background-color:#CEF565;
	padding: 7px 0;
	margin: 0;
	text-align: left;
	border: 1px solid #B7F01E;
}
.chromestyle ul li{
    display: inline;
}
.chromestyle ul li a{
	color: #5F7867;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B19C;    /*THEME CHANGE HERE*/
}
.chromestyle ul li a:hover {
    color: #FFFF00;
    background-color: #738A6B;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #ADED7C;
    /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
}
.dropmenudiv a{	
    width: 100%;
    display: block;
    text-indent: 3px;
    border: 1px solid #ADED7C;
    /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    /*color: #030;*/
    color: #339933;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;}
.dropmenudiv a:hover{
    /*THEME CHANGE HERE*/
    background-color: #EAFADC;
}
