/* ######### CSS classes applied to down and right arrow images  ######### */


#full_full_naviset_1:link, #full_naviset_1:active, #full_naviset_1:visited {  }
#full_full_naviset_2:link, #full_naviset_2:active, #full_naviset_2:visited {  }
#full_naviset_3:link, #full_naviset_3:active, #full_naviset_3:visited {  }

#full_naviset_1:hover {  }
#full_naviset_2:hover {  }
#full_naviset_3:hover {  }

/* DOWN menu */
.left_menu {
 width:181px;
}    

.left_menu li {
 font-size:11pt;
 list-style-type: none;
 margin:0;
}

.left_menu a {
 color:#fff;
 text-decoration:none;
 padding:0 0 0 30px;
 height:31px;
 line-height:31px;
 font-weight:bold;
 display:block;
 background:url('../_img/button.jpg') transparent no-repeat center center;
}

.left_menu a:hover, .left_menu li.mactual a {
	color:#ccc;
 background:url('../_img/button-hover.jpg') transparent no-repeat center center;
}

