.mainnav-container {
	margin:4px 0px;
	height:30px;
	clear:both;
	}

#sddm li
{	
	list-style: none;
	display:inline;
	float: left;
}

/*How the top menu displays*/
#sddm li a
{
	display: block;
	padding-right: 5px;
	color: gray;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

/*The colour of the top menu when the mouse is put over it*/
#sddm li a:hover
{	color:#41C457;}

/*Drop down menu style */

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: gray;
	border-bottom: gray 1pt solid;
}

	#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: white;
	color: gray;
	border-right: gray 1pt solid;
	border-left: gray 1pt solid;
	border-top: gray 1pt solid;
}

	#sddm div a:hover
{
	background: #ccccff;
	color: #41C457;
}