#chromemenu{
}

#chromemenu ul{
width: 950px;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 13px trebuchet ms;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 6px 12px 3px 7px;
text-decoration: none;

}

#chromemenu ul li a:hover{
color: white;
}

#chromemenu ul li a[onMouseover]: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: 1px solid #bbb; /*Theme Change here*/
border-bottom-width: 0;
font:normal 13px trebuchet ms;
line-height:18px;
z-index:100;
background-color: #6464A3;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: none;
color: white;
}
.dropmenudiv A:visited { 
background-color: #6464A3;
color: white;
	}
.dropmenudiv a:hover{ 
background-color: navy;
color: white;
	}

