#chromemenu{
	background: url(images/wyd.jpg);
	width:100%;
	height:25px;
	margin-top:0;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	margin-left:25px;
	padding:0; 
	list-style:none;
}


#chromemenu ul li{
	width:90px;
	margin:0 1px 0 0; 
	float:left; 
}


#chromemenu ul li a{
	color:#000;
	background: url(images/nav2.jpg);
	padding: 5px 20px 0px 20px;	
	text-align:center;
	text-decoration:none;
	height:40px;
	display:block;
	font-weight:bold;
}

#chromemenu ul li a:hover{
	color:#fff;
	background: url(images/nav2.jpg);
	padding: 5px 20px 0px 20px;	
	text-align:center;
	text-decoration:none;
	height:40px;
	display:block;
	font-weight:bold;
}

#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;
	line-height:18px;
	z-index:100;
	background-color: #4A483C;
	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;
	color: #DADADA;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	color: #fff;
}