﻿.TopMenuItem
{
	height:28px;
	width:112px;
	background: url("../Images/Home.png") no-repeat -359px 0;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	font-size:85%;
	cursor:pointer;		
}
.TopMenuItemHover
{
	height:28px;
	width:112px;
	background: url("../Images/Home.png") no-repeat -471px 0;
	color:#669999;
	text-align:center;
	vertical-align:middle;
	font-size:85%;
	cursor:pointer;	
}
.SubMenuItem
{
	height:15px;
	width:150px;
	background-color:#FFFFFF;
	text-indent:10px;
	vertical-align:middle;
	color:#555;
	font-size:80%;
	cursor:pointer;	
	border-bottom:1px dashed #B0B0B0;	
}
.SubMenuItemHover
{
	height:15px;
	width:150px;
	background-color:#FFFFFF;
	text-indent:10px;
	text-decoration:underline;
	vertical-align:middle;
	color:#669999;
	font-size:80%;
	cursor:pointer;	
	border-bottom:1px dashed #B0B0B0;	
}
.MenuGroup
{
	border-left:1px dashed #B0B0B0;	
	border-top:1px dashed #B0B0B0;
	border-right:1px dashed #B0B0B0;	
}
