#verticalSubMenuContainer {
	margin-bottom:17px;
	border-top: 1px solid #fff;
}
.verticalSubMenuElement a {
	color: #e50005;
	font-size: 11px;
	white-space: nowrap;
}
.verticalSubMenuElement {
	background: url(../images/submenu_element_bg.jpg);
	border-bottom: 1px solid #fff;
	padding: 0px 15px;
	height: 25px;
	line-height: 24px;
}
.verticalSubMenuSelected {
	background: url(../images/submenu_selectedelement_bg.jpg);
	font-weight: bold;
	color: #fff;
}
.verticalSubMenuSelected a {
	color: #fff;
}
.verticalSubMenuSubContainer {
	
}
.verticalSubMenuSubElement {
	background: #e3e8eb;
	padding: 2px 0px 2px 25px;
	border-bottom:1px solid #feffff;
}
.verticalSubMenuSubElement a {
	height: 23px;
	line-height:21px;
	background: url(../images/menuarrow_grey.png) no-repeat 0px 2px;
	padding-left: 15px;
	white-space: nowrap;
}
.verticalSubMenuSubSelected {
	font-weight: bold;
}
.verticalSubMenuSubSelected a {
	background: url(../images/menuarrow_red.png) no-repeat 0px 2px;
}

.verticalSubMenuSubSubContainer {
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}

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

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

.verticalSubMenuSubSubSelected {
	font-weight:bold;
}