
.cms_subMenuHolder /*also applies to level_1 by default */
{
	display:none;
	width:150px;
	height:400px;
	overflow:hidden;
	position:absolute;
	top:32px;
	left:5px;
	font-size:11px;
}



.menuItem_level_1,.menuItem_level_1_hover
{
	color:black;
	position:relative;
	clear:both;
	padding:5px;
	height:10px;
	width:150px;
	text-align:left;
	background-color:#bcda84;
	/* background:url(../templates/biohi/images/subnav/submenu_bkg.gif) top repeat-x; */
}

.roundCorner_left
{
	/* background:url(../templates/biohi/images/subnav/leftcorner.gif) left top no-repeat; */
}

.roundCorner_right
{
	/* background:url(../templates/biohi/images/subnav/rightcorner.gif) right top no-repeat; */
}

.menuItem_level_1_hover
{
	color:white;
}

.rounding
{
	background: url(../templates/biohi/images/subnav/round_bottom.png) bottom no-repeat;
	width:150px;
	height:4px;
	clear:both;
}