/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid;
  border-bottom: 0px solid;
  padding-left: 1px;
  padding-right: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.SXMenuContainer
{
  margin-left: 1px;
/*  width: 100%;*/
}

.SXMenuItem
{
  cursor: hand;
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  /*text-align: left;*/
}

.SXMenuItem A
{
  width: 100%;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: white; 
  text-decoration: none; 
  /*background-color: #fdb825;*/
/*  width: 100%; */
}

.SXMenuEnabled
{
	color: #fdb825;
	font-style: normal;
}

.SXMenuDisabled
{
  color: white;
  cursor: default;
  width: 100%;
}

.SXMenuSelected
{
	color: #fdb825;
	font-style: normal;
}

.SXMenuActive
{
  /*color: white;
  font-style: italic;
  cursor: default;*/
}

.SXMenuLink
{
}
