@charset "utf-8";
/* CSS Document */

.dropmenu, .dropmenu_right {
	position: absolute;
	margin-top: -11px;
	/*visibility:hidden;*/
	background: #ffffff;
	border-color: #FF9900;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	line-height: 20px;
}

.dropmenu_right {
	border-width: 1px 5px 1px 1px;
}

.menuitem {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 0px 5px 0px 5px;
	border-color: #FF9900;
}

.menuitem:hover {
	background-color: #FF9900;
}