.menu .sub_menu a {
	background: none repeat scroll 0 0 #E9E9E9;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-width: 0 0 3px;
	color: #3E3E3E;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 12px;
	text-decoration: none;
}
.separator {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	height: 23px;
	width: 2px;
}
.menu .sub_menu a:hover {
	background: none repeat scroll 0 0 #641A49;
	border-color: #641A49;
	border-style: solid;
	border-width: 0 0 3px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu .sub_menu a.selected {
	background: none repeat scroll 0 0 #641A49;
	border-color: #641A49;
	border-style: solid;
	border-width: 0 0 3px;
	color: #FFFFFF;
	text-decoration: none;
}
.home {
	display: block;
	float: left;
	height: 20px;
	top: 50px;
	width: 35px;
}
.home a {
	background: url("/images/home_off.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 20px;
	margin: 0 3px 0 12px;
}

.home a:hover {
	background: url("/images/home_on.gif") no-repeat scroll 0 0 transparent;
}

#mainNav{
	clear: left;
	position: relative;
	top: 75px;
	left: 0px;
	height:22px;
	padding-left:0px;
	padding-right:0px;
	text-transform:uppercase;
}

/*Left Nav components*/

#leftNav{
	width:185px;
	/*background-color:#ffffff;*/
	float:left;
}
#leftNav ul{
	/*width:100%;*/
	background-color: #E9E9E9;
	padding-bottom: 5px;
}
#leftNav li.level1_selected {
	margin: 0;
	padding: 0;
}
#leftNav a.lev1a {
	background: url("/images/backlev1.gif") no-repeat scroll center top transparent;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: default;
	display: block;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 175px;
	text-decoration: none;
}
#leftNav li.level2 a {
	background: url("/images/arrow_leftnav_out.gif") no-repeat scroll left 2px transparent;
	color: #333333;
	display: block;
	height: auto;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-top: 5px;
}
#leftNav li.level2 a:hover {
	background: url("/images/arrow_leftnav_select.gif") no-repeat scroll left 2px #A26D7F;
	color: #FFFFFF;
	text-decoration: none;
}
#leftNav li.level2_selected {
	background-color: #641A49;
	color: #FFFFFF;
}
#leftNav li.level2_selected a.lev2a {
	background: url("/images/arrow_leftnav_over2.gif") no-repeat scroll left 2px transparent;
	color: #FFFFFF;
	display: block;
	height: auto !important;
	padding: 5px 0 4px 25px;
}
#leftNav li.level2_selected a.hover {
	text-decoration: underline;
}
#leftNav li.level3 a {
	background-image: none;
	border-left: 1px solid #641A49;
	color: #333333;
	display: block;
	height: auto;
	margin-left: 25px;
	min-height: 18px;
	padding: 2px 0 2px 5px;
}
#leftNav li.level3 a:hover {
	background: #A26D7F;
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
}
#leftNav li.level3_selected a.lev3a {
    background-color: #641A49;
    border-left: 1px solid #641A49;
    color: #FFFFFF;
    display: block;
    height: auto !important;
    margin-left: 25px;
    min-height: 18px;
    padding: 2px 0 2px 5px;
}

