@charset "UTF-8";

#nav_tip {
	width: 620px;
	height: 27px;
	float: right;
	margin-top: 85px;
	background-image: url(../images/nav_tip2.jpg);
	background-repeat: no-repeat;
}
#nav_bar {
	background-color: #978000;
	background-image: url(../images/navbar_bkg2.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 27px;
	width: 614px;
}
#sddm { 
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#sddm li a { 
	display: block;
	/*margin: 0 1px 0 0;*/
	padding: 0 1em;
	width: auto;
	background: #978000;
	background-image: url(../images/navbar_bkg2.jpg);
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3b929;
	height: 27px;
	line-height: 27px;
}

#sddm li a:hover {
	color: #FFF;
	background-color: #978000;
	background-image: url(../images/nav_hover_bkg2.jpg);
	background-repeat: repeat-x;
}

#sddm div {

	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #655609
}

 #sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #e6e7a4;
	color: #655609;
	height: 12px;
	line-height: 12px;
	font-family: arial;
}

 #sddm div a:hover {
	background: #9C8707;
	color: #FFF
}