div.left_menu {
	background:url(../images/p11.jpg) repeat-y;
}

div.selectedmenu, div.notselectedmenu   {
	background:url(../images/p10.jpg) no-repeat;
	padding:7px 20px 8px 30px;
}

div.selectedsubmenu, div.notselectedsubmenu{
	padding:3px 20px 6px 30px;
	background:url(../images/p12.jpg) no-repeat;
}

.notselectedmenu a, .selectedmenu a, 
.selectedmenu a:hover, .notselectedmenu a:hover {
	text-decoration:none;
	font-family:Tahoma;
	font-size:12px;	
}

.notselectedsubmenu a, .selectedsubmenu a,
.notselectedsubmenu a:hover, .selectedsubmenu a:hover {
	text-decoration:none;
	font-family:Tahoma;
	font-size:12px;
}

.selectedmenu a {
	color:#fff;
 text-decoration:none;
}

.notselectedmenu a {
	color:#fff;
}

.selectedmenu a:hover, .notselectedmenu a:hover{
	color:#fff;
}

.notselectedsubmenu a{
	color:#000;
}

.selectedsubmenu a  {
	color:#000;
}


.notselectedsubmenu a:hover, .selectedsubmenu a:hover{
	color:#000;
}

div.last {
	background:url(../images/p13.jpg) left bottom no-repeat;
	padding-bottom:20px;
	margin-bottom:20px;
}
