
/*stile della barra*/
#wpm_navbar {
        width:900px;
        height:29px;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
        background: #ffffff url(images/menubottom.gif) repeat-x bottom left;
	font-size: 1em;
	font-weight: bold;

	}
/*voci di menu generiche*/
#wpm_navbar a {
border-left:1px solid #ffffff;
        border-right:1px solid #cccccc;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 7px;
	padding-left: 35px;
	color: #000000;
	text-decoration: none;
	}
/*voce di menu correntemente selezionata*/
#wpm_navbar a.selected {
        color: #333333;
        background: #ffffff url(images/menuhover.gif) repeat-x bottom left;
	}
/*voce di menu al rollover*/
#wpm_navbar a:hover {
        color: #333333 !important;
        background: #ffffff url(images/menuhover.gif) repeat-x bottom left;

	}
