/* ==============================================================================================================
                  MAIN MENU TOP
 ==============================================================================================================  */
	.bsMenuTopContainer{font-family:Verdana;position: absolute;text-transform:uppercase;color:#275e1d;font-weight: normal;width:570px;height:65px;top:156px;line-height:12px;text-align:center;	top:50px;z-index:10;left: 232px;font-size:10px;}	
	.bsMenuTop{cursor:pointer; text-decoration:none; top:0px; font-size:10px; color: #888888; height: 20px; text-transform:uppercase; text-align:left; line-height:18px; }
	.bsSelectedMenuTop{cursor:pointer; text-decoration:none; top:0px; font-size:10px; color:#81B8DF; height: 20px; text-transform:uppercase; text-align:left; line-height:18px;}
	.bsMenuTop:hover{color:#81B8DF;}

/* ==============================================================================================================
                  FIRST TOP MENU
 ==============================================================================================================  */

#bsTopInfo ul{margin: 0;padding: 0;font-size:11px;font-weight:normal;color:#555555; border:none; width:690px;}
* html #bsTopInfo  ul{ /*IE only rule, reduce menu width*/width: 99%;}
#bsTopInfo  ul li{display: inline; padding-left:0px; padding-right:0px;}
#bsTopInfo  ul li a{float: left;color:#bbbbbb;padding: 0px 4px;text-decoration: none;border-right:#CCCCCC 1px solid; font-weight:normal}

/*---*/
.bsTopln {} 
.bsToplnSelected {color:#81B8DF;} 
.bsTopln:hover{color:#81B8DF;} 


/* ==============================================================================================================
                  SOTTO MENU HORIZONTALE
 ==============================================================================================================  */

#bsMenuList ul{margin: 0;padding: 0;font-size:11px;font-weight:normal;color:#888888; border:none; cursor:pointer; width:600px}
* html #bsMenuList ul{ /*IE only rule, reduce menu width*/width: 99%;}
#bsMenuList ul li{display: inline;}
#bsMenuList ul li a{float:left; color:#888888;text-decoration:none;/* padding: 0px 23px;*/border:none;border-right:#CCCCCC 1px solid; font-weight:normal}
#bsMenuList ul li a:visited{color: #888888;}
#bsMenuList ul li a:hover{color: #81B8DF;}


/* ==============================================================================================================
                  SOTTO MENU LIST VERTICALE 
 ==============================================================================================================  */
.bsSottoMenuList ul
{
 /*CSS for UL of each sub menu*/
	list-style-type: none;margin:0;padding:0;margin-bottom:-2px;margin-top:2px; /*bottom spacing between each UL and rest of content*/
	font-family:Verdana;z-index:10;padding-left:5px; /*offset of tabs relative to browser left edge*/
	font: normal 10px Verdana;font-weight:normal; padding:0;
}

.bsSottoMenuList li{display: inline;margin: 0px;}	
.bsSottoMenuList ul li	{ display:inline;padding-bottom:0px; /*bottom spacing between menu items*/}
.bsSottoMenuList ul li a
{
    background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;	padding: 0px 0;	padding-left:5px; /*link text is indented 19px*/
	text-decoration: none;font-weight: normal;border-bottom: 0px solid #000000;	font-size: 90%;font-size:11px;color:#888888;
}
.bsSottoMenuList ul li a:hover{color: #81B8DF; }
