.toolbar {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	color: black;
	width: 100%;
	height: 29px;
	background: #d0d0d0;
}

.toolbar ul {
	list-style-type: none;
	display: block;
	clear: both;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.toolbar li.btn {
	list-style-type: none;
	display: block;
	padding: 0px 2px 1px 1px;
	float: left;
	font-size: 10px;
	height: 24px;
	border-right: 1px solid #a0a0a0;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #a0a0a0;
}

.toolbar li.btn:hover {
	padding: 1px 1px 0px 2px;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #f0f0f0;
}

.toolbar li.sep {
	list-style-type: none;
	display: block;
	padding: 0px 2px 1px 1px;
	float: left;
}

.toolbar li.btn a.link {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: black;
}

.toolbar li.btn a.link:hover {
	text-decoration: none;
}

.toolbar li form {
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

#menubar {
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	background: #c0c0e0;
}

.menu a.menu_bar_item {
	width: 100%;
	font-size: 10px;
	display: block;
}

.menu a.menu_bar_item:hover {
	background: #b0b0d5;
}

.menu ul {
	margin: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 2px;
}

.menu a {
	font-size: 10px;
	text-decoration: none;
}

.mitems {
	min-width: 100px;
	width: auto;
	padding: 2px;
	border: 1px solid #000000; 
	background: #e0e0e0;
	color: black;
}

.mitems ul li a {
	text-decoration: none;
	width: 100%;
	color: black;
	display: block;
}

.mitems ul li a:hover {
	text-decoration: none;
	background: #6060a5;
	color: white;
}

.mitems ul li.sep {
	border-top: solid 1px #909090;
}

.mitems ul li:hover {
	background: #6060a5;
	color: white;
}

