@charset "utf-8";
/* CSS Document */

.chromestyle1{
	
}
.chromestyle1 ul{
	width: 100%;
	padding:0;
	margin: 0;
	list-style:none;
	text-align: right; /*set value to "left", "center", or "right"*/
}
.chromestyle1 ul li{
	display: inline;
	height: 25px;
}
.chromestyle1 ul li a{
	padding-right: 16px;
	color: #333333;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	text-decoration: none;
	font-weight:bold;
}
.dropmenudiv1{
	width: 110px;
	margin-top: 2px;
	margin-left: 5px;
	position:absolute;
	top: 0;
	border: 1px solid #D3C39F; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv1 a{
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #D3C39F; /*THEME CHANGE HERE*/
	padding: 2px 3px;
	text-align: left;
	text-decoration: none;
	color: #000;
}

* html .dropmenudiv1 a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
	background-color: #F4F0E5;
}