/* common styling */
	
/*	.menu {height:150px;font-size:90%;margin:25px 0 50px 15px; /* this page only */}*/
.menu {
	font-family: arial, sans-serif;
	width: 135px; /* 120 */
	height: 150px; /*position:relative; 
	margin:0; 
	font-size:11px; 
	padding-left: 30px;*/
	margin: 50px 0 30px;
	font: 1.2em/1.8em Tahoma, sans-serif;
}
/* style the links */
/*.menu a, .menu a:visited {display:block; text-decoration:none;height:25px;line-height:25px;width:149px;color:#000;text-indent:5px;border:1px solid #fff;border-width:0 1px 1px 1px;}*/
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: White;
	width:130px;  /* 195px; 115 */
	height: 20px;
	text-align: center;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #008000;
	line-height: 19px;
	font-size: 11px;
	font-weight: 600;
}

/* remove all the bullets, borders and padding from the default list styling
.menu ul {position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:150px;} */
.menu ul {
	padding: 0;
	margin: 0 20px;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #008000;
	background:url(../images/sidebar-green-bg.jpg) top right repeat-x;
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0;  
	left:100px;
	width:105px;
	z-index:500;
	} /*width:105px;*/
.menu ul li:hover ul li a.hide {
	background:#008000;	/*#b3ab79; */
	color:#fff; 
	}
.menu ul li:hover ul li:hover a.hide {
	width:150px;
	}
.menu ul li:hover ul li ul {
	display: none;
	}
.menu ul li:hover ul li a {
	display:block; 
	background:#008000;	/*#b3ab79; */
	color:#fff; 
	width:150px;
	}
.menu ul li:hover ul li a:hover {
	/*background:#dfc184; 
	color:#000;		*/
	color: #008000;
	background:url(../images/sidebar-green-bg.jpg) top right repeat-x;
	}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:120px; 
	top:0; 
	color:#000;
	}
.menu ul li:hover ul li:hover ul li a {
	display:block; 
	width:200px; 
	/* background:#dfc184; 
	color:#000; 	*/
	background:#008000;	/*#b3ab79; */
	color:#fff; 
	}
.menu ul li:hover ul li:hover ul li a:hover {
	/* background:#bd8d5e; 
	color:#fff;*/
	color: #008000;
	background:url(../images/sidebar-green-bg.jpg) top right repeat-x;
	}
