/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid;
  border-bottom: 1px solid #999999;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;

}
.SXMenuContainer
{
  margin-left: 10px;
/*  width: 100%;*/
}

.SXMenuItem
{
  cursor: hand;
/*  width: 100%; */
  text-align: left;
  padding-left: 10px;
  padding-bottom: 3px;
}

.SXMenuItem A
{
  width: 100%;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: #CC0000; 
  text-decoration: none; 
/*  width: 100%; */
}

.SXMenuEnabled
{

}

.SXMenuDisabled
{

  color: gray;
  cursor: default;
  width: 100%;
}

.SXMenuSelected
{
}

.SXMenuActive
{
  color: black;
  font-weight: bold;
  cursor: default;
  font-size: 12px;
  font-family: Arial;
}

.SXMenuLink
{
  font-weight: normal;
  font-size: 12px;
  font-family: Arial;
}

