
.javabean a{
	/*====================================================
	CSS here affects all menu item anchors (parentItem,
	subItem_1, subItem_2, etc..)
	Settings here can be overriden by adding css to other
	anchor classes - eg, to override font of sub item 1:
	.javabean .subItem_1 {
		font-familiy: sans-serif;
		font-size: 15px;
	}
	======================================================*/
	font-family: Georgia, Times, serif;
	font-size			: 12px;
    font-weight			: bold;
	font-style			: normal;
    width				: 138px;
	height: 27px;
	text-decoration		: none;
    display				: block;
    white-space			: normal;
    position			: relative;
	border				: 0px none White;
	padding				: -2px 0px 0px 0px;
	margin: -1px 0px 0px 0px; /*-1 px stops adjacent borders looking like 2 pixels width*/
	background-repeat	: no-repeat;
}


.javabean .parentItem, 
.javabean .parentItem:hover, 
.javabean .parentItem-active,
.javabean .parentItem-active:hover {
	background-image	: url("http://www.clevelandpeac.org/CMS/images/buttonbg-3a.png");			
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #C8E088;
margin-left: -20px;
}

.javabean .parentItem:hover, 
.javabean .parentItem-active:hover {
	background-image	: url("http://www.clevelandpeac.org/CMS/images/buttonbg-3b.png");			
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #C8E088;
margin-left: -20px;
z-index: 100;
}

.javabean .parentItem_1, 
.javabean .parentItem_1:hover, 
.javabean .parentItem_1-active,
.javabean .parentItem-active_1:hover {
	background-image	: url("http://www.clevelandpeac.org/CMS/images/buttonbg-3a.png");			
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #C8E088;
margin-left: 0px;
}

.javabean .parentItem:link,
.javabean .parentItem:visited {
	/*background-color	: #ff9b37;*/   /*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color				: #C8E088;
	font-weight: bold;
	font-family: Georgia, Times, serif; font-size: 14px;
	z-index: 50;
}

.javabean .parentItem:hover,
.javabean .parentItem-active {
	color				: #000000 !important;
}
.javabean .parentItem:active {
	/*background-color	: #ee5500;*/   /*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color				: #ffffff !important;
}


.javabean .subItem_2, .javabean .subItem_2-active{
background-color: #C8E088!important;
width: 180px;
}


.javabean .subItem_2 {
	color: #2D548A !important;
border-bottom: #b7d077 solid 1px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
height: 20px !important;
}


.javabean .subItem_2:hover,
.javabean .subItem_2-active,
.javabean .subItem_2-active:hover{
	/*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color				: #000000 !important;
	background-color: #d9f199;
	width: 180px; /*This had to be added to stop menu from shrinking on hover - GT 22/08/2005*/
}


.javabean .section {
    border-style: none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


.javabean .menuCont_2{
background-color: #d9f199 !important;
Filter: Alpha(Opacity=95);
-moz-opacity:.95;
opacity: .95;
width:100%;
}


* html .javabean td { position: relative; } /* ie 5.0 fix */