#Menu {
	height: 40px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	bottom: 0px;
}

.space {
	margin-left: 200px;
}

.tab {
	background-repeat: no-repeat;
	background-position: center top;
	width: 135px;
	background-image: url(../images/tab.png);
}

.tab-present {
	background-repeat: no-repeat;
	background-position: center top;
	width: 135px;
	background-image: url(../images/tab-present.png);
}


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

#sddm li {
	list-style: none;
	float: left;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	color: #002143;
	line-height: 15px;
}

#sddm li a:link,
#sddm li a:active,
#sddm li a:visited
{
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 40px;
	color: #002143;
	background-repeat: no-repeat;
	background-position: center top;
}

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


#sddm li a:hover
{
	height: 40px;
	color: #164F9F;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: underline;
	
	}
	




#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	text-align: center;
	height: 46px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
}

#sddm div a:link,
#sddm div a:active,
#sddm div a:visited

	{
	position: relative;
	display: block;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #333;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-repeat: repeat;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
	background-image: url(../images/subtab.png);
}

#sddm div a:hover
	{
	color: #000;
	height: 12px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-repeat: repeat;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
	background-image: url(../images/subtab-hover.png);
}
