/* Left menu*/
.left-menu{background:#008DED url(images/l_menu_hbg.png) repeat-x top;width:177px;margin-bottom:12px;
margin-left:10px;}
.left-menu .bottom_bg{background:url(images/l_menu_fbg.png) repeat-x bottom;}
.left-menu .bottom_bg .head{background:url(images/l_menu_hl.png) no-repeat left top;}
.left-menu .bottom_bg .head .caption{
	background:url(images/l_menu_hr.png) no-repeat right top;
	color:#E8E8FF;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 14px;
}
.left-menu .bottom_bg .head .caption img{vertical-align:top;margin-right:8px;}
.left-menu .items{border-left:1px solid #7fbbe4;border-right:1px solid #7fbbe4;}
.left-menu .items li{}
.left-menu .items li a{color:#2e3191;padding-left:12px;text-decoration:none;display:block;padding:7px 3px 7px 15px;background:#fff url(images/l_menu_item_border.png) no-repeat bottom center;}
.left-menu .items ul li a{padding:7px 3px 7px 24px;}
.left-menu .items li .selected{background:#d4eeff url(images/l_menu_item_border.png) no-repeat bottom center;font-weight:bold;}
.left-menu .bottom{background:url(images/l_menu_fl.png) no-repeat left bottom;}
.left-menu .bottom .right{background:url(images/l_menu_fr.png) no-repeat right bottom;height:11px;font-size:0px}
.left-menu ul
{
	list-style:none;
	margin:0; padding:0;
	/*position: relative; IE bug*/
}
.left-menu .hide{display:none;}
/*
ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}


*/