/* CSS Document */

#menu_categ ul { font-size:14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_categ img {
    border: none;
}

.menu_categ_h2 {
	color:#146682;
	font-size:14px;
	font-weight:normal;
	margin:4px;
	text-align:center;
}

#menu_categ {
	text-align:left;
	width: 208px;
	margin: 0px;
	margin-bottom:10px;
}
	
#menu_categ li a {
	height: 28px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#menu_categ li a:link, #menu_categ li a:visited { 
	color:#146682;
	display: block;
	background:  url(../img/menu2.gif); background-repeat:none;
	padding:4px 0 0 30px;
	}
	
#menu_categ li a:hover {
	color: white;
	background:  url(../img/menu2.gif) 0 -24px; background-repeat:none;
}
