/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
  border-left: 1px dotted;/*FCD:0px solid*/
  border-right: 0px solid;
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-color: #90fcbc;/*FCD++*/
  padding-left: 3px;/*FCD:5*/
  padding-right: 1px;/*FCD:5*/
  padding-top: 7px;/*FCD:1*/
  padding-bottom: 35px;/*FCD:1*/
  background-color: #f1fbf0;/*FCD++*/
}

.SXMenuContainer
{
  margin-left: 7px;/*FCD:10*/
/*  width: 100%;*/
}

.SXMenuItem
{
  font-weight: bold;
  cursor: hand;
  font-size: 13px;/*FCD:14*/
  font-family: Arial;
/*  width: 100%; */
  text-align: left;
}

.SXMenuItem A
{
  width: 100%;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: white; 
  text-decoration: none; 
  background-color: blue;
/*  width: 100%; */
}

.SXMenuEnabled
{
}

.SXMenuDisabled
{
  color: gray;
  cursor: default;
  width: 100%;
}

.SXMenuSelected
{
}

.SXMenuActive
{
  color: #e511b6;/*FCD:white*/
  /*font-style: italic;*//*FCD--*/
  background-color: navy;
  cursor: default;
  font-size: 16px;/*FCD++*/
}

.SXMenuLink
{
}
