.chromestyle{
width: px;
height: 0px;
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: 0px solid #BBB;
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px
}

.chromestyle ul li{

display: inline;
}

.chromestyle ul li a{


font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-align: center;
color: #ffffff;
padding-left: 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url('chromebg-over.gif') repeat-x center; /*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: 0px solid; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: nornal;
line-height:23px;
margin-left: 7px;
margin-top: 9px;
z-index:100;
background-image: url(images/redbg.jpg);
width: 181px;
height: 192px;
visibility: hidden;
}


.dropmenudiv a{
width: 245px;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding-left:15px;
padding-top:7px;
text-decoration: none;
font-weight: normal;
color: White;

}

* html .dropmenudiv a{ /*IE only hack*/
width:181px;
 
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width:181px;
color: Black;
font-weight: normal;

}

#space1{
   padding-left: 40px;
   padding-right: 30px;
}

#space2{
   padding-left:40px;
   padding-right: 30px;
}

#space3{
   padding-left: 35px;
   padding-right: 10px;
}


/*Secon Drop Down**/

.dropmenudiv1{
position:absolute;
top: 0;
border: 0px solid; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font:normal 12px ;
font-weight: bold;
line-height:18px;
z-index:100;
background-image: url(images/rosebg.jpg);
width: 257px;
height: 178px;

visibility: hidden;


}


.dropmenudiv1 a{
width:257px;
display: block;
text-indent: 3px;

border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding-left:15px;
padding-top:5px;
line-height:19px;
text-decoration: none;
font-weight: normal;
color: Black;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width:257px;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #FDE8F7;
}

/*Third Drop Down**/

.dropmenudiv2{
position:absolute;
margin-right:0px;
top: 0;
border: 0px solid; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height:23px;
z-index:100;
background-image: url(images/seabg.jpg);
background-color: #000000;
width: 273px;
height: 179px;
visibility: hidden;


}


.dropmenudiv2 a{

width: 273px;
display: block;
text-indent: 3px;

border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding-left:15px;
padding-top:5px;
text-decoration: none;
font-weight: normal;
color: Black;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width:273px;

}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #C1E1F8;
}