.SXMenuFull
{
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid;
  border-bottom: 0px solid;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.SXMenuContainer
{
/*  width: 100%;*/
}

.SXMenuItem
{
	font-family: Arial, Verdana, sans-serif;
	width: 100%;
  	color: #000000;
  	font-size: 10px;
  	text-decoration: none;
	line-height: 16px;
}

.SXMenuEnabled
{
	background-image: url(m_main1.gif);
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	color: #000000;
}

.SXMenuEnabled:link
{
	text-decoration: none;
	color: #000000;
}

.SXMenuEnabled:hover
{
	text-decoration: none;
	color: blue;
}


.SXMenuDisabled
{
	line-height: 28px;
	background-image: url(m_head.gif);
   	background-repeat: no-repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
}

.SXMenuSelected
{
	background-color: #DDDDDD;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	color: #007186;
}

.SXMenuActive
{
	background-color: #DDDDDD;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	color: #007186;
}

