@charset "utf-8";
@import url(/css/admin.css);
@import url(/css/lightbox.css);

.menuLi {
	list-style-type: none;
	padding: 0 0 0 30px;
	margin: 0;
}
.menuLevel2 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #919191;
	text-decoration: none;
	margin: 9px 0 11px 0;
	display: block;
	padding: 0 0 4px 0;
}
.Header {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.HeaderRed {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: normal;
	color: #ed1c24;
	text-decoration: none;
}

.mainContent {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000000;
}

.menuLevel2Selected {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #919191;
	text-decoration: none;
	margin: 9px 0 11px 0;
	display: block;
	background: url(../images/editor/menu/underlevel2.gif) left bottom no-repeat;
	padding: 0 0 4px 0;	
}
.menuLiSelected {
	list-style-type: none;
	padding: 0 0 0 35px;
	margin: 0;
	background: url(../images/editor/menu/selector.gif) left 6px no-repeat;
}
.menuA {
	display: block;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding: 3px 0 5px 10px;
	border-bottom: 1px dotted #000000;
}
.mainContentLink {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #ed1c24;
	text-decoration: underline;
}
.greyText {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
ul.mainMenu> li:last-child > a
{
	border-bottom: none !important;
}