/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	border: 0px none #000000;
}

.SXMenuContainer
{
	margin-left: 10px;
}

.SXMenuItem
{
	font-weight: normal;
	cursor: hand;
	font-size: 11px;
	font-family: Arial;
	/*  width: 100%; */
  text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.SXMenuItem A
{
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
	color: white;
	text-decoration: none;
	background-color: #000000;/*  width: 100%; */
}

.SXMenuEnabled
{
}

.SXMenuDisabled
{
  color: gray;
  cursor: default;
  width: 100%;
}

.SXMenuSelected
{
}

.SXMenuActive
{
	cursor: default;
	color: #000000;
	padding-top: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 3px;
}

.SXMenuLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
