/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	position: relative; /*IE bug*/
	width:230px;
}

ul.left-menu li
{
	background:#4c88af;
	border-bottom:1px solid #70a0bf;
	padding:7px 16px;	
}

ul.left-menu li a
{
	color:#fff;
	text-decoration:none;
	background:#4C88AF none repeat scroll 0 0;
}

ul.left-menu li a.selected
{
	color:#fff;
	font-weight:bold;
}

ul.left-menu li a:hover {
	color:#fff;
	text-decoration:underline;
}

ul.left-menu li a:visited,
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:#fff;
}
.lefttop1{
background: #4c88af url(/tmpl/img/lefttop2.gif) right top no-repeat;
	width:230px;
}
.lefttop2{
background:transparent url(/tmpl/img/lefttop1.gif) no-repeat scroll left top;
color:#FFFFFF;
font-size:150%;
height:30px;
padding:10px 0 0 15px;
}
.leftbot1{
background: #4c88af url(/tmpl/img/leftbot2.gif) right top no-repeat;
height:5px;
	width:230px;
}
.leftbot2{
background:url(/tmpl/img/leftbot1.gif) left top no-repeat;
height:5px;
width:5px;
}


