/* =ul
----------------------------------------------- */
#menu{
	width: 213px;
	height: auto;
	background-color: #E5E5E5;
	border-bottom: 1px solid #bbb;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#menu li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	
	text-decoration: none;
	background-color: White;
	padding: 4px 0 5px 23px;
	display: block;
	border: 1px solid #c3c3c3;
	border-bottom: -0;
	color: #075891;
	font: bold 10px/1.5em Verdana, sans-serif;
	background-image: url(../../img/rect.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	height: auto;
}

#m_level_2 li a,
#m_level_3 li a,
#m_level_4 li a,
#m_level_5 li a{
	font: bold 11px/1.5em Verdana, sans-serif;
	height: auto;
}

#m_level_1 li a{
	background-image: url(../../img/rect.gif);
	background-repeat: no-repeat;
	background-position: 22px;
	padding: 3px 0 3px 30px;
	background-color:  #EDEDED;
	height : auto;
}

#m_level_2 li a{
	background-image: url(../../img/rect_smoller.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding: 3px 0 4px 30px;
	background-color:  #E8E8E8;
}

#m_level_3 li a{
	background-image: url(../../img/dott.gif);
	background-repeat: no-repeat;
	background-position: 30px;
	padding: 3px 0 4px 40px;
	background-color:  #DCDCDC;
	color: #075891; 

}


#m_level_4 li a{
	background-image: url(../../img/rect_red_blue.gif);
	background-repeat: no-repeat;
	background-position: 40px;
	padding: 2px 0 4px 50px;
	background-color: #D6D6D6;
	color:#444;
	font-size: 10px;
	height : auto;
}

#m_level_5 li a{
	background-image: url(../../img/dott.gif);
	background-repeat: no-repeat;
	background-position: 44px;
	padding: 1px 0 2px 53px;
	background-color: #DCDCDC;
	height: 16px;
	color: #0762A3;
	font: bold 10px Verdana, sans-serif;
	
}


#menu li a:hover{
	color: #9D0000;
	text-decoration: underline;
	background-color:  #F5F5F5;
}

#menu li a:active, #menu li .corent{
	color: #fff;
	text-decoration: none;
	background-color: #086CB3;
}

#m_level_5 li a:hover{
	text-decoration: none;
}
