@charset "UTF-8";
/* CSS Document */

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	position: relative;
	background: #A42538;
} 
  
#jsddm { 
	margin: 0; 
	padding: 0;
}
	
#jsddm li{	
	float: left; 
	list-style: none;
}

#jsddm li a { 
	display: block; 
	background: #A42538;
	padding: 5px 12px;
	text-decoration: none;
	width: 105px;
	color: #f2f2f2;
	white-space: nowrap;
}

#jsddm li a:hover {	
	background: #7F1616;
}
		
#jsddm li ul {	
	margin: 0; 
	padding: 0; 
	position: absolute; 
	visibility: hidden; 
	border-top: 1px solid white; 
	z-index:1;
}
		
#jsddm li ul li {	
	float: none;
	display: inline;
	margin-left:0;
}
		
#jsddm li ul li a {	
	width: auto;
	background: #A42538;
}
		
#jsddm li ul li a:hover {	
	background: #7F1616;
}