.chromestyle{width:100%;font-weight: bold;background-color:#000;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.chromestyle ul{float:left;background-color:#000;padding:4px 0;margin:0;margin-top:5px;margin-left:50px;text-align:left;}
.chromestyle ul li{display: inline;margin:0;padding:0;}
.chromestyle ul li a{width:100%;color: #fff;padding: 4px 7px;margin: 0;text-decoration: none;background: url("http://www.static.mindinsight.com/R2/images/tabs/tabbg.png") center center repeat-x;}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{background-image: url("http://www.static.mindinsight.com/R2/images/tabs/tabbg-over.png");background-repeat:repeat-x;}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{position:absolute;top: 0;border: 1px solid #520202;border-bottom-width: 0;font:normal 12px Verdana;line-height:18px;z-index:100;background-color: #b50000;width: 200px;visibility:hidden;filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=135,strength=4);}
.dropmenudiv a{width: auto;display: block;text-indent: 3px;border-bottom: 1px solid #520202;padding: 2px 0;text-decoration: none;font-weight: bold;color: #fff;}
* html .dropmenudiv a{ /*IE only hack*/width: 100%;}
.dropmenudiv a:hover{background-color: #5c0101;}
