
/*----------------------------------------------------------------------*/
		/* start left */
#left {
	clear: both;
	background-color: #B8D8E6;
	float: left;
	width: 165px;
	\width: 165px;
	w\idth: 165px;
	padding: 0;
	padding-bottom: 22px;
	background-image: Url('images/common/menu-left_end.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	/*font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	font-size: .9em;/**/
}

#left ul {
	background-color: #f1f1f1;
	list-style: none;
	margin: 0px;
	padding: 0;
}
#left ul li {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	border-bottom: solid 1px #fff;
	background-position: 0px 22px;
	background-repeat: no-repeat;
}

#left ul li a {
	/*background-color: #B8D8E6;
	color: #000;*/
	margin-left: -10px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding: 4px 5px 4px 5px;
	/*width: 160px;*/
	display: block;
	font-weight: 600;
	text-decoration: none;
}

#left ul li.uno {	background-image: Url('images/common/menu-block1-bg.gif');}
#left ul li.uno a {	background-color: #B8D8E6;	color: #000;}
#left ul li.uno a:hover {	color: #900;}
#left ul li.due {	background-image: Url('images/common/menu-block2-bg.gif');}
#left ul li.due a {	background-color: #3399cc;	color: #fff;}
#left ul li.due a:hover {	color: #fc0;}
#left ul li.tre {	background-image: Url('images/common/menu-block3-bg.gif');}
#left ul li.tre a {	background-color: #006699;	color: #fff;}
#left ul li.tre a:hover {	color: #fc0;}







#left ul ul {
	background-color: transparent ! important;/**/
	list-style: none;
	margin: 12px 0 8px 0;
	padding-bottom: 6px;
	/*visibility: hidden;*/
	display: none;
}

#left ul ul li {
	/*background-color: #f1f1f1;*/
	background-color: transparent ! important;/**/
	list-style: none;
	margin: 0;
	padding-left: 10px;
	border-bottom: solid 1px #B8D8E6;
}
#left ul ul li a {
	background-color: transparent ! important;/**/
	color: #000 !important;
	font-weight: normal;
	text-decoration: none;
}
#left ul ul a:hover {
	color: #f00 ! important;
}
/*
#left ul li.uno ul {
	background-image: Url('images/common/menu-l_b1-bg.gif');
	background-position: top;
	background-repeat: no-repeat;
}
#left ul li.due ul {
	background-image: Url('images/common/menu-l_b2-bg.gif');
	background-position: top;
	background-repeat: no-repeat;
}
*/



		/* end left */
/*----------------------------------------------------------------------*/





/*----------------------------------------------------------------------*/
		/* start right */
#right {
	background-color: #3399cc;
	float: right;
	width: 165px;
	\width: 165px;
	w\idth: 165px;
	padding: 0;
	padding-bottom: 22px;
	background-image: Url('images/common/menu-right_end.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: .9em;/**/
}

#right ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}
#right ul li {
	background-color: #f1f1f1;
	list-style: none;
	margin: 0;
	padding-left: 10px;
	border-bottom: solid 1px #fff;
	background-position: 0px 22px;
	background-repeat: no-repeat;
	background-image: Url('images/common/menu-block1-bg.gif');
}

#right ul li a {
	background-color: #B8D8E6;
	color: #000;
	margin-left: -10px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding: 4px 5px 4px 5px;
	/*width: 160px;*/
	display: block;
	font-weight: bold;
	text-decoration: none;
	
}


#right ul li a:hover {
	color: #900;
}


#right a.nw-link {
	background-color: transparent;
	color: #009;
	margin: 0;
	padding: 0;
	display: inline;
}

		/* end right */
/*----------------------------------------------------------------------*/

