.chromestyle{

font-weight: bold;
height:31px;
}

.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;

/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;

text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
float:left;
margin-right:15px;
font-weight:normal;

}

.chromestyle ul li a{
color: #494949;
padding: 4px 4px 4px 4px;
margin: 0;
height:23px;
text-decoration: none;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none; font-weight:normal;
}

.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*/color:#CCFECC; text-decoration:underline;
}
/**********************link sapn start************************/
.chromestyle ul li span{ 
display: inline;

}
/*.chromestyle ul li span a{
color: #FF9600;
padding: 8px 8px 8px 8px;
margin: 0;
height:40px;
text-decoration: none;
background: url(../images/pipe_line.jpg);
background-position:right;
background-repeat:no-repeat;
border-right: 0px solid #DADADA;
font-family:  Tahoma, Arial, Verdana,; font-size:11px;   line-height:12px; font-weight:bold;
}*/

/*.chromestyle ul li span a:hover, .chromestyle ul li span 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*/
/*font-family:  Tahoma, Arial, Verdana,; font-size:11px; color:#fff; line-height:12px; font-weight:bold;text-decoration:underline;

height:55px;
}*/
/***********************************link span end**************************/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:4px;
border: 0px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #007900;
width: 240px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color:#fff;
padding-bottom:3px; 
padding-top:3px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF9900;
color:#000;
font-weight:normal;

}
