.SiteMenu  /* Overall Table */
{
  border-right: black 0px solid;
  border-top: black 0px solid;
  border-left: black 0px solid;
  border-bottom: black 0px solid;
  height: 1px;
}


.SiteMenuLink  /* Hyperlinks */
{
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: black;
}

.SiteMenuDesc /* Description Rows */
{
	color:black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
    	font-weight: normal;
}

.SiteMenuTitle /* Title Rows */
{
	width:100%;
	height: 0px;
	border: solid 0px black;
	background-color: none;
}

.SiteMenuDescCell /* Description Cell */
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	height: 1px;
}
.SiteMenuTitleCell /* Title Cell */
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	height: 1px;
}

.SiteMenuMainTitle
{
	border-right: black 0px solid;
	border-top: white 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	background-color: none;
	width:100%;
}

.SiteMenuMainLink, A.SiteMenuMainLink:link,  A.SiteMenuMainLink:visited,  A.SiteMenuMainLink:active,  A.SiteMenuMainLink:hover
{
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}


