/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 150px;
   display:inline-block;	
   text-decoration: none;
}

.SXMenuContainer
{
  margin-right: 2px;
  
}

.SXMenuItem
{
	font-weight: bold;
	cursor: hand;
	font-size: 14px;
	font-family: Times New Roman (Arabic), Tahoma;
	text-align: right;
	text-decoration: none;
}

.SXMenuItem A
{
  
  color: #FF9900;
  text-decoration: none;
}


.SXMenuEnabled A
{
	color: #FF9900;
	text-decoration: none;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
	color: white;
	text-decoration: none;
	background-color: #FF9900;   width: 100%; 
}

.SXMenuEnabled
{
	padding-right: 17px;
	
    background-position : right center;
	background-repeat:no-repeat;
	text-decoration: none;
}



.SXMenuDisabled
{
  color: gray;
  cursor: default;
  text-decoration: none;
}

.SXMenuSelected 
{
	 
	
}

.SXMenuActive
{
	color: #FF9900;
	cursor: default;
	background-image:url('images/rew.gif');
	background-position: right center;
	background-repeat:no-repeat;
	padding-right: 17px;
	text-decoration: none;
}
.SXMenuSubItem
{
	display:block;
	position:relative;
	z-index:-1000;
	width:150px;
}
.1SXMenuMenuIcon {
cursor: pointer; 
cursor: hand; 
background-color: #DFE3EB; 
border-left: #FFFFFF 0px solid; 
border-right: #000000 0px solid; 
border-bottom: #FFFFFF 0px solid; 
border-top: #FFFFFF 0px solid; 
text-align: center; 
width: 1px; 
height: 20px;
}