li {margin:0; padding:0;} /* reset these values to be sure */

.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-style:italic; font-family:"Times New Roman", Times, serif; font-size: 16px; font-weight:bold; color:#FFFFFF;
	padding-left:20px;
	/*text-decoration:underline;*/
	text-decoration: none!important;
}

.arrowlistmenu h3 {
	margin:10px 0px;
	
}

.arrowlistmenu a{
	text-decoration: none!important;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #c4c9df!important;
	display: block;
	padding: 2px 0;
	padding-left: 20px!important; /*link text is indented 19px*/
	text-decoration: none!important;
	font-style:italic; 
	font-weight: bold;
	font-size: 90%;
}
.arrowlistmenu a:hover {
	color:white!important;
}
.arrowlistmenu ul li a:hover{
	color: #c4c9df!important;
}

* html .arrowlistmenu ul li a{
	margin-bottom:-20px;
}
/*.menuheader {
	list-style-type:disc!important;
}*/
.menn { padding: 10px 20px 30px 0px; font-style:oblique; font-family:"Times New Roman", Times, serif; font-size: 16px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.arrowlistmenu h3{/*.expandable, .arrowlistmenu h3 a*/
	background: url("http://calligraphy.mvk.ru/modules/mod_acmenu/white.png") no-repeat scroll 4px 5px;
	
	/*list-style-image: url("http://calligraphy.mvk.ru/modules/mod_acmenu/white.png")!important;
	/*color:red;*/
}


.arrowlistmenu h3:hover, .arrowlistmenu h3.openheader, .arrowlistmenu h3.openheaderarticle, .arrowlistmenuhover{
	background: url("http://calligraphy.mvk.ru/modules/mod_acmenu/red.png") no-repeat scroll 4px 5px;
	/*list-style-image: url("http://calligraphy.mvk.ru/modules/mod_acmenu/red.png")!important;*/
}

.arrowlistmenu h3.menuselected{
	background: url("http://calligraphy.mvk.ru/modules/mod_acmenu/red.png") no-repeat scroll 4px 5px;
	/*list-style-image: url("http://calligraphy.mvk.ru/modules/mod_acmenu/red.png")!important;*/
}

.arrowlistmenu h3{
expression(
this.onmouseover = new Function(" this.className += ' hover';  ");
this.onmouseout = new Function(" this.className = this.className.replace(' hover','')");
}



