﻿.menuleft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menuleft li {
	display: block;
	background-image: url(/usercontrols/images/closed_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 12px;
}
.menuleft a {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	color: #555555!important;
	text-transform: uppercase;
	line-height: 21px;
	display: block;
	height: 21px;
}
.menuleft a:hover {
	color: #E2001A!important;
}
.menuleft_open {
	background-image: url(/usercontrols/images/open_arrow.gif)!important;
	background-position: left 8px;
	background-repeat: no-repeat;
}
.menuleft_open a {
	color: #000000!important;
}
.menuleft  .red_active {
	color: #E2001A!important;
}
.menuleft .black_path {
	color: #000000!important;
}

.second_level {
	margin-bottom: 15px!important;
}
.second_level li {
	font-size: 11px;
	font-weight: normal;
	background-image: none;
	padding-left: 0px;
}
.second_level a {
	text-transform: none;
	color: #555555!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 21px;
}
.third_level {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	padding-left: 12px!important;
}

