/* RadMenu Left skin 

.RadMenu_Left 
{
}

.RadMenu_Left .rootGroup 
{
	font-size:14px;
	font-weight: bold;
}

.RadMenu_Left .link
{
	line-height: 20px;
	text-decoration: none;
	color: black;
}

.RadMenu_Left .rootGroup .link:hover
{
	color: red;
}
*/


.RadMenu_Left {
	width: 161px;
	border-right:1px solid #e8e8e8;
}
.RadMenu_Left .focused
{
	color: #e31b23;
}
.RadMenu_Left a{
	color: #4a3e38;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.RadMenu_Left a:hover, .RadMenu_Left a.selected {
	color: #e31b23;
}
.RadMenu_Left ul {
	list-style:none;
	padding: 0px 0px 0px 2px;
}
.RadMenu_Left ul li {
	padding-bottom: 10px;
}


.RadMenu_Left .separator {
	font-size:16px;
	font-weight:bold;
}