/*.columnmenu {*/
/* position: relative;*/
/* display: -moz-inline-box; */
/* display: inline-block;*/
/*}*/
/** html .columnmenu {*/
/* display: inline;*/
/* }*/
/** :first-child+html .columnmenu {*/
/* display: inline;*/
/*}*/
.menu {
	width:170px;
	background-color:white;
}
.subMenu {
	background-color: whiteSmoke;
	position: absolute;
	display: none;
	border-radius: 7px;
	border: solid 1px grey;
}
.subMenu .columnmenu {
	display: table-cell;
}
.subMenu .submenutitle {
	text-overflow: ellipsis;
	width: 150px;
	height: 32px;
	margin: auto;
	padding: 5px;
	color: #574CCD;
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	font-size: 70%;
}
.horizontalMenuItem {
	font-family:verdana,helvetica,arial;
	font-size:11px;
	font-weight:normal;
	border-color:#B0AEC4;
	border-width:1;
	border-style:solid;
	color:#FD510C;
	width:176px;
	background-color:white;
}

.menuItem {
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	font-weight: normal;
	border-color: #B1AFC5;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	cursor: pointer;
	color: #FD510D;
	border-radius: 5px;
	margin: 3px;
	width: 160px;
}

.menuItemFirst{
	border-top-width:1;
	border-top-style:solid;
	border-top-color:#B0AEC4;
}

.menuItemText{
	padding:4 4 4 10;
}

.menuSubItemText{
	padding:4 4 4 20;
}

.menuItemOFF {
	background-color:#FFFFFF;
}

.menuItemON {
	color:#FFFFFF;
	background-color:#8181AB;
}

.menuSubItemOFF {
	background-color:#DDDDEA;
}

.menuSubItemON {
	color:#FFFFFF;
	background-color:#8181AB;
}

.menuDescriptionText{
	color:#FFFFFF;
	font-weight:normal;
}

.menuPointer{
	float:right;
	margin-top:4;
	margin-right:5;
}

