
.menu dt a
{
	text-decoration:none;
	color: rgb(46, 46, 61);
}

.menu dt
{
margin-top: 19px;

padding-left: 19px;
	background: url(/img/a3.png) 0px 2px no-repeat;
	font-size: 16px;
	font-family: "Roboto Condensed";
	color: rgb(46, 46, 61);
	cursor: pointer;
}
.menu dt:first-child
{
margin-top: 0px;
}

.menu dt:hover, .menu dt.left_selected:hover
{
	color: #82829a;
	background: url(/img/a2.png) 0px 2px no-repeat;
}

.menu dt.left_selected
{
	color: #bf1e2e;
background: url(/img/a1.png) 0px 2px no-repeat;
}
.menu dt.left_selected a
{
color: #bf1e2e;
}
.menu dt.left_selected a:hover,.menu dt  a:hover
{
	color: #82829a;
}
.menu dd a
{
text-decoration:none;
	padding-left: 19px;
	font-family: "Roboto Condensed";
	color: rgb( 46, 46, 61 );
	font-size: 13px;
	margin-top: 4px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.menu dd:hover, .menu dd:hover a{
	background: #bf1e2e;
	color: white !important;
}

.menu dd.selected, .menu dd.selected a
{
	background: #bf1e2e;
	color: white !important;
}