.ddmenu
{
	font-family:Verdana;
	font-size:10px;
	cursor:default;
	height:28px;
	width:100%;
/*	float:right;*/

}
.ddmenu .bar,.ddmenu .barOn
{
	float:right;
	margin-right:1px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	padding:0 20px 0 20px;
}
.ddmenu .barOn
{
	background:#c7aa98;
}


.dropdown
{
	position:absolute;
	margin-top:2px;
	font-family:Verdana;
	font-size:xx-small;
	cursor:default;
	
	
	width:140px;
	z-index:9999;

}
.menuitem
{
	border-bottom:1px solid white;
	background-color:#955f3d;
	color:white;
	padding:5px 0 5px 5px;
	width:130px;
	cursor:pointer;
}

.menuitemOn
{

	
	border-bottom:1px solid white;
	background:#c7aa98;
	color:#ffffff;
	padding:5px 0 5px 5px;
	width:130px;
	cursor:pointer;
}
