.chromestyle{
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{
padding:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
margin-top:34px;
margin-left:32px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #d5d5d5;
height:36px;
padding:9px 10px 5px 11px;
margin:4px;
font-size:16px;
text-decoration: none;
BACKGROUND:url(../images/button1.jpg) left top no-repeat;
}

.chromestyle ul li a:hover, .chromestyle ul#nav li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
BACKGROUND:url(../images/button2.jpg) left top no-repeat;		
}


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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-size:12px;
line-height:18px;
z-index:100;
width: 199px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
border:1px solid #000;
border-top:0px solid #000;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 3px;
text-decoration: none;
        font-weight: Bold;
    color:#ffffff;
BACKGROUND:#191919;
text-align:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
BACKGROUND:#676767;
        color: #fff
}


/* the style starts here */
.image table {position:absolute; border:0; border-collapse:collapse; left:0;}
.image b {display:none; font-weight:normal;}


.image a:hover {position:relative; z-index:100;}
.image:hover b, 
.image a:hover b
{
z-index:100;
display:block;
overflow:hidden;
 visibility:visible; 
 position:absolute; 
 left:85px; top:-15px; 
 cursor:pointer; 
 padding:20px;
 }
