.leftBarCorner {
	background-attachment: fixed;
	background-image: url(../images/blueBarCorner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 700;
}
#menu{
	border:none;
	border:0px;
	padding:0px;
	height: 22px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#menu ul{
	height:22px;
	list-style:none;
	padding:0;
	background-color: #94CFF7;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	}
	#menu li{
	color:#000000;
	display: block;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	height: 22px;
	float:left;
	
	padding-right: 7px;
	padding-left: 7px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff; 
	
		} 
	#menu li a{
	color:#000000;
	display:block;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	height: 22px;
	padding: 0px;
	float:left;
		}
		
	#menu li.active {
	color:#ffffff;
	background-color: #739A29;
	height: 22px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(119, 153, 42);
} 
		
		#menu li a:hover{
	color:#ffffff;
	text-decoration:none;
			}
	#menu li ul{
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:225px;
	z-index:200;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #94CFF7;
	border-bottom-color: #94CFF7;
	border-left-color: #94CFF7;
		/*top:1em;
		/*left:0;*/
		}
	#menu li:hover ul{
		display:block;
		}
	#menu li li {
	display:block;
	float:none;
	padding:0px;
	width:225px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
	#menu li ul a{
	display:block;
	text-align:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		#menu li ul a:hover{
	color:#739A29;
	opacity:1.0;
	filter:alpha(opacity=100);
	background-color: #ffffff;
			}
	#menu p{
		clear:left;
		}	
/*	#menu .active{
	color:#94CFF7;
	background-color: #739A29;
	height: 25px;
		}
	*/	


.leftBarCornerActive {
	background-attachment: fixed;
	background-image: url(../images/greenBarCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
