@charset "UTF-8";

/*
	
	Potty Dropdown Menu
	http://javascript-array.com/scripts/simple_drop_down_menu/

*/

#sddm
{	
	/*margin: 0;
	padding: 58px 0px 0px 320px;
	position: absolute;
	z-index: 120*/
	padding-left: 306px;
	z-index: 120;
	margin-top: -17px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-transform: uppercase;
	font: normal normal normal 15px/normal 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: white;
	color: #333;
	text-align: center;
	text-decoration: none}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 8px 14px;
	width: 200px;
	white-space: nowrap;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	background: white;
	color: #333;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	border-bottom-color: #E1E1E1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	}

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