div#cadre {
width: 177px;
padding-top: 4px;
background:url(/img/corman/balade/level2b-top.jpg) left top no-repeat;
}
div#bloccadre {
	background:url(/img/corman/balade/level2b-bottom.jpg) left bottom no-repeat;
	width: 177px;
}
div#bloccadre p {
margin: 0 30px 0 20px;
}

/* Start of CMSMS style sheet 'Default CSSMenu Vertical' */
/* Vertical menu for the CMS CSS Menu Module */

/* by Alexander Endresen */

/* The wrapper determines the width of the menu elements */


#menuwrapper { 
	width: 170;
	margin: 0px; 
	padding: 0px; 
	/*border: solid 1px #0000FF;*/
	}

/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 170; 
    margin-left: 0px;
	list-style-type : none; 
	}

#primary-nav ul { 
	border: 0px solid #006699; 
	position: absolute; 
	top: 0; 
	left: 171; 
	display: none; 
	list-style-type : none; 
	}

#primary-nav li {
	margin-bottom: 0px;
	position: relative;
	width: 170; 
	list-style-type : none;
}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	border: 0px solid #006699; 
	display: block; 
	text-decoration: none; 
	list-style-type : none; 
	border: 0px solid #FF0000;
	}

#primary-nav li, #primary-nav li.menuparent { 
	list-style-type : none; font-size: 12px; color:#006222; text-decoration: none; background:url(/img/corman/balade/menu_off.gif) no-repeat 0 0; width:171px; height:33px; line-height:33px;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive  { 
	list-style-type : none; font-size: 12px; color:#006222; text-decoration: none; background:url(/img/corman/balade/menu_on2.jpg) no-repeat 0 0; width:171px; height:33px; line-height:33px; border:0px solid #FF0000;
	}
#primary-nav a.menuactive { 
	list-style-type : none; font-size: 12px; color:#006222; text-decoration: none; background:url(/img/corman/balade/menu_on2.jpg) no-repeat 0 0; width:171px; height:33px; line-height:33px; border:0px solid #FF0000;
	}	

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav li.menuparent,  #primary-nav li.menuparenth { 
	list-style-type : none; font-size: 12px; color:#006222; text-decoration: none;  background:url(/img/corman/balade/menu_off.gif) no-repeat 0 0; width:171px; height:33px; vertical-align : middle;
	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuparent:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	list-style-type : none; 
	font-size: 12px;
	color:#006222;
	text-decoration: none;
	background:url(/img/corman/balade/menu_on2.jpg) no-repeat 0 0;
	width:171px;
	height:33px;
	vertical-align : middle;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}

#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}

/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* End of 'Default CSSMenu Vertical' */

/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */
