.menu {
	width:170;
	background-color:white;
}

.subMenu {
	background-color:white;
	position:absolute;
	display:none;
	width:177px;
}

.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:#B0AEC4;
	border-width:1;
	border-style:solid;
	border-top:none;
	cursor:pointer;
	color:#FD510C;
	width:176px;
}

.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;
}

