/* CSS Document */
/*--------------------*/

#navi{
	text-align: center;
	min-width: 900px;
	background-color: #FFFFFF;
	background-image: url(img/menubar0.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:34px;
	border-bottom:solid 1px #eee;
}
    
#dd {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 900px;
	border:#331;

}

#dd .mainmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width:179px;
	border-right:dotted 1px #003460;
	border-collapse:collapse;
}
#dd .mainmenu-right {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width:179px;
}

#dd .mainmenu a.menu {
	display: block;
	padding:0;
	margin:0;
	text-decoration: none;
}
#dd .mainmenu a.menu:hover {
}

#dd .submenu {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	background-color: #f6f9fc;
	border: 1px solid #CCCCCC;
	width: 176px;
}
#dd .submenu a {
	display: block;
	padding-left: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(img/buttonGR10px.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	text-decoration: none;
	color: #047391;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
	text-indent: 35px;
	width: 178px;

}

#dd .submenu a:hover {
	display: block;
	text-decoration: none;
	background-color: #EFF5FC;
	color: #06A6D5;
}

.ddsubtitle {
	background-color: #ddeaf6;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #047391;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*
.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}
*/

