
.MenuItem
{
	border-bottom:#b1b2b1; 
	border-bottom-style:dashed; 
	border-bottom-width:1px;
	height:22px;
	text-align:left;    
	padding: 0px;
	z-index: 3;
	padding-right: 5px;
	text-indent: 0px;
	color: #edf8da;
}

.MenuItemHover
{
	border-bottom:#b1b2b1; 
	border-bottom-style:dashed; 
	border-bottom-width:1px;
	height:22px;	
	text-align:left;
	padding: 0px;
	z-index: 3;
	padding-right: 5px;
	text-indent: 0px;
	background-image:url('/templates/default/images/menu_bottom.gif');
	background-repeat:no-repeat;
}

.MenuItem:link {    COLOR: #edf8da;  text-decoration:none;z-index: 3; }
.MenuItem:active {  COLOR: #edf8da; text-decoration:none;z-index: 3;}
.MenuItem:hover {  COLOR: #edf8da;  text-decoration:none;z-index: 3; }
.MenuItem:visited {   COLOR: #edf8da; text-decoration:none; z-index: 3; }


.SubMenuItem {  color: #000; text-decoration: none; z-index: 3;}
.SubMenuItem:link { color: #000; text-decoration:none; z-index: 3;}
.SubMenuItem:active { color: #000; text-decoration:none;z-index: 3; }
.SubMenuItem:visited { color: #000; text-decoration:none;z-index: 3; }
.SubMenuItem:hover { color: #000; text-decoration:none;z-index: 3; }


.PopupMenu
{
	position: absolute;
	margin-top:-23px; 
	margin-left:158px;
	width: 200px;
    text-decoration: none;
	z-index: 3;
	text-indent: 15px;
	background-color: #fff;
	border-bottom: 1px dashed #999999;
}

.PopupMenuItem
{
	
    text-decoration: none;
	border-top: 1px dashed #999999;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	z-index: 3;
	padding: 3px;
	text-align:left;
	text-indent: 0px;
	background-image:url('/templates/default/images/menu_inclick_strong.gif');
	background-repeat:repeat-y;
}

.PopupMenuItemHover
{
	
	border-top: 1px dashed #999999;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
    text-decoration: none;
	z-index: 3;
	padding: 3px;
	text-align:left;
	text-indent: 0px;
	background-color: #c0f0fc;
}

.PopupMenuItem-down
{
	border-top: 1px dashed #999999;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
    text-decoration: none;
	z-index: 3;
	padding: 3px;
	text-align:left;
	text-indent: 0px;
}


