
.dirmenu {
margin: 0;
padding: 0;
list-style-type: none;
}
.dirmenu a {
	display: block;
	width: 390px;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-transform: capitalize;
	color: #29363d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #bcbac6;
}
.dirmenu a:hover, .selected a {
background: #aca7c2
}

.dirmenudown {
margin: 0;
padding: 0;
list-style-type: none;
}

.dirmenudown a {
background: #4b6b7e;
color: #ffffff;
}

.dirmenudown a:hover, .selected a {
background: #4b6b7e;
color: #ffffff;
}


.dirsubmenu {
margin: 0;
padding: 0;
list-style-type: none;
}
.dirsubmenu a {
	display: block;
	width: 390px;
	height: 19px;
	line-height: 19px;
	text-indent: 20px;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #2d4d61;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #cfe1db;
}
.dirsubmenu a:hover, .selected a {
background: #b2d0c6
}

.dirsubmenudown {
margin: 0;
padding: 0;
list-style-type: none;
}

.dirsubmenudown a {
	display: block;
	width: 390px;
	height: 19px;
	line-height: 19px;
	text-indent: 20px;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #6ba691;

}

.dirsubmenudown a:hover, .selected a {
background: #6ba691;
color: #ffffff;
}
