/* -- ASPxMenu -- */

#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
	padding-right: 5px;
}

#sddm li a
{
	text-align: center;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
}

#sddm li a:hover
{}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #dddddd}

	#sddm div a
	{	
		position: relative;
		display: block;
		margin: 0;
		padding: 7px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: white;
		color: #888888;
		font: 11px Verdana;
		font-weight: bold; }

#sddm div a:hover
	{ color: #FF9000 }

