.ddmenu
{
	font-size:20px;
	cursor:default;
	height:35px;
	width:100%;
}
.ddmenu .bar
{
	float:left;
	line-height:26px;
	cursor:pointer;
	padding:0 18px;
	color:white;
}

.ddmenu .bar:hover
{
	color:#ddd;
}

.ddmenu .baron
{
	float:left;
	line-height:26px;
	cursor:pointer;
	padding:0 10px;
	color:#e1e1e1;

}
.ddmenu .sep
{
		float:left;
	width:4px;
	height:26px;

	display:none;
}

.dropdown
{
	background:url(images/1px.gif);
	position:absolute;
	cursor:default;
	opacity: 0.9;
	filter:alpha(opacity: 80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;    
	
	width:140px;
	z-index:9999;
	padding-top:17px;
	margin-left:23px;

}
.menuitem
{

	background-color:#656057;
	color:#fff;
	padding:5px 0 5px 10px;
	width:130px;
	cursor:pointer;
}

.menuitemOn
{

	background-color:#767165;
	color:#ffffff;
	padding:5px 0 5px 10px;
	width:130px;
	cursor:pointer;
}
