/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}
ul.left-menu li
{
	padding-bottom:2px;
}

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

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

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


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:#796e0e;
}
div.diver-menu
{
	margin:3px;
	padding:3px;
	padding-bottom:0px;
	background:#edf2ff url(/images/left_menu_bg.gif) top left;
}
a#linking { display: block; padding: 3px; border: 1px solid #5c73c7; background: #edf2ff; width:170px; }
a#linking:hover { border: 1px solid #5c73c7; background: #dee3ef; }

