/******************    ul style           ************/
.xmenu-ul  {
  	list-style-type: none;
  	padding: 0;
	margin: 0;
	margin-left: 2px;
}

/******************    list style         ************/
.xmenu-li{
  	list-style-type: none;
  	padding: 0;
	margin: 0;	
	cursor: pointer;;
}

.xmenu-title  {	
   
}

.xmenu-item {
    
}
/******************     a style         ************/
.xmenu-a {
  	list-style-type: none;
  	padding: 0;
	margin: 0;
	display: block;	
	text-align: center;
	width: 200px;
	font-family: sans-serif;
	color:#fff;
}



.xmenu-link-title {
   background-color: #000;
   height:50px;
   font-weight: bold;
   font-size: 36px;
   margin-top:2px;
}

.xmenu-link-item {
   height:30px;
   background-color: #333333;
   margin-top:2px;
   font-size: 24px;
}

/******************     item hover css        ************/
.xmenu-item a:hover{  
   background-color: #999999;
}