

div.nav{
	position: relative;
	height:28px;
	line-height: 28px;
	margin:0px 0px 0px 23px;
	padding:0px 0px 0px 0px;
	text-align: center;
}


div.nav em{
	padding: 0px 6px 0px 6px;
	color: transparent;
}


#sddm {	
	margin: 0;
	padding: 0;
	z-index: 9;
	
	}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	
	}
	

#sddm li a {
	display: block;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	width:177px;
	}

#sddm li a:hover
{	}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*border-width: 0px 0px 0px 0px;
	border-color: #c5c5c5;
	border-style: solid;*/
	background-color:#211916;
	/*background-image: url(../images/back-Dropdown.jpg);
	background-repeat: repeat-y;
	background-position: top;*/	
	z-index: 9;
	width:177px;
}

	#sddm div a {
		position: relative;
		display: block;
		margin: 0;
		padding: 6px 0px 6px 0px ;
		width: auto;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 11px;
		text-transform: none;
		line-height: 12px;
		border-width: 0px 1px 1px 1px;
		border-color: #FFFFFF;
		border-style: solid;
	}

	#sddm div a:hover {
		background: #800d2a;
		color: #FFFFFF;
	}

