@charset "utf-8";
/* CSS Document */

#menubar
{
	background:#DDDDDD;
	height:21px;
	
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	
	text-transform:none;
	font-weight:normal;
}

#menubar li
{
	position: relative;
	
	margin: 0px;
	margin-bottom:6px;
	padding: 0px;
	
	cursor:default;
	
	list-style-type: none;
	
	/*text-transform:none;
	font-weight:normal;*/
}

#menubar ul
{
	position: absolute;
	
	z-index: 1020;
	
	width:auto;
	
	margin: 0;
	margin-top:1px;
	padding: 0px;
	
	border: 1px solid #AAAAAA;
	
	list-style-type: none;
}

#menubar .menu_item
{
	background:#DDDDDD;
	width: auto;
	
	margin: 0px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	
	color:#000000;
	text-decoration:none;
	
	cursor:default;
}
#menubar .menu_item:hover { background:#CCCCCC; }

#menubar .menu_separator { background:#AAAAAA; width:auto; height:1px; }
