.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:Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
    font-weight			: bold;
	font-style			: normal;
    width				: 160px;
	text-decoration		: none;
    display				: block;
    white-space			: normal;
    position			: relative;
	border				: 1px solid White;
	padding				: 5px 15px 5px 15px;
	margin: -1px 0px 0px 0px; /*-1 px stops adjacent borders looking like 2 pixels width*/
	background-repeat	: repeat-y;
}


.javabean .menuCont_1{
background-color	: #ff9b37;
/* Un comment this line if you want opacity
Filter: Alpha(Opacity=95);
-moz-opacity:.95;
opacity:.95;
*/
width:auto;
}

.javabean .menuCont_2{
background-color: #5555ff;
/* Un comment this line if you want opacity
Filter: Alpha(Opacity=95);
-moz-opacity:.95;
opacity: .95;
*/
width:auto;
}

.javabean .parentItem img,
.javabean .parentItem-active img{
    position: absolute;
    top: 0px;
    border: 0;
}
.javabean .rgtImg {
	position: relative;
    margin-top: 5px;
    right: 4px;
    border: 0;
}
.javabean .lftImg {
	position: relative;
	margin-top: 2px;
    border: 0;
}

.javabean .parentItem, 
.javabean .parentItem:hover, 
.javabean .parentItem-active,
.javabean .parentItem-active:hover {
	background-image	: url(images/javabean/menu_orange_bgr.png);			
}

.javabean .parentItem:link,
.javabean .parentItem:visited {
	/*background-color	: #ff9b37;*/   /*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color				: #ffffff;
	font-weight: bold;
}

.javabean .parentItem:hover,
.javabean .parentItem-active {
	background-color	: #ffcc66;
	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_1 img, .javabean .subItem_2 img,
.javabean .subItem_1-active img, .javabean .subItem_2-active img{
    position: absolute;
    top: 0px;
    border: 0;
}

.javabean .subItem_1, .javabean .subItem_1-active{
background-image	: url(images/javabean/menu_orange_bgr.png);
width: 160px;
}

.javabean .subItem_2, .javabean .subItem_2-active{
background-image	: url(images/javabean/menu_blue_bgr.png);
width: 160px;
}

.javabean .subItem_1, .javabean .subItem_2 {
	color: #ffffff !important;
}


.javabean .subItem_1:hover, .javabean .subItem_2:hover,
.javabean .subItem_1-active, .javabean .subItem_2-active,
.javabean .subItem_1-active:hover, .javabean .subItem_2-active:hover{
	/*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color				: #000000 !important;
}


.javabean .subItem_1-active,
.javabean .subItem_1-active:hover,
.javabean .subItem_1:hover{
    background-color	: #ffcc66;	
}


.javabean .subItem_2-active,
.javabean .subItem_2-active:hover,
.javabean .subItem_2:hover{
    background-color	: #afafff;	
}



.javabean .section {
    border-style: none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .javabean td { position: relative; } /* ie 5.0 fix */