/* This CSS sets the default styles for the main navigation. */

/* ---------- Main navigation ---------- */

#navigation {
}

#navigation ul {
	margin: 0 auto;
}

#navigation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ie #navigation ul {
	height: 1%;
}

.ie6 #navigation, .ie6 #navigation ul {
	height: 32px;
	overflow: visible;
}

#navigation li {
	float: left;
	list-style-type: none;
	position: relative;
}

#navigation .child-menu {
	display: none;
}

/* ---------- Dock without JavaScript ---------- */

.lfr-dock {
	position: absolute;
	right: 1%;
	top: 0;
}

.lfr-dock h2 {
	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;
	font-size: 19px;
	margin-bottom: 8px;
	padding-left: 32px;
	text-align: right;
}

.lfr-dock ul {
	display: inline;
	float: left;
}

.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 15px;
}

.lfr-dock li a {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.lfr-dock li.home a {
	background-image: url(../images/dock/home.png);
}

.lfr-dock li.my-account a {
	background-image: url(../images/dock/my_account.png);
}

.lfr-dock li.sign-in a {
	background-image: url(../images/dock/sign_in.png);
}

.lfr-dock li.sign-out a {
	background-image: url(../images/dock/sign_out.png);
}

.lfr-dock li.add-content a {
	background-image: url(../images/dock/add_content.png);
}

.lfr-dock li.layout a {
	background-image: url(../images/dock/layout.png);
}

.lfr-dock li.page-settings a {
	background-image: url(../images/dock/page_settings.png);
}

.lfr-dock li.staging a {
	background-image: url(../images/dock/staging.png);
}

.lfr-dock li.my-places a {
	background-image: url(../images/dock/my_places.png);
}

.lfr-dock li.my-places {
	display: none;
}

.lfr-dock li.toggle-controls {
	display: none;
}

/* ---------- Dock with JavaScript ---------- */

.js .interactive-mode {
	background: #020509 url(../images/dock/center_bg.png) repeat-x;
	min-width: 150px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 400 !important;
}

.js .interactive-mode h2 {
	background: url(../images/dock/right_bg.png) no-repeat 100% 0;
	font-size: 13px;
	margin: 0;
	padding: 0 37px 0 0;
	position: relative;
	z-index: 400 !important;
}

.js .interactive-mode h2 span {
	background: url(../images/dock/left_bg.png) no-repeat 0 0;
	border-right: 1px solid #34404F;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 29px;
	line-height: 1;
	margin-bottom: 0;
/*	padding: 10px 20px 4px 20px; */
}

.js .lfr-dock.expanded .lfr-dock-list-container {
	top: -2px;
}

.js .interactive-mode ul {
	background-color: #fff;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	display: none;
	float: none;
}

.js .interactive-mode li {
	border-top: 1px solid #DEDEDE;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 2px;
}

.js .interactive-mode li a {
	background-position: 8px 50%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 0;
	padding: 5px 0px;
	text-decoration: none;
}

.js .interactive-mode li a, .js .interactive-mode li a:hover {
	background-position: 8px 50%;
	padding-left: 30px;
}

.js .interactive-mode li a:hover, .js .interactive-mode .my-places li.current a:hover {
	color: #fff;
}

.js .interactive-mode .lfr-dock-list li.first {
	border-top: none;
}

.js .lfr-dock.interactive-mode .my-places li a {
	background-image: none;
}

.js .interactive-mode .my-places li {
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

.js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children > ul {
	margin-right: -1px;
}

.js .interactive-mode .my-places li.current-community {
	background-color: #D3DADD;
}

.js .interactive-mode .my-places li h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

.js .interactive-mode .lfr-flyout.has-children h3 {
	min-width: 175px;
}

.js .lfr-dock.interactive-mode .my-places li h3 a {
	background-image: url(../images/dock/my_place.png);
}

.js .interactive-mode .lfr-flyout.has-children ul {
	display: none;
	margin-left: 0;
	top: -1px;
}

.js .interactive-mode .my-places li.public a {
	background-image: url(../images/dock/my_places_public.png);
}

.js .interactive-mode .my-places li.private a {
	background-image: url(../images/dock/my_places_private.png);
}

.js .interactive-mode .my-places li.current {
	background-color: #DFF4FF;
}

.js .interactive-mode .my-places li.current a {
	background: url(../images/dock/my_place_current.png) no-repeat 10px 50%;
	margin: 0;
	padding-left: 35px;
}

.js .interactive-mode li:hover, .js .interactive-mode .my-places li:hover {
	background-color: #828F95;
}

.js .interactive-mode li:hover a:hover, .js .interactive-mode li:hover > a, .js .interactive-mode li:hover > h3 > a {
	background-color: #828F95;
	color: #fff;
}

.ie6 .js .interactive-mode li a:hover {
	background-color: #828F95;
	color: #fff;
}

.js .interactive-mode .my-places ul li a.add-page {
	top: 7px;
}

.js .interactive-mode .group-end {
	border-bottom: 2px solid #DEDEDE;
}

.ie6.js .interactive-mode .taglib-my-places li {
	height: 24px;
}

.ie6.js .lfr-dock.interactive-mode {
	white-space: nowrap;
	width: 150px;
}

.ie6.js .lfr-dock.interactive-mode li {
	height: 1%;
	width: 100%;
}

.ie6.js .interactive-mode .lfr-flyout.has-children {
	width: 150px;
}

.js .interactive-mode li.toggle-controls {
	display: block;
}

.js .interactive-mode li.toggle-controls a {
	background-image: url(../images/common/checked.png);
}

.js .controls-hidden .interactive-mode li.toggle-controls a {
	background-image: url(../images/common/unchecked.png);
}

/* ---------- Add/remove page ---------- */

.js .delete-tab {
	background: url(../images/common/remove.png) no-repeat 42%;
	cursor: pointer;
	display: block;
	height: 8px;
	position: absolute;
	right: 2px;
	text-indent: -9999em;
	top: 2px;
	width: 8px;
}

/*------ Navigation portlet ------*/

.nav-menu li a.ancestor {
	font-weight: bold;
}

.nav-menu li a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.nav-menu ul {
	padding-left: 10px;
}



/* ############################   menu orizzontale top ############################*/


#menuTop
{
/*	padding:87px 0 0 126px;*/
	position:absolute;
	top: 88px;
	left: 126px;

	z-index: 105;
	
	width: 352px;
	background-color: none;
}

/* style the outer div to give it width */
.menu{}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* style the sub-level lists */
.menu ul ul {}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li
{
	float:left;
	list-style-type:none;
}

/* style the sub level list items */
.menu ul ul li
{
	display:block;
	width:160px;
	height:auto;
	position:relative;
/*	line-height:16px; */
	z-index: 400;
}

/* style the links for the top level */
.menu a, .menu a:visited
{
	display:block;
	float:left;
	height:100%;
	text-decoration:none;
	color:#00c;
	padding:0 0 0 0;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited
{
	display:block;
	background-color: #666;
	color:#fff;
	width:160px;
	height:100%;
/*	line-height:16px;
	padding:5px 8px;*/
	padding: 3px 6px;

	text-transform: none !important;
/*	font-stretch: normal; */
	font-weight:normal;
	letter-spacing: normal;
	word-spacing: normal;

	border-bottom:1px solid #CCC;

	font-size: 11px;
}
.menu ul table ul a, .menu ul table ul a:visited
{
	width:224px;
	w\idth:192px;
}
.menu a.elemento1
{
/*	border-left: none !important; */
}
.menu a.livello1,
.menu a.livello1:visited{
/*	letter-spacing: -0.04em;
	padding: 0 4px; */
	padding: 1px 6px;
	color: #666;
	text-transform: uppercase;
/*	border-left: 1px solid #666; */
	background-color: #CCC1AE;
/*	border-bottom: 1px solid #CCC1AE;*/
	border-left: 2px solid #000;
/*	font-stretch: condensed; */

	font-weight:bold;
/*	letter-spacing:-0.05em; */
/*	letter-spacing:-0.066em; */
	word-spacing: 1px;

	font-family: Verdana;
	font-size: 11px;
}
.menu a.livello1.elemento1{
	border-left: none !important;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table
{
	position:absolute;
	left:0;
	top:0;
	font-size:16px;
	z-index:-1;
}
.menu ul ul table
{
	lef\t:-1px;
}
.menu ul ul table ul.left
{
	margin-lef\t:2px;
}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
	background-color: #666;
}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited
{
	background-color:#666;
}
/* style the sub level 1 background */
.menu ul :hover a.sub1
{
	background-color:#666;
}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2
{
	background-color:#ddd;
}

/* style the level hovers */
/* first */
.menu a:hover
{
	color:#fff;
	background-color: #666;
}
.menu :hover > a
{
	color:#fff !important;
	background-color: #666 !important;
}
.menu a.active,
.menu a a
{
	color:#fff !important;
	background-color: #666 !important;
}
/* second */
.menu ul ul a.active,
.menu ul ul a:hover
{
	color:#fff !important;
	background-color: #404040 !important;
}
.menu ul ul :hover > a
{
	color: #fff !important;
	background-color: #404040 !important;
}
/* third */
.menu ul ul ul a:hover
{
	background-color: #313131;
}
.menu ul ul ul :hover > a
{
	background-color: #313131;
}
/* fourth */
.menu ul ul ul ul a:hover
{
	background-color: #eee;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:100%;
	left:0;
	width:224px;
}

/* position the third level flyout menu */
/*.menu ul ul ul
{
	left:14em;
	top:0;
	width:224px;
}*/
.menu ul ul ul
{
	left:100%;
	top:0;
	width:224px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
	left:-224px;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
	visibility:visible;
	height:auto;
	padding-bottom:48px;
/*	background:transparent url(images/trans.gif); */
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul
{
	visibility:visible;
}

/* ######################### fine menu orizzontale top #############################*/


#menuSx2Footer
{
	display: none;
}


/* menu 2 */
div.menu2
{
	background-image: url(../images/navigation/menu2Bg1.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #D0A340;

	padding-top: 15px;
}

.menu2 img{
	margin:0 0 -3px 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul,
.menu2 ul li {
	z-index: 400;
	padding:0 !important;
	margin:0 !important;
	list-style-type:none;
	width: 126px;
}
.menu2 ul ul,
.menu2 ul li ul li
{
	width:160px;
}
div.menu2,
.menu2 ul li ul li
{
	z-index: 400;
}
/* position relative so that you can position the sub levels */
.menu2 li{
	position:relative;
	background-color: #E57E07;
/*	background:#d87727; */
}

/* get rid of the table */
.menu2 table{
	width: 126px;
}
.menu2 table td
{
	width: 126px;
	margin: 0 !important;
	padding: 0 !important;
}

.menu2 table table
{
	position:absolute;
	top:0;
	left:-20px;
/*	z-index:100; */
}
/* style the links */
.menu2 a, .menu2 a:visited {
	display:block;
	text-decoration:none;
	/*line-height:25px;*/
	color:#fff;
	/*text-indent:5px;
	padding:2px;*/
	text-transform: uppercase;
}
.menu2 a:hover
{
	color: #fff;
}
.menu2 a a, .menu2 a a:visited {
	text-transform: none !important;
}

.menu2 td.livello1
{
	background-image: url(../images/navigation/quadratino1.png);
/*	background-position: 10px center;*/
	background-position:2px center;
	background-repeat: no-repeat;
	height: 36px;
/*	padding-left: 18px;*/
	vertical-align: middle;
}
.menu2 td.livello1:hover,
.menu2 td.livello1.hover,
.menu2 td.livello1.active
{
	background-position: -259px center;
}
.menu2 li.livello1,
.menu2 a.livello1
{
	background-color: transparent !important;
}
.accesso_rapido_home h2.titolo1,
.avvisi_eventi_home h2.titolo1,
.menu2 a.livello1,
.menu3 a.livello1,
.menu4 a.livello1
{
	letter-spacing:-0.06em;
	word-spacing: 1px;
	padding-left:6px;
	font-weight: bold;
	/*	font-stretch: condensed; */

	font-family: Verdana;
	font-size: 10px;
}
.menu4 ul li ul li a, .menu4 ul li ul li a:visited,
.menu2 ul li ul li a, .menu2 ul li ul li a:visited
{
	display:block;
	text-decoration:none;
	/*line-height:25px;*/
	color:#fff;
	padding:3px 5px;
	border-bottom:1px solid #dddddd;
	/*text-indent:5px;
	padding:2px;*/
	text-transform: none;

/*	font-stretch: normal;*/
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: normal;

	font-size: 11px;
}


/* style the link hover */
.menu2 :hover > a, .menu2 a.active {
	color:#fff;
	background-color:#b15a13;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	display: none;
	position:absolute;
	top: 4px;
	left: 126px;
	background-color: transparent;
}
/* make the second level visible when hover on first level list OR link */
.menu2 ul li.hover ul,
.menu2 ul li:hover ul,
.menu2 ul a:hover ul {
	display: block;
	background-color: #D0A340;
}


/*********** MENU SINISTRA ****************/

#menuLeft1
{
	background-color:#D0A340;
	background-image:url(../images/navigation/menu2Bg1.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:10px;
}

.menu3 {
z-index:1000;
margin:0px; /* this page only */
}

.menu3 li.livello1,
.menu3 a.livello1
{
	background-color:transparent !important;
}

.menu3 a.livello1
{
	background-image:url(../images/navigation/quadratino1.gif);
	background-position:2px center;
	background-repeat:no-repeat;

	margin-right: -1px;
}

.menu3 li.hover a.livello1,
.menu3 a.livello1:hover,
.menu3 a.livello1.hover,
.menu3 a.livello1.active
{
	background-position: -261px center;
}
.menu3 :hover > a
{
	background-position: -261px center;
}
.menu3 a.lineover
{
	line-height: 10px !important;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.menu3 img{
margin:0 0 -3px 0;}

/* remove all the bullets, borders and padding from the default list styling */
.menu3 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:125px;
}
/* hack for IE5.5 */
* html .menu3 ul {
	margin-left:-16px;
	margin-left:0;
}
/* position relative so that you can position the sub levels */
.menu3 li {
	position:relative;
}
.menu3 a a,
.menu3 ul li ul li
{
	line-height: 1.1 !important;
}

.menu3 a a
{
	margin-right: -1px;
}

/* get rid of the table */
.menu3 table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:400;
	font-size:1em;
}

/* style the links */
.menu3 a, .menu3 a:visited {
	display:block;
	text-decoration:none;
	line-height: 36px;
	color:#fff;
	text-transform:uppercase;
}

.menu3 ul li ul li, .menu3 ul li {
	list-style-type: none;
	z-index: 400;
}

.menu3 ul ul,
.menu3 ul li ul li
{
	width:160px;
}


.menu3 ul li ul li a, .menu3 ul li ul li a:visited
{
	background-image: none !important;
	display:block;
	text-decoration:none;

	color:#fff;
	border-bottom:1px solid #dd9458;

	font-size:11px;
	font-weight:normal;
	letter-spacing:normal;
	padding: 3px 5px !important;
	margin: 0 0 0 0 !important;
	text-decoration:none;
	text-transform:none;
	word-spacing:normal;
	line-height: 1.1 !important;
}
.menu3 ul li ul li a:hover,
.menu3 ul li ul li a.active
{
	color:#fff !important;
	background-color:#b15a13 !important;
}

/* hack for IE5.5 */
/* * html .menu3 a, * html .menu3 a:visited {width:122px; w\idth:120px; color:#FFF;} */
/* style the link hover */
* html .menu3 a:hover {color:#fff;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu3 ul ul {
	visibility:hidden;
	position:absolute;
	top: 5px;
	left: 126px;
	background-color: #E57E07;
}
.menu3 ul li.lineover ul {
	top: 1px !important;
}
/* make the second level visible when hover on first level list OR link */
.menu3 ul li:hover ul,
.menu3 ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu3 ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu3 ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu3 ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu3 ul :hover ul :hover ul :hover ul {
visibility:visible;
}



#menuLeft2{
	padding-top: 10px;
	background-image:url(../images/navigation/menu2Bg1.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#menuLeft2,
#menuLeft3{
	z-index:105;
	padding-top: 25px;
	/* padding-bottom: 165px;
	background-color:#D0A340; */
}
#menuLeft3 hr{
	border: none;
	border-top: 1px solid #fff !important;
	width: 90%;
	padding-bottom: 7px;
	margin-left: 6px;
}



/* style the outer div to give it width */
.menu4{}

/* remove all the bullets, borders and padding from the default list styling */
.menu4 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* style the sub-level lists */
.menu4 ul ul
{
	background-color: #E57E07;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu4 ul li
{
	width: 126px;
	float:left;
	list-style-type:none;
}

/* style the sub level list items */
.menu4 ul ul li
{
	display:block;
	width:160px; 

	height:auto;
	position:relative;
/*	line-height:16px; */
	z-index: 400;
}

/* style the links for the top level */
.menu4 a, .menu4 a:visited
{
	display: block;
	float: left;
	text-decoration: none;
	color: #fff !important;
}

.menu4 a.livello1
{
	background-image:url(../images/navigation/quadratino1.gif);
	background-position:2px center;
	background-repeat:no-repeat;

	margin-right: -1px;
	text-transform: uppercase;
	color: #fff;

	line-height:36px;
	width: 120px;
}

.menu4 a.lineover {
	line-height: 10px !important;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.menu4 li.hover a.livello1,
.menu4 a.livello1:hover,
.menu4 a.livello1.hover,
.menu4 a.livello1.active
{
	background-position: -261px center;
}
.menu4 :hover > a
{
	background-position: -261px center;
}
.menu4 a.lineover
{
	line-height: 10px !important;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
}


/* style the sub level links */
.menu4 ul ul a, .menu4 ul ul a:visited
{
	display: block;
	color: #fff;
	
	
	/* ALLARGAMENTO DELLA COLONNA DI SX */
	width: 160px;
	
	line-height: 1.1 !important;
	padding: 3px 5px;

	text-transform: none !important;
/*	font-stretch: normal; */
	font-weight:normal;
	letter-spacing: normal;
	word-spacing: normal;

	border-bottom:1px solid #DD9458;

	font-size: 11px;
}
.menu4 ul table ul a, .menu4 ul table ul a:visited
{
	/*
	width: 150px;
	w\idth: 150px;
	
	*/
	
	/* Allargamento della colonna di SX */
	width: 160px;
}
.menu4 a.elemento1
{
/*	border-left: none !important; */
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu4 table
{
	position:absolute;
	left:0;
	top:0;
	font-size:16px;
	z-index:-1;
}
.menu4 ul ul table
{
	lef\t:-1px;
}
.menu4 ul ul table ul.left
{
	margin-lef\t:2px;
}

.menu4 li:hover {position:relative;}
* html .menu4 a:hover {position:relative;}

/* style the level hovers */
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu4 ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:0;
	left:126px;
	width: 160px;
	
	/* Allargamento della colonna di SX */
	width:	170px;
}

/* make the second level visible when hover on first level list OR link */
.menu4 ul li:hover ul, .menu4 ul a:hover ul
{
	visibility:visible;
	height:auto;
/*	background:transparent url(images/trans.gif); */
}
/* keep the third level hidden when you hover on first level list OR link */
.menu4 ul :hover ul ul
{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu4 ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu4 ul :hover ul :hover ul
{
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu4 ul :hover ul :hover ul :hover ul
{
	visibility:visible;
}



















/*********** MENU SINISTRA ****************/




#menuBottom1
{
	margin: 0;
	padding-top:1px;
/*	margin-right: 148px; */
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.firefox.linux #menuBottom1
{
	letter-spacing:-0.04em;
}

#menuBottom1 ul
{
	margin: 0;
}
#menuBottom1 ul, #menuBottom1 ul li
{
	list-style: none !important;
}
#menuBottom1 ul li.elemento1
{
	border-left: none !important;
}
#menuBottom1 ul li
{
/*	float: left; */
	display: inline;
/*	padding: 0 10px; */
	padding: 0 5px;
	border-left: 1px solid #fff;
	font-weight: bold;
	color: #7d7c79;
}
#menuBottom1 ul li a,
#menuBottom1 ul li a:visited
{
	color:#fff;
	text-decoration:none;
}
#menuBottom1 ul li a:hover
{
	background-color:#44423c;
}

/****** CONTROLLI *******/
.nav .next,
.nav .prev,
.nav .play,
.nav .stop,
.nav .zoom
{
	background-position: center center;
	background-repeat: no-repeat;
}

.nav .prev
{
	background-image: url(../images/common/navPrev.png);
}
.nav .next
{
	background-image: url(../images/common/navNext.png);
}
.nav .play
{
	background-image: url(../images/common/navPlay.png);
}
.nav .stop
{
	background-image: url(../images/common/navStop.png);
}
.nav .pages
{
	background-image: url(../images/common/navPageBg.png);
}
.nav .pages .selected
{
	background-image: url(../images/common/navPageActive.png);
}
.nav .zoom
{
	background-image: url(../images/common/navZoom.png);
}










.menu4 {
z-index:1000;
margin:0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu4 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 126px;
}
/* hack for IE5.5 */
* html .menu4 ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu4 li {
	position: relative;
}

/* get rid of the table */
.menu4 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu4 a, .menu4 a:visited {
	display:block;
	text-decoration:none;
}
.menu4 ul ul a.active,
.menu4 ul ul a:hover
{
	background-color: #6d0b1e !important;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu4 ul ul {
	visibility: hidden;
	position: absolute;
	top: 5px;
	left: 126px; 
}
/* make the second level visible when hover on first level list OR link */
.menu4 ul li:hover ul,
.menu4 ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu4 ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu4 ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu4 ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu4 ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

