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

#sddm li
{	margin-left:10px;
	padding:0px;
	list-style: none;
	float: left;
	font:12px arial;
	height:20px;
	text-decoration:none;
	}

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

#sddm li a:hover
{	background: #49A3FF;
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #EAEBD8;
	border: 1px solid #5970B2;
	width:130px;      /* Keep this intact to keep word in a single line */
	height:30px;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		text-align: left;
		text-decoration: none;
		background:#666666;
		color:#FFFFFF;
		font: 12px arial; /* keep the font size 12 or else u have to increase the witdth of the menu */
		width:150px;  /* Change this if u want to change the width of the background of the submenu*/
		}

	#sddm div a:hover
	{	background: #49A3FF;   /* Change this if u want to change the hover colour */
		color: #FFF;
		}


