/* menu styles */
#jsddm
{	
    width:auto;
	height:28px;
	background-color:#c3d9ff;
	margin: 0px;
	padding: 0px
}

#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;}

#jsddm li a
{	display: block;
	background: #c3d9ff;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	font-weight:500px;
	text-align: center;
	width: 95px;
	color:#333333;
	white-space: nowrap}

#jsddm li a:hover
{	background: #fff}
		
#jsddm li ul
{	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white}
		
#jsddm li ul li
{	float: none;
	display: inline}
			
#jsddm li ul li a
{	width: auto;
	background: #c3d9ff;
	color: #333333}
			
#jsddm li ul li a:hover
{	background: #fff; }
