.ddmenu
{
	font-family:Verdana;
	font-size:xx-small;
	cursor:default;
	background-image:url(../img/mbg.gif);
	height:23px;
	width:780px;
	padding-left:20px;
}
.ddmenu .bar
{
	float:left;
	/*margin-right:26px;*/
	line-height:23px;
	color:#ffffff;
	cursor:pointer;
}
.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:99999;
	/*background-color:#f8fcfd;*/

}
.top
{
	background-image:url(../img/top.gif);
	height:9px;
	overflow:hidden;
}
.bottom
{
	background-image:url(../img/variant.gif);
	height:10px;
	overflow:hidden;
}
.menuitem
{
	/*padding:5px 0 5px 5px;*/
	padding-left:10px;
	width:130px;
	line-height:19px;
	cursor:pointer;
	color:#606060;
	background-color:#f8fcfd;
}
.menuitemOn
{
	padding-left:10px;
	background-image:url(../img/mouseover.gif);
	/*padding:5px 0 5px 5px;*/
	line-height:19px;
	cursor:pointer;
	color:#606060;
	background-color:#f8fcfd;
	
}
