.xx_menu_link{
	white-space:nowrap;
	display:inline-block;
	padding:14px;
	padding-top:9px;
	font-family:OswaldLight;
	font-size: 14px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration: none !important;	
	color:#ddd !important;
	pointer-events:none;
	xx_width:150px;
	height:30px;
}


#sddm{	
	margin: 0;
	padding: 0;
}

#sddm li{
	margin: 0;
	margin-right: 0px;
	padding: 0;
	list-style: none;
	float: left;

	font-family:ColaborateRegular;
	font-size: 18px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration: none !important;	
	color:#ddd !important;

	xx_background-image:url(/css/images/butbg_drk.jpeg);	/* top menu bg image */
	xx_background-repeat:repeat-x;
	xx_background-position:center center;	
	xx_text-indent:10px;
	xx_width:120px;

}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 8px 0px;			/* padding + left padding - diff IE & rest*/
	padding-right:10px;
	padding-left:10px;	
	xx_width: 80px;
	xx_background-color: #000;		/* Top menu color */
	color: #fff;				/* top menu text color */
	text-align: center;
	text-decoration: none
	overflow:hidden;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 0px dotted #333;

}

#sddm li a:hover{
	background-color: #a21a5a; 		/* top menu hover color */
	background-image:url(/css/images/menu_overbg.jpg);
	background-repeat:repeat-x;
	background-position:center center;
}

#sddm div{
	z-index: 12000;	
	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-left: 0px;		/* drop menu indent */
	margin-top: 1px;		/* drop menu indent */
	padding: 0px;;
	xx_background: #444;
	border: 0px solid #666;		/* drop menu border color */
	border-bottom: 0px solid #666;		
	width:200px;			/* drop menu width */
	}

	#sddm div a{
	text-transform:none;	
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 6px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-color: #777;			/* drop menu color */
		color: #fff;				/* drop menu text color */
		font: 11px arial;
	font-family:OswaldLight;
	font-size: 14px;
		border-bottom: 0px solid #666;		/* drop menu border color */
	}

	#sddm div a:hover{	
		background: #aaa;	/* hover drop menu color */
		color: #FFF
	}
		
