.mdiv ul{
	margin-left: 5; /*0 */
	margin-top: 10;
	padding: 0;
	width: 95%; /* Width of Menu Items   215px;*/
    color:#333333;
    font-family: Verdana;
	font-size: 10pt; 
    font-weight: bold;
    text-decoration: none;  
    background: #FFFFE5;
    list-style-type: none; 
}
	
.mdiv ul li{
	position: relative;
	width:auto;
}
	
/*Sub level menu items */
.mdiv ul li ul{
    white-space: nowrap;
    position: absolute;
	width: auto;   /* sub menu width 470px*/
	margin: 0;      /* by DIM*/
	top: 0;
	visibility: hidden;
    border: 1px solid #FFD800;
    font-weight: normal;
    font-size: 8pt; 
    background: #FFFFCC;

    
}
.mdiv ul li ul li{
	
	width: 100%;

}

.mdiv ul li ul a{
	padding-left:  15;
	padding-right: 10;
	width: auto;
	background: #FFFFCC;


}
/* Sub level menu links style */
.mdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #FFFFE5;
padding: 1px 5px;
margin-top: 3;
margin-bottom: 3;

}

.mdiv ul li a:visited{
color: black;
}

.mdiv ul li a:hover{
background-color: #FFFFCC;
}

.mdiv .subfolderstyle{

background: url('../images/strelka.gif') no-repeat center right;
}

/* Holly Hack for IE \*/
* html .mdiv ul li { float: left; height: 1%; }
* html .mdiv ul li a { height: 1%; }
/* End */