.ddmenu
{
	font-family:Verdana;
	font-size:xx-small;
	cursor:default;
	height:26px;
	width:100%;
}
.ddmenu .bar
{
	float:left;
	line-height:26px;
	cursor:pointer;
	padding:0 10px;
	color:white;
	background:url(img/menyBg.gif);
}
.ddmenu .baron
{
	float:left;
	line-height:26px;
	cursor:pointer;
	background:url(img/menyBg^.gif);
	padding:0 10px;
	color:#e1e1e1;

}
.ddmenu .sep
{
	float:left;
	width:4px;
	height:26px;
}
.dropdown
{
	position:absolute;
	font-family:Verdana;
	font-size:xx-small;
	cursor:default;
	opacity: 0.9;
	filter:alpha(opacity: 90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;    
	
	width:140px;
	z-index:9999;

}
.menuitem
{
	border-left:1px solid #dadbda;
	border-right:1px solid #dadbda;
	
	border-bottom:1px solid #dadbda;
	background-color:#ffffff;
	color:#808080;
	padding:5px 0 5px 5px;
	width:130px;
	cursor:pointer;
}
.menuitemOn
{
	border-left:1px solid #dadbda;
	border-right:1px solid #dadbda;
	
	border-bottom:1px solid #dadbda;
	background-color:#8db6d4;
	color:#ffffff;
	padding:5px 0 5px 5px;
	width:130px;
	cursor:pointer;
	
}
