/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
  border-left: 1px solid;
  border-right: 0px solid;
  border-top: 1px solid;
  border-bottom: 0px solid;
  border-top-color: #336699;
  border-left-color: #336699;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none!Important;
  background-color: #ffffff;
}

.SXMenuContainer
{
  margin-left: 10px;

/*  width: 100%;*/
}

.SXMenuItem
{

  font-weight: normal;
  cursor: hand;
  font-size: 10px;
  font-family: Verdana;
/*  width: 100%; */
  text-align: left;
  text-decoration: none!Important;
  background-color: #ffffff

}

.SXMenuItem A
{
  width: 100%;
  text-decoration: none!Important;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: #336699;
  text-decoration: none!Important;
  background-color: #ffcc33;
/*  width: 100%; */
}

.SXMenuEnabled
{
text-decoration: none!Important;

}

.SXMenuDisabled
{
  color: gray;
  cursor: default;
  width: 100%;
  text-decoration: none!Important
}

.SXMenuSelected
{
text-decoration: none!Important
}

.SXMenuActive
{
  color: #336699;
  font: bold;
  font-style: normal;
  background-color: #ffcc33;
  cursor: default;
  text-decoration: none!Important
}

.SXMenuLink
{
text-decoration: none!Important;
color: #336699
}
