.text
{
    FONT-SIZE: 11px;
    COLOR: #1c427b;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
    TEXT-DECORATION: none
}

.text2
{
    FONT-SIZE: 11px;
    COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
    TEXT-DECORATION: none
}

.box 
{

font: 11px verdana, arial, helvetica, sans serif; color:#3e434e; 
background: #a5a4a4; 
border-color: #26314d; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
cursor:hand

}


.msgbox 
{

font: 11px verdana, arial, helvetica, sans serif; 
color:#FFFFFF; 
background:white; 
border: #26314d; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px

}

.chromestyle{
width: 880;
font-weight: bold;
FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
}

.chromestyle ul{
border: 0px;
width: 880;
background: #dedbdb;
height: 20;
padding: 0px;
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;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(default_files/24000000.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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 #26314d; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
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;
border-bottom: 1px solid #26314d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.lbox a:link {font-weight: bold; color: #999999; text-decoration: none;}
.lbox a:visited {font-weight: bold; color: #999999; text-decoration: none;}
.lbox a:active {font-weight: bold; color: #999999; text-decoration: none;}
.lbox a:hover {font-weight: bold; color: #999999; text-decoration: none;}