/*
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: 1px;
  padding-bottom: 1px;
}

.SXMenuContainer
{
  margin-left: 10px;
/*  width: 100%;*/
}

.SXMenuItem
{
  font-weight: bold;
  cursor: hand;
  font-size: 8pt;
  font-family: Arial;
/*  width: 100%; */
  text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
background-image: url(/Data/0/submenu_ico.png);
background-repeat: no-repeat;
background-position: 3px 4px;
}

.SXMenuItem A
{
  width: 100%;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
	background-color: #1569c1;
	color: #FFFFFF;
	font-size: 8pt;



/*  width: 100%; */
}

.SXMenuEnabled
{

	font-size: 8pt;

}

.SXMenuDisabled
{
  color: gray;
  cursor: default;
  width: 100%;
}

.SXMenuSelected
{
}

.SXMenuActive
{
	color: white;
	font-style: bold;  
	background-color: #1569c1;
	cursor: default;
	font-size: 8pt;
	line-height: 20px;
	padding: 0px 0px 0px 20px;

}

.SXMenuLink
{
	color: #FFFFFF;
	font-size: 8pt;
}
