.chromestyle{
width: 483px;
font-weight: bold;
font-family:"Trebuchet MS";
font-size:11px;
color:#666666;
}

.chromestyle ul{
width: 100%;
background: url(tclback.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding-top : 3px;
padding-bottom: 3px;
padding-left: 3px;
padding-right:0;
margin: 0;
text-align: justify; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px;
padding-left:5px;
padding-right:4px;
margin: 0;
text-decoration: none;


}

.chromestyle ul li a:hover{
background: url(tclbackup.gif) center center repeat-x; /*THEME CHANGE HERE*/
font-weight: bold;
font-family:"Trebuchet MS";
font-size:11px;
color:#FFFFFF;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
font:normal 11px Calibri;
line-height:24px;
z-index:100;
background-color: #f0f0f0;
width: 110px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding-left:5px;
padding-bottom:2px;
padding-top:2px;
padding-right:2px;
text-decoration: none;
font-weight: bold;
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background: url(bluefireback3.gif) center center no-repeat;
}

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #BBB; 
font:normal 11px Calibri;
line-height:24px;
z-index:100;
background-color: #f0f0f0;
width: 110px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding-left:5px;
padding-bottom:2px;
padding-top:2px;
padding-right:2px;
text-decoration: none;
font-weight: bold;
color: black;

}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background: url(bluefireback4.gif) center center no-repeat;
}

/* CSS Document */

