.mainnav {
	padding: 0px;
	margin: 0px 15px 15px 15px;
	text-align: left;
	width: 205px;
}

/* default style for ul elements */
.mainnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}  

.mainnav ul li {
	margin-right: 0px;
}

.mainnav ul ul li {
	margin-left: 10px;
}

/* override a tags inside span with selected class */
.mainnav a.selected {
	font-weight: bold;
	color: #3B3C74;
}

/* style default a tags */ 
.mainnav a {
	padding: 3px 0px 3px 15px;
	display: block;
	font-size: 12px;
	text-decoration: none; 
	color: #3B3C74;
	background-image: url(../images/site/nav_tree_arrow_right.gif) ! important;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	/*
	border-bottom: 1px solid #A2A2A2;
	border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #A2A2A2;
	*/
}
.mainnav span.selected a, .mainnav a.selected, .mainnav a.selected:hover, .mainnav a.selected:active {
	padding: 3px 0px 3px 15px;
	font-weight: bold;
	background-image: url(../images/site/nav_tree_arrow_down.gif) ! important;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.mainnav span.breadcrumb a, .mainnav a.breadcrumb, .mainnav a.breadcrumb:hover, .mainnav a.breadcrumb:active {
	padding: 3px 0px 3px 15px;
	font-weight: bold;
	background-image: url(../images/site/nav_tree_arrow_bread.gif) ! important;
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

.mainnav a:hover{
	color: #DD5B04;
/*	font-weight: bold;
	background-position: 0px 4px;
	background-repeat: no-repeat;*/
}