/* 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:#999999 solid 0px; 
border-bottom:#999999 solid 1px; 
border-left:#999999 solid 1px; 
border-right:#999999 solid 1px;
height:22px;
width: 800px;
background: #333333 url(../images/b6.jpg) repeat-x; 
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 2px;
margin: 0;
margin-top:0px;
text-align: left; /*set value to "left", "center", or "right"*/
font-family: Arial;
font-size:20px;
}
.chromestyle22 ul{ 
border-top:#999999 solid 0px; 
border-bottom:#999999 solid 1px; 
border-left:#999999 solid 1px; 
border-right:#999999 solid 1px;
height:22px;
width: 800px;
background:url(../images/b1.jpg) repeat-x; 
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 2px;
margin: 0;
margin-top:0px;
text-align: left; /*set value to "left", "center", or "right"*/
font-family: Arial;
font-size:20px;
}
 
.chromestyle2 ul{
background:url(../images/navbg.gif) repeat-x;  
height:16px;
width: 800px;
border-top:#333333 solid 1px; 
border-bottom:#333333 solid 1px; 
border-left:#333333 solid 1px; 
border-right:#333333 solid 1px;
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 2px;
text-align: center; /*set value to "left", "center", or "right"*/
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
}

.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: bold 12px Arial;
}

.chromestyle ul li a:hover{
background: url(../images/chromebg22-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
height:30px;
}

.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;
}
