.chromestyle{ font-weight: bold; float:left; }

.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; font:bold 14px arial;
width1: 94%; background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/ }

.chromestyle ul li{ display: inline;}

.chromestyle ul li a{ color: #494949; padding: 4px 7px; margin: 0; text-decoration: none;
border-right: 0px solid #DADADA; }

.chromestyle ul li a:hover, .chromestyle ul li a.selected{background: url(cloud.gif) center no-repeat; /*THEME CHANGE HERE*/}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ position:absolute; top: 0; border-bottom-width: 0; font:normal 12px arial;
line-height:18px; z-index:100; background-color:#00889B; width: 200px; visibility: hidden; }


.dropmenudiv a{ width: auto; display: block; text-indent: 3px; padding: 3px 0px; text-decoration: none; 
font-weight: normal; color: white; }

* html .dropmenudiv a{width: 100%; }
.dropmenudiv a:hover{ color:#12D7FA;}

#chromemenu { height:75px; margin: 0 auto; padding-left:55px; font-size:17px; border:0px solid red;}
#chromemenu ul { margin: 0; padding: 0px 0 0 8px;	height: 325px; list-style: none;}
#chromemenu li { display: inline;}
#chromemenu a { display: block;	float: left; height: 23px; padding: 52px 20px 0 20px; border:0px solid red; text-decoration: none; color: #000; 
margin:0px; }

#chromemenu a:hover { text-decoration: none;	color: #f00; 	background1:url(link-bg.gif)no-repeat center;	height: 24px;}
#chromemenu .current_page a {color:#000; border:none;height: 24px; }
#chromemenu .current_page a:hover { color:#000; }

