.chromestyle{
}
.chromestyle ul {
	margin-left: 0px;
	margin-top: 5px;
}


.chromestyle ul li{
	display: inline;
	margin-left: 0px;
}
.chromestyle a {

}

.dropmenudiv{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
	position:absolute;
	z-index:100;
	background-color: #FFFF99;
	width: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url(../images/menuborder.jpg);
	background-repeat: repeat-y;
	background-position: left;
	visibility: hidden;
}
.dropmenudiv a{
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.dropmenudiv .image {
	text-align: center;
	margin-bottom: 0px;
}

