.bluebean 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:
	.bluebean .subItem_1 {
		font-familiy: sans-serif;
		font-size: 15px;
	}
	======================================================*/
	font-family: Tahoma;
	font-size			: 12px;
    font-weight			:normal;
	font-style			: normal;
    width				: 220px;
	text-decoration		: none;
    display				: block;
    white-space			: normal;
    position			: relative;
	padding				: 5px 15px 5px 15px;
	/*margin: -1px 0px 0px 0px; /*-1 px stops adjacent borders looking like 2 pixels width*/
	background-repeat	: repeat-y;
}


.bluebean .menuCont_1{
background-color:#006699;
Filter: Alpha(Opacity=80);
/* NOTE - Mozilla cant do opacity without making the text opaque too - pretty pointless in my opinion
-moz-opacity:.70;*/
opacity:.80;

width:100%; /*This has to be set to 100% for Mozilla to stretch to fit anchor*/
}

.bluebean .menuCont_2{
background-color:#0099cc;
Filter: Alpha(Opacity=80);
/* NOTE - Mozilla cant do opacity without making the text opaque too - pretty pointless in my opinion
-moz-opacity:.70;*/
opacity: .80;

width:100%; /*This has to be set to auto for Mozilla to stretch to fit anchor*/
}

.bluebean .parentItem img,
.bluebean .parentItem-active img{
    position: absolute;
    top: 0px;
    border: 0;
}
.bluebean .rgtImg {
	position: relative;
    margin-top: 9px;
    right: 4px;
    border: 0;
}


.bluebean .lftImg {
	position: relative;
	margin-top: 2px;
    border: 0;
}

.bluebean .parentItem, 
.bluebean .parentItem:hover, 
.bluebean .parentItem-active,
.bluebean .parentItem-active:hover {
/*BACKGROUND IMAGE GOES HERE - (NONE USED IN THIS TEMPLATE)*/
/*	background-image	: url(images/bluebean/menu_orange_bgr.png);			*/
	/*border-left:1px ridge;
	border-bottom:0px none;
	border-top:0px none;*/
	border-top:1px solid #fff;
	border-bottom:0px solid #fff;	
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width:220px;
}

.bluebean .parentItem:link,
.bluebean .parentItem:visited {
	background-color	: #006699;   /*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color: #ffffff;
	font-weight: normal;
}

.bluebean .parentItem:hover,
.bluebean .parentItem-active {
    background-color:#0099cc;
	color	: #ffffff !important;
}
.bluebean .parentItem:active {
	/*background-color	: #ee5500;*/   /*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color:#000 !important;
}
.bluebean .subItem_1 img, .bluebean .subItem_2 img,
.bluebean .subItem_1-active img, .bluebean .subItem_2-active img{
  
    top: 0px;
    border: 0;
}

.bluebean .subItem_1, .bluebean .subItem_1-active{
/*background-image	: url(images/bluebean/menu_orange_bgr.png);*/
width: 180px;
border-top:1px solid #fff;

}

.bluebean .subItem_2, .bluebean .subItem_2-active{
/*background-image	: url(images/bluebean/menu_blue_bgr.png);*/
width: 180px;
border-top:1px solid #fff;

}

.bluebean .subItem_1, .bluebean .subItem_2 {
	color: #ffffff !important;

}


.bluebean .subItem_1:hover, .bluebean .subItem_2:hover,
.bluebean .subItem_1-active, .bluebean .subItem_2-active,
.bluebean .subItem_1-active:hover, .bluebean .subItem_2-active:hover{
	/*.menuCont classes deal with the background color beacuse it makes opacity possible*/
	color				: #fff !important;

}


.bluebean .subItem_1-active,
.bluebean .subItem_1-active:hover,
.bluebean .subItem_1:hover{
    background-color	: #0099cc;
}


.bluebean .subItem_2-active,
.bluebean .subItem_2-active:hover,
.bluebean .subItem_2:hover{
    background-color	: #0099cc;
}



.bluebean .section {
    position: absolute;
    visibility: hidden;
	border: 1px solid White !important;
    z-index: -1;
}

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