@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/gothic.eot');
    src: url('../fonts/gothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothic.woff') format('woff'),
         url('../fonts/gothic.ttf') format('truetype'),
         url('../fonts/gothic.svg#gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 30;
	height:20px;
	vertical-align:middle;
	font-family: "CenturyGothic", sans-serif;
	font-size:14px;

}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a
{	display: block;
	margin: 0 30px 0 0;
	padding: 1px 10px;
	width: 100px;
	color:#82a469;
	text-align: center;
	text-decoration: none;
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin-top: 25px;
	padding: 0;
	background-color: white;
	border: 1px solid #47710B;

}

#m1
{
	margin-left:19px;
}

#m2
{
	margin-left:330px;
}


#sddm div a
{		
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #47710B;
	font-size:13px;
	border-bottom: 1px white solid;
}

#sddm div a:hover
{	
	color:#000;
}