#verticalSubMenuContainer {
	
}
.verticalSubMenuElement a {
	color: #000;
	font-size: 11px;
	white-space: nowrap;
}
.verticalSubMenuElement {
	background: #eeeeee;
	border: 0px solid #cccccc;
	padding: 0px 15px;
	height: 25px;
	line-height: 24px;
}
.verticalSubMenuSelected {
	background: #EE2198 ;
	font-weight: bold;
	color: #fff;
}
.verticalSubMenuSelected a {
	color: #fff;
}
.verticalSubMenuSubContainer {
	
}
.verticalSubMenuSubElement {
	background: #f5f5f5;
	padding: 2px 0px 2px 20px;
	border-bottom:0px solid #868a8c;
}
.verticalSubMenuSubElement a {
	height: 23px;
	line-height:21px;
	background: url(../images/menuarrow_grey.png) no-repeat 0px 2px;
	padding-left: 15px;
	white-space: nowrap;
	color: #000;
}
.verticalSubMenuSubSelected {
	font-weight: bold;
}
.verticalSubMenuSubSelected a {
	background: url(../images/menuarrow_red.png) no-repeat 0px 2px;
}

.verticalSubMenuSubSubContainer {
	border-bottom:0px solid #868a8c;
	padding-bottom:5px;
}

.verticalSubMenuSubSubElement  {
	padding: 0px 0px 0px 43px;
}

.verticalSubMenuSubSubElement a {
	height:16px;
	line-height:16px;
}

.verticalSubMenuSubSubSelected {
	font-weight:bold;
}