.chromestyle                    {width:680px;color:white;font:9pt Tahoma, Geneva, sans-serif;background-color:#006699;}
.chromestyle:after              {content:".";display:block;height:0;clear:both;visibility: hidden;}/*Add margin between menu and rest of content in Firefox*/ 
.chromestyle ul                 {padding:0px;margin:0;text-align:center;}
.chromestyle ul li              {display:inline;float:left;padding:4 0 4 0px;}
.chromestyle ul li a            {color:white;margin:0;text-decoration:none;background-color:#006699;}
.chromestyle ul li a:hover      {background-color:white;color:#006699;}
.chromestyle ul li a[rel]:after {content: " ";}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv                    {position:absolute;
                                  top:0;
                                  font:9pt Tahoma, Geneva, sans-serif;
                                  text-align:left;
                                  z-index:100;
                                  color:black;
                                  background-color:white;
                                  width:155px;
                                  visibility:hidden;
                                  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired  */ }/*line-height:7pt;*/
.dropmenudiv a                  {width:auto;display:block;text-indent:3px;padding:2px 0;text-decoration:none;color:black;}  /* font-weight: bold; *//*THEME CHANGE HERE*/
* html .dropmenudiv a           {width: 100%;}/*IE only hack*/
.dropmenudiv a:hover            {background-color:#006699;color:white;font-weight:bold;}/*THEME CHANGE HERE*/

#dropmenudiv7                   {width:300px;}