.MenuGroup
{
 
}
.QuoteMenuItem
{
	background-color:#ffffff;
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	cursor:pointer;
	height:26px;
	padding-left:10px;
	padding-right:10px;
}

.QuoteMenuItemHover
{
	background-image: url(item_bg_hover.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#ffffff;
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	cursor:pointer;
	height:26px;
	padding-left:10px;
	padding-right:10px;
}

.QuoteMenuItemActive
{
	background-color:#ffffff;
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	cursor:pointer;
	height:26px;
	padding-left:10px;
	padding-right:10px;
}
.AltMenuItem
{
	background-image: url(item_bg_alt.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	cursor:pointer;
	height:26px;
	width:185px;
	padding-left:10px;
}
.MenuItem
{
	background-image: url(item_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	cursor:pointer;
	height:26px;
	width:185px;
	padding-left:10px;
}

.MenuItemHover
{
	background-image: url(item_bg_hover.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFFFFF;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight:normal;
	cursor:pointer;
	height:26px;
	width:185px;
	padding-left:10px;
}

.MenuItemActive
{
	background-image: url(item_bg_hover.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFFFFF;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	cursor:pointer;
	height:26px;
	width:185px;
	padding-left:10px;
}
.AltMenuItemActive
{
	background-image: url(item_bg_hover_alt.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFFFFF;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	cursor:pointer;
	height:26px;
	width:185px;
	padding-left:10px;
}
.MenuBG
{

}



