/*** MENU COLONNA SINISTRA ***/
/* contenitore menu statico */
.menuStatico { margin:0px 30px 0px 30px;
               padding:0px 0px 10px 0px;
               border-bottom:1px #cccccc dotted;
}

.menuStatico p { height:18px;
		 width:100px;
		 padding:0px;
		 margin:0px;
}

.contLogo { border:0px;
	    background-color:#313133;
	    padding-top:101px;
	    width:190px;
	    margin-bottom:5px; 
	    margin-left:2px;
}

.contSiae { border:0px;
	    margin:0px;
	    padding:8px 0px 10px 35px;
	    text-align:left; 
	    font-weight:bold;
	    font-size:12px;
	    color:#ffffff;
}

.homeButt { display:block;
	    margin:0px;
            padding:0px;
            background:url(../img/home_w.gif) no-repeat left top;
            height:18px;
}

.homeButt:hover {
            background:url(../img/home_ho.gif) no-repeat left top;
}

	
.homePodcast { display:block;
	       margin:0px;
               padding:0px;
               background:url(../img/podcast_w.gif) no-repeat left top;
               height:18px;
}

.homePodcast:hover { 
               background:url(../img/podcast_ho.gif) no-repeat left top;
}

.homeSpecifiche { display:block; 
		  margin:0px;
                  padding:0px;
                  background:url(../img/specifiche_w.gif) no-repeat left top;
                  height:34px;
}

.homeSpecifiche:hover { 
                background:url(../img/specifiche_ho.gif) no-repeat left top;
}

.homeContact { display:block;
	       margin:0px;
               padding:0px;
               background:url(../img/contact_w.gif) no-repeat left top;
               height:18px;
}

.homeContact:hover { 
               background:url(../img/contact_ho.gif) no-repeat left top;
}

.homePhoto { display:block;
	     margin:0px;
             padding:0px;
             background:url(../img/photo_w.gif) no-repeat left top;
             height:18px;
}

.homePhoto:hover { 
             background:url(../img/photo_ho.gif) no-repeat left top;
}

.homeCredits { display:block;
	       margin:0px;
               padding:0px;
               background:url(../img/credits_w.gif) no-repeat left top;
               height:18px;
}

.homeCredits:hover { 
               background:url(../img/credits_ho.gif) no-repeat left top;
}

.homeEva { display:block;
	   margin:0px;
           padding:0px;
           background:url(../img/eva_w.gif) no-repeat left top;
           height:18px;
}

.homeEva:hover { 
               background:url(../img/eva_ho.gif) no-repeat left top;
}

.homeProgetto { display:block;
	   margin:0px;
           padding:0px;
           background:url(../img/progetto_w.gif) no-repeat left top;
           height:18px;
}

.homeProgetto:hover { 
               background:url(../img/progetto_ho.gif) no-repeat left top;
}

/* contenitore menu tasti autenticazione */
.menuAuth { margin:13px 30px 0px 30px;
            padding:0px 0px 20px 0px;
            border-bottom:1px #cccccc dotted;
}

.menuAuth p { height:18px;
	       width:100px;
	       padding:0px;
	       margin:0px;
}

.homeLogin { display:block;
	     margin:0px;
             padding:0px;
             background:url(../img/login_w.gif) no-repeat left top;
             height:18px;
}

.homeLogin:hover { 
             background:url(../img/login_ho.gif) no-repeat left top;
}

.homeRegister { display:block;
	        margin:0px;
                padding:0px;
                background:url(../img/register_w.gif) no-repeat left top;
                height:18px;
}

.homeRegister:hover { 
                background:url(../img/register_ho.gif) no-repeat left top;
}

.homePassword { display:block; 
		margin:0px;
                padding:0px;
                background:url(../img/password_w.gif) no-repeat left top;
                height:34px;
}

.homePassword:hover { 
                background:url(../img/password_ho.gif) no-repeat left top;
}

.homeLogout { display:block;
	      margin:0px;
              padding:0px;
              background:url(../img/logout_w.gif) no-repeat left top;
              height:18px;
}

.homeLogout:hover { 
             background:url(../img/logout_ho.gif) no-repeat left top;
}
