.TopMenuGroup
{line-height:16pt;margin: 6px 0 0 35px; padding:0px; list-style:none}

.TopMenuItem
{
	float: left;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #c9cdd4;
	background: url(../images/marker_header.gif) no-repeat center top;
	display: block;
	padding-bottom: 4px;
	padding-top: 3px;
}

.TopMenuItemHover
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	padding-bottom: 4px;
	padding-top: 3px;
	background: url(../images/marker_header.gif) no-repeat center 4px;
	cursor: pointer;
}

.MenuItem
{
	float: left;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #c9cdd4;
	cursor: pointer;
	display: block;
	background-color:Black;
	
}

.MenuItemHover
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	background-color:Black;
	
	cursor: pointer;
}

.MenuGroup
{line-height:1.64em}



.MenuBreak
{
  background-image:url(~/Employee/images/break.gif);
  width:100%;
  height:1px;
}

.MenuSpacer
{
  background-image:url(../images/spacer.gif);
  width:28px;
  height:1px;
}