* {
	margin: 0;
	padding: 0;
}

#menubar {
	position: absolute;
	width: 98%;
	height: 29px;
	left:1%;
	top: 95px;
	margin-bottom: 15px;
	background-color: white;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	z-index: 10;
}

ul  {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

a.menu {
	font-weight: normal;
	color: black;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	cursor: hand;
}

a.menu:hover {
	color: #600;
}

a.menu-sub {
	font-weight: normal;
	color: black;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}

a.menu-sub:hover {
	color: #600;
}

#menu-dropdown, #menu-dropdown ul {
	padding: 5px 0 7px 0;
	margin: 0 0 0 2px;
	list-style: none;
	line-height: 18px;
	z-index: 500;
}

#menu-dropdown li {
	float: left;
	position: relative;
	z-index: 500;
}

#menu-dropdown span {
	float: left;
	display: block;
	padding: 0 8px 0px 6px !important;
	padding: 0 7px 0px 4px;
	margin: 0 !important;
	margin: 0;
	line-height: 18px;
	background-color: transparent;
}

.menu-subitems {
	display: none;
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 0;
	background-color: white;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	font-weight: normal;
	font-size : 11px;
	line-height: 30px;
}

.menu-subitems li {
	width: 98%;
	padding: 0 0 0 4px;

}

.menu-subitems li a {
	text-decoration: none;
	border: 1px;
}

.menu-separator {
	height: 1px;
	background-color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu-dropdown li>ul span { 
	top: auto;
	left: auto;
}

#menu-dropdown li:hover ul, li.over ul { 
	display: block;
}

.clear { 
	clear: left;
}

.menuicon {
	vertical-align: middle;
	margin-right: 3px;
}

