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

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

/* background attributes of the main dropdown menu (without hovering) */
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	/*background: #EAEBD8;*/
	background: #FDFDFE;
	/*color: #333333;*/
	color: #920000;
	text-align: center;
	font: bold 14px arial;
	text-decoration: none}


/* Hover over top part of dropdown menu attributes */
#sddm li a:hover
{	/*background: #920000*/
	/*background: #F1F3F7*/					
	background: #E8E8EB 					
}


/* Attributes of the dropdown portion of the menu */
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #F9F9FF}


/* Attributes of the dropdown portion of the menu */
#sddm div a
{	position: relative;
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #E8E8EB;
	color: #920000;
	font: bold 14px arial}
		

/* Hover over dropdown menu attributes */
#sddm div a:hover
{	/*background: #49A3FF;*/
	background: #920000;
	color: #FFF}
