.chromestyle{

width: 440px;
float:right;

font-weight: bold;

}



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

width: 100%;

/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/

/*background: #cccccc url(/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;*/ 

background: #ffffff; 

padding: 4px 0;

margin: 0;

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

}



.chromestyle ul li{

display: inline;

font-family:Verdana, Arial, Helvetica, sans-serif;

}



.chromestyle ul li a{

color: #494949;

padding: 4px 7px;

margin: 0;

text-decoration: none;

border-left: 1px solid #bbbbbb; /*THEME CHANGE HERE*/



}



.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(/images/ui-bg_flat_55_ffffff_40x100.png) center center repeat-x; /*THEME CHANGE HERE*/

/* border: 1px solid #aaaaaa; */

color: #00bbe6;

}





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



.dropmenudiv{

position:absolute;

top: 0;

border-left: 1px solid #bbbbbb; /*THEME CHANGE HERE*/

/*border-bottom-width: 1;*/



font:normal 10px Verdana;

line-height:18px;

z-index:100;

background-color: white;

width: 150px;

visibility: hidden;

}





.dropmenudiv a{

font-size:10px;

width: 100%;

display: block;

text-indent: 3px;

fborder: 0px solid #bbbbbb; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: normal;

color: black;

}



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

color:#00bbe6;

}



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

color:#00bbe6;

}
