/* Left menu*/
ul.left-menu
{
	list-style:none;
float:right;
padding:9px 0px 0 0;
}

ul.left-menu li
{
	padding-left:3px;
float:left;
width:125px;
height:46px;
	background: url(images/menu-pas.jpg) left top no-repeat;
font-size:16px;
font-weight:bold;
}

ul.left-menu li a
{
	font-size:100%;
	color:#868476;
	text-decoration:none;
text-transform:uppercase;
width:125px;
height:30px;
padding-top:16px;
text-align:center;
vertical-align:middle;
display:block;
margin-left:-3px;
}

ul.left-menu li a:visited
{

}

ul.left-menu li a:hover
{
	color:#ffffff;
	background: url(images/menu-act.jpg) left top no-repeat;
margin-left:-3px;
}


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:#ffffff;
	background: url(images/menu-act.jpg) left top no-repeat;
width:125px;
text-align:center;
vertical-align:middle;
margin-left:-3px;
height:30px;
padding-top:16px;

}


