#subMenuList, #subMenuList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subMenuList > li {
	min-height: 30px;
	line-height: 12px;
}

#subMenuList ul.subMenuLevel3 {
	padding-bottom: 10px;
	padding-top: 10px;
}

#subMenuList a {
	display: block;
	padding-top: 8px;
	padding-bottom: 9px;
	border-bottom: solid 1px #c7c7c7;
	color: black;
	font-weight: normal;
	font-size: 12px;
}
#subMenuList a.firstItem {
	border-top: solid 1px #c7c7c7;
	padding-bottom: 8px;
}
a.SubMenuLevel1 {
	padding-left: 10px;
	background-color: #efefef;
}
#subMenuList a.SubMenuLevel1.Selected {
	color: white;
	background-color: #797b7e;
}

#subMenuList a.Selected {
	font-weight: bold;
}

a.SubMenuLevel2 {
	padding-left: 24px;
}

#subMenuList a.SubMenuLevel3 {
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0;
}

#subMenuList li.last a{
	border-bottom: 0;
}

a.adminLink {
	float: right;
	width: 10px !important;
	/*position: relative;
	top: -40px;
	left: 200px;*/
}