#chromemenu{
width: 1000px;
margin-right: auto;
margin-left: auto;
text-align:center;
font-style:normal; font-variant:normal; font-weight:bold; font-size:8pt; font-family:"Comic Sans MS";
}

#chromemenu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
background: url('images/chromebg.gif') repeat-x center; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-style:normal; font-variant:normal; font-weight:bold; font-size:8pt; font-family:"Comic Sans MS";
}


#chromemenu ul li{
display: inline;
font-style:normal; font-variant:normal; font-weight:bold; font-size:10pt; font-family:"Comic Sans MS";
}


#chromemenu ul li a{
float: left;
color: #093065;
font-weight: bold;
text-decoration: none;
background: url('images/divider.gif') no-repeat center right; /*Theme Change here*/; padding-left:7px; padding-right:12px; padding-top:6px; padding-bottom:6px
}

#chromemenu ul li a:hover{
color: red;
}

#chromemenu ul li a[onMouseover]:after{ 
content: "v";
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 110px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:"Comic Sans MS";
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #093065;
}

.dropmenudiv a:hover { /*Theme Change here*/
background-color: #F0F0F0;
text-decoration: none;
color: red;
}

.dropmenudiv a:visited { /*Theme Change here*/
background-color: white;
text-decoration: none;
color: #093065;
}

.dropmenudiv2{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:"Comic Sans MS";
}

.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #093065;
}

.dropmenudiv2 a:visited { /*Theme Change here*/
background-color: white;
text-decoration: none;
color: #093065;
}

.dropmenudiv2 a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
text-decoration: none;
color: red;
}