.mnuNorm
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(images\item_bg.gif); /*url(imgBar.gif);*/
	background-repeat: repeat-x;
	color: black;
	font-family: Verdana;
	height: 20px;
	text-align: center;
}

/*.mnuDiff
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(imgBar.gif);
	width: 90px;
	cursor: hand;
	color: maroon;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 20px;
	text-align: center;
}*/

.mnuOver
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(images\item_expanded_bg.gif); /*url(imgBar.gif);*/
	background-repeat: repeat-x;
	cursor: hand;
	color: black;
	font-family: Verdana;
	height: 20px;
	text-align: center;
}

.mnuSpacer
{
	background-image: url(images\item_bg.gif); /*url(imgBar.gif);*/
	width: 15px;
	background-repeat: repeat-x;
	height: 20px;
	text-align: center;
}

.mnuChildGroup
{
	border-right: grey 1px inset;
	border-top: grey 1px inset;
	font-weight: normal;
	font-size: 11px;
	border-left: grey 1px inset;
	color: grey;
	border-bottom: #A1A1A1 1px inset;
	font-family: Verdana;
	background-color: darkslategray;
	background-image: url(images\item_bg.gif); /*url(imgBar.gif);*/
	background-repeat: repeat-x;

}

.mnuChild
{
	border-right: #A1A1A1 1px solid;
	border-top: #A1A1A1 1px solid;
	padding-left: 7px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: #A1A1A1 1px solid;
	color: black;
	padding-top: 2px;
	padding-right: 7px;
	border-bottom: #A1A1A1 1px solid;
	font-family: Verdana;
	background-color: #c9c9c9; /*#abc8c8;*/
	background-image: url(images\item_bg.gif); /*url(imgBar.gif);*/
	background-repeat: repeat-x;

}

.mnuChildInv
{
	border-right: darkslategray 0px solid;
	border-top: darkslategray 0px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: darkslategray 1px solid;
	color: #abc8c8;
	padding-top: 2px;
	border-bottom: darkslategray 1px solid;
	font-family: Tahoma;
	background-color: darkslategray;
	background-image: url(images\item_bg.gif); /*url(imgBar.gif);*/
	background-repeat: repeat-x;

}

.mnuChildOver
{
	border-right: #A1A1A1 1px inset;
	border-top: #A1A1A1 1px inset;
	padding-left: 7px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: #A1A1A1 1px inset;
	cursor: hand;
	color: black;
	padding-top: 2px;
	padding-right: 7px;
	border-bottom: #A1A1A1 1px inset;
	font-family: Verdana;
	/*background-color: #026287;*/
	background-image: url(images\item_expanded_bg.gif); /*url(imgBar.gif);*/
	background-repeat: repeat-x;
}
