/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull! DIV DIV
{
	background-color: #004784 !Important;
	color:#FFFFFF;
	
}
.SXMenuFull! DIV DIV A
{
	color:#FFFFFF;
	text-decoration:none!Important;
}

.SXMenuFull
{
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid;
  border-bottom: 0px solid;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-color: #004784;*/
  
  text-transform:uppercase;
  background-color: #CA5D2D;
  color:#FFFFFF;
  
}

.SXMenuContainer
{
  margin-left: 10px;
/*  width: 100%;*/
background-color: #CA5D2D;
/*border-bottom: 2px solid;
  border-bottom-color:#FFFFFF;*/
text-transform:None;
  font-weight:normal!Important;
}
.SXMenuContainer div
{
	border:none !Important;
	background-color: #CA5D2D;
	font-weight:normal!Important;
	padding-top: 0px!Important;
  padding-bottom: 0px!Important;
	
	
	
}

.SXMenuItem
{
  font-weight: bold;
  cursor: hand;
  font-size: 12px;
  font-family: Arial;
  
/*  width: 100%; */
  text-align: left;
  
 border-bottom: 1px solid;
 border-top: 1px solid;
 border-top-color:#FFFFFF;
  border-bottom-color:#FFFFFF;
  background-color: #004784;
  color:#FFFFFF;
  text-decoration:none!Important;
  padding-top: 3px;
  padding-bottom: 3px;
  
}

.SXMenuItem A
{
  width: 100%;
  color:#FFFFFF;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left:4PX;
  padding-right:4PX;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: white; 
  text-decoration: none; 
  background-color: #006AA5!Important;
/*  width: 100%; */
}

.SXMenuEnabled
{
	color:#FFFFFF;
	text-decoration:none;
}
.SXMenuEnabled A
{
	color:#FFFFFF;
	text-decoration:none;
}

.SXMenuDisabled
{
  color: gray;
  cursor: default;
  width: 100%;
  
}

.SXMenuSelected
{
	 background-color: #CA5D2D;
	
}


.SXMenuActive
{
  color: white;
  
  /*background-color: #CA5D2D;*/
  background-color:#004784;
  cursor: default;
  border:none !Important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left:4PX;
  padding-right:4PX;
    font-weight:bolder;

  
 
}

.SXMenuLink
{
    color :#FFFFFF;
	text-decoration:none!Important;
	  
}

A
{
	text-decoration:none!Important;
	
}
