
.footer {
	background: #DDD;
	padding: 1em 1.5em 1.5em 1.5em;
}
.menu {
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	padding: 3px 0;
	margin-top: 150px;
}
.bgBlue {
	background: url(none);
}

/* TOOLTIP */

.tooltip {
	cursor: pointer;
}

#tooltipbox {
	position: absolute;
	width: 200px;
	height: 100px;
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}

#tooltipbox-pointer {
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 18px;
	background: url(../_img/tip.gif) no-repeat;
}

#tooltipbox-content {
	padding: 4px;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: black;
}

/* MENU */

ul.MenuBarHorizontal {
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
	padding: 0;
}
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
	float: left;
}
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	color: #1B1464;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 0 0.75em;
	margin: 0 1px 0 0;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.navEmf:hover {
	color: #F60;
	background: #DDD;
}
ul.MenuBarHorizontal a:active {
	color: #666;
}
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
ul.MenuBarHorizontal a.active {
	color: #666;
	background: #DDD;
}

/* OTHER */
.logo {
	float: right;
	margin: 0px -5px 0px 0px;
	padding: 0px;
	position: absolute;
	top: 1.5em;
	right: 15px;
}
.footer  a {
	background: none;
}
.right {
	text-align:right;
}
.footerBase {
	margin: 0px auto;
}
.copyright {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 0.8em;
}

