@charset "utf-8";
/* CSS Document */

.Menu {
	position: absolute;
	display: none;
}

.MenuTable {
	background-color: white;
	border: 2px solid #002277;
}

.MenuTable .MenuItem {
	height: 24px;
	line-height: 24px;
}

.MenuTable .clickable * {
	color: black !important;
}

.MenuTable .Left {
	width: 24px;
	background-color: #002277;
	border: 1px solid #002277;
	border-right: none;
}

.MenuTable .Hover .Left {
	background-color: #FFAA44;
	border: 1px solid #FF6611;
	border-right: none;
}

.MenuTable .Title {
	vertical-align: middle;
	color: gray;
	font-size: 12px;
	padding-left: 10px;
	background-color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.MenuTable .Hover .Title {
	background-color: #FFAA44;
	border-top: 1px solid #FF6611;
	border-bottom: 1px solid #FF6611;
}

.MenuTable .Right {
	width: 10px;
	background-color: white;
	border: 1px solid white;
	border-left: none;
}

.MenuTable .Hover .Right {
	background-color: #FFAA44;
	border: 1px solid #FF6611;
	border-left: none;
}

.MenuTable .expandable .Right {
	background-image: url(../images/design/arrow.gif);
}
