/* CSS Document */

.chromestyle{
width: 778px;
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{ 
border-top:#333 solid 0px; 
border-bottom:#999 solid 1px; 
border-left:#999 solid 1px; 
border-right:#999 solid 1px;
height:30px;
width: 812px;
background: url(../images/linkbg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding-top: 0px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 0px;
margin: 0;
margin-top:0px;
text-align: center; /*set value to "left", "center", or "right"*/
font:Tahoma;
size: 12px;
}
 
.chromestyle2 ul{
background: #333333 url(../images/bgfoot-en2.jpg) repeat-x;  
height:20px;
width: 762px;
border-top:#FF6600 solid 1px; 
border-bottom:#FF6600 solid 1px; 
border-left:#FF6600 solid 1px; 
border-right:#FF6600 solid 1px;
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 2px;
}

.chromestyle3 ul{
background: #fff url(../images/footerbar22.jpg) no-repeat;  
height:30px;
width: 778px;
border-bottom:#999999 solid 1px; 
border-left:#999999 solid 1px; 
border-right:#999999 solid 1px;
border-top:#999999 solid 1px;
margin-top: 6px;
margin-bottom: 0px;
padding-top: 5px;
text-align: center;
}

.chromestyle3logo ul{
/*background: #fff url(../images/footerbar22.jpg) no-repeat; */
background: #ffffff; 
height:32px;
width: 778px;
border-bottom:#00ccff solid 1px; 
border-left:#00ccff solid 1px; 
border-right:#00ccff solid 1px;
border-top:#00ccff solid 0px;
margin-top: 0px;
margin-bottom: 8px;
padding-top: 5px;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333333;
padding: 6px 8px;
margin: 0;
text-decoration: none;
border-left: 0px solid #ffffff; /*THEME CHANGE HERE*/
border-right: 1px solid #ffffff; /*THEME CHANGE HERE*/
font: 12px Tahoma;
}

.chromestyle ul li a:hover{
background: url(../images/chromebg22-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #006699;
height:30px;
font: 14px Tahoma;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";


/*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 #B5E2FE; /*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: 778px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ff6666; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}
