.menub2c{
	background:transparent url(/jsps/images/bg_menub2c.gif) repeat-x scroll left top;
	display:block;
	float:right;
	height:25px;
	margin-left:164px;
	padding-top:8px;
	position:absolute;
	text-align:right;
	top:157px;
	width:801px;
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	z-index:3;
}
*html .menub2c {
	height:33px;
	margin-left:-816px;
}
*:first-child+html .menub2c /* solo IE 7.0 */
{
	width:794px;
	margin-left: -809px!important;
}
.menub2c a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #7EB15E;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.menub2c a:hover {
	font-size: 12px;
	color: #E8E2C9;
	text-decoration: none;
	border-right: 1px solid #7EB15E;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.nselezionato{
}
.selezionato{
}

.menu-catalogue{
background-image: url(/mountpoint/bgmenu.jpg);background-position:left;background-repeat: repeat; width:980px;
	display:none;
}
.menu-catalogue table{
}
.menu-catalogue td{
padding-top:10px;padding-bottom:10px;font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;font-size: 14px;
}
.menu-catalogue td.over{
color:#000000; background-image: url(/mountpoint/bgmenuover.jpg);background-position:left;background-repeat: repeat;
}
.menu-catalogue a{
border-right:1px solid #666666;padding-right:50px;padding-left:50px;
}

/*============== MENU B2B CSS ==============*/

.menusfo{
	background-image: url(/mountpoint/bgmenu.jpg);
	background-position:left;
	background-repeat: repeat;
	width:980px;
}
#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;font-size: 12px;
	list-style: none;
}
#cssdropdown li {
	float: left;
	position: relative;
}
.mainitems{
	/*border: 1px solid #D1D5DB;*/
	background-color: #e6e6dc;
	list-style: none;
	background-image: url(/mountpoint/bgmenu.jpg);background-position:left;background-repeat: repeat;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
.mainitems a{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	display:block;
}
.subitem{
	display: none;
	margin:0px;
	padding:0px;
	width: 150px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #e6e6dc;
	border-bottom: 10px solid #F4F3EF;
}

.subitem li{
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F3EF;
}

ul.subuls li.subitemsub{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F3EF;
	/*list-style-image: url(/jsps/portal/images/tratt.gif); list-style-position: inside;*/
}

li.subitemsub{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F3EF;
	/*list-style-image: url(/jsps/portal/images/tratt.gif); list-style-position: inside;*/
}

.subitem li a{
	text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

/*******************menu verticale*************************************/
#button {
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color: #007A33;
	background-color:#FAF9F7;
	margin-bottom:30px;
}
.top-button {
	padding: 6px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:#E8E8DE;
}

#button ul {
	list-style: none;
	margin:0px;
	padding:0px;
	border:none;
}
#button li {
	margin: 0px;
	background: url(/jsps/images/arrow_red.gif) left no-repeat;
	background-color:#FAF9F7;
}
*html #button li {
        height:14px;
}
#button li a:link, #button li a:active, #button li a:visited {
	border-bottom: 1px solid #E2E2E2;
	display: block;
	padding: 3px 5px 4px 20px;
	color: #007A33;
	text-decoration: none;
        height:14px;
}
#button li a:hover {
	color: #007A33;
	padding-left:20px;
	background: url(/jsps/images/arrow_red.gif) left no-repeat;
	background-color:#ffffff;
}
.selected a{
	margin: 0px;
	background: url(/jsps/images/arrow_red.gif) left no-repeat;
	background-color:#ffffff;
	font-weight:bold;
	padding:0px;
}
.selezionato li a:link { 
	color:#007A33;
	text-decoration:underline;
}


/* stili per pagine figlie */

#button li li {
	margin: 0px;
	background: url(/jsps/images/arrow_red.gif) left no-repeat;
	background-color:#FAF9F7;
}

#button li li a:link, #button li li a:active, #button li li a:visited {
	display: block;
	padding: 5px 5px 5px 40px;
	color: #007A33;
	text-decoration: none;
}
#button li li a:hover {
	color: #007A33;
	padding-left:40px;
	background: url(/jsps/images/arrow_red.gif) left no-repeat;
	background-color:#ffffff;
}
/* fine stile pagione figlie */

.lastrow {
        border: none;
}

.lastorow.ul {
	height:100%;
}

html>body #button li a {
width: auto;
}

