#Menu {
	height: 35px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#sddm
{
	z-index: 25;
	width: 950px;
	height: 35px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sddm li
{
	list-style: none;
	float: left;
	width: 103px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #001D62;
	line-height: 35px;
}

#sddm li a
{
	display: block;
	width: 103px;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 35px;
	color: #FF0000;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Main Menu Button Hover State ---------- */


#sddm li a:hover
{
	width: 103px;
	height: 35px;
	color: #003366;
	background-repeat: no-repeat;
	background-position: center top;
}
