.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
padding:20px;

}

.chromestyle ul{
border: 1px solid #FFF;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
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 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;

}

.chromestyle ul li a:hover{
background: url(chromebg-over.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: 0px dotted #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:11px Verdana;
line-height:18px;
z-index:666;
background-color: #EF4136;
width:auto;
visibility: hidden;
margin-top:5px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=8); /*Add Shadow in IE. Remove if desired*/
margin-left:-16px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding-right:3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color: #fff;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#f2f2f2;
color:#333333;
}

/* TOP MENU

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

.dropmenudiv2{
position:absolute;
top: 0;
border-bottom-width: 0;
font:10px Verdana;
line-height:11px;
z-index:100;
width:auto;
visibility: hidden;
margin-top:8px;
margin-left:-16px;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 0px;
padding-right:3px;
border-bottom: 0px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color: #EF4136;
}


.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color:#fff;
color:#EF4136;
text-decoration:underline;
}


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

.dropmenudiv3{
position:absolute;
top: 0;
border-bottom-width: 0;
font:10px Verdana;
line-height:11px;
z-index:100;
width:auto;
visibility: hidden;
margin-top:8px;
margin-left:-16px;
}


.dropmenudiv3 a{
width: auto;
display: block;
text-indent: 0px;
padding-right:3px;
border-bottom: 0px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}


.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
text-decoration:underline;
}
