/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
h1#logo #menubuttons a {
	color: white;
}
.dm_t-whole {
}

#dm_t-active_link {
	font-weight: 500;
	color: White;
}

.dm_t-seperator {
}

/* level 0 */

.dm_t-0 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	padding: 0px;
	color: White;
	border : none;
	height: 25px;
	width: 78px;
	text-align: center;
	display:table-cell;
	vertical-align:bottom; 
	padding-top: 0px;
	padding-bottom: 5px;

}
.dm_t-0_over {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	padding: 0px;
	color: black;
	border : none;
	height: 25px;
	width: 78px;
	cursor: pointer;
	text-align: center;
	display:table-cell;
	vertical-align:bottom; 
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #62778c

}
.dm_t-0_down {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	padding: 0px;
	color: White;
	border : none;
	height: 25px;
	width: 78px;
	text-align: center;
	display:table-cell;
	vertical-align:bottom; 
	padding-top: 0px;
	padding-bottom: 5px;

}


/* /////////////////////////////////////////////////////// */

/* level 1 */
.dm_t-1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: Black;
	background-color: #8CB3D9;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
}
.dm_t-1_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: White;
	background-color: #62778c;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
	cursor: pointer;
}
.dm_t-1_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: Black;
	background-color: #62778c;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
}

/* /////////////////////////////////////////////////////// */

/* level 2 */
.dm_t-2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: Black;
	background-color: #8CB3D9;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
}
.dm_t-2_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: White;
	background-color: #62778C;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
	cursor: pointer;
}
.dm_t-2_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: White;
	background-color: #62778C;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
}

/* /////////////////////////////////////////////////////// */

/* level 3 */
.dm_t-3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: Black;
	background-color: #B0CBE6;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
}
.dm_t-3_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: White;
	background-color: #62778C;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
	cursor: pointer;
}
.dm_t-3_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	color: White;
	background-color: #62778C;
	border-top : 1px solid White;
	border-bottom: 1px solid White;
	height: 16px;
}


/*###################################################################################################*/

