/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
	#menu{
		width:840px;
		border:0px solid #b5b4b4;
		margin-left:53px;
		height:50px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 25px;
			}
				#menu li a{
					color:#666666;
					text-decoration:none;
					text-transform:uppercase;
					border-bottom:3px solid #666666;
					font-size:12px;
					font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
					padding:0 0 1px 0;
				}
					#menu li a:hover{
						border-bottom:3px solid #ffffff;
						font-size:12px;
					font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
						color:#ffffff;
						text-decoration:none;
					}
				#menu li a.current{
					border-bottom:3px solid #ffffff;
					color:#ffffff;
					font-size:12px;
					font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
					text-decoration:none;
				}
				


/* MENU VERTICALE */

#menu02v{
margin-top:0px;
width: 180px;
height:180px;
color:#666666;
text-decoration:none;
font-size:12px;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
#menu02v ul{
margin: 0;
padding-left: 0;
list-style: none;
}
#menu02v li{
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
}

#menu02v li a.current{
border-color: #ffffff;
text-decoration: none;
color: #ffffff;
				}
#menu02v a:link, #menu02v a:visited{
display: block;
margin: 0;
padding: 0.3em 0.6em 0.3em 0;
color:#666666;
text-transform:uppercase;
text-decoration:none;
font-size:13px;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
border-right: 5px solid #666666;
}
#menu02v a:hover, #menu02v a:focus, #menu02v a:active{
border-color: #ffffff;
text-decoration: none;
color: #ffffff;
}
