#Menu {
	height: 40px;
	width: 962px;
	padding-top: 0px;
	bottom: 0px;
}

.space {
	margin-left: 0px;
}



.tab {
	color: #FFFFFF;
	width: 181px;
	background-image: url(../images/menu/tab.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.tab-left {
	width: 22px;
	color: #FFFFFF;
	background-image: url(../images/menu/tab.png);
	background-position: left top;
	background-repeat: no-repeat;
}


.tab-right {
	width: 22px;
	color: #FFFFFF;
	background-image: url(../images/menu/tab.png);
	background-repeat: no-repeat;
	background-position: right top;
}




form {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#sddm {
	padding: 0;
	z-index: 25;
	width: 962px;
	height: 34px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
}

#sddm li {
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

#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: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 26px;
	color: #FFFFFF;
}

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


#sddm li a:hover
{
	height: 26px;
	text-decoration: none;
	padding-top: 9px;
	background-image: url(../images/menu/tab.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #0EAAE5;
	}
	

	




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

#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: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
	height: 13px;
	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-color: #FFFFFF;
}

#sddm div a:hover
	{
	color: #000;
	height: 13px;
	padding-top: 5px;
	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/menu/subtab-hover.png);
	
	
}

