

.subItem2
{
	/* items in dropdown */
	font-family:Verdana; 
	font-size: 11px;
	border-width:1px 1px 1px 1px;
	border-color: #e2e6ec;
	border-style:solid;
	height:20;
	color: black;
	background-color: #e2e6ec;

}

.subItemOver
{
	/* controls hovered item in drop down */
	
	/* background-image: url(/images/navMenu/grad_hover.gif); */
	font-family:Verdana; 
	font-size:11px;
	color: #bf1b0a ;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #bf1b0a;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #bf1b0a;
	height:20;

	cursor: pointer;
}

.subItemDown2
{
	/* controls outline around drop down menu items */
	font-family:Verdana; 
	font-size:10px;
	border-width:1px 1px 1px 1px;
	border-color:black #666666 #666666 gray;
	border-style:solid;
	cursor: default;
	background-color: #e2e6ec;
}

.bottomOfMenu
{
	/* controls the footer at the end of drop down items */
	cursor: default;
	background-image: url(/images/navMenu/lines_gray.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.topOfMenu
{
	/* controls top line in drop down menus */
	cursor: default;
}