/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid;
  border-bottom: 0px solid;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 14px;
  padding-bottom: 40px;
  background-color: #0059b2;
  margin-left: -5px;
  margin-right: -5px;
color: white;
}

.SXMenuContainer
{
  margin-left: 10px;
/*  width: 100%;*/
}

.SXMenuItem
{
  font-weight: bold;
  cursor: hand;
  font-size: 11px;
  font-family: Tahoma;
  color: White;
/*  width: 100%; */
  text-align: left;
  padding-left: 25px;
  padding-top: 5px;
}

/*.SXMenuItem A
{
  width: 100%;
color:white;
text-decoration: none; 
}*/
.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: #00B259; 
  text-decoration: none; 
  /*background-color: blue;*/
  /*width: 100%; */
}
.SXMenuEnabled
{
color: white;
}

.SXMenuDisabled
{
  cursor: default;
  width: 100%;
}

.SXMenuSelected
{
}

.SXMenuActive
{
  color: yellow; 
  /*background-color: navy;*/
  cursor: default;
}

.SXMenuLink
{
color:white;
}