#Menu{
	width: 940px;
	background-image: url(../images/bg/menu_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}

.speciallinks {
	position: relative;
	width: 300px;
	z-index: 1000;
	font-size: 1em;
	text-decoration: none;
}



.speciallinks a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #2C73B1;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 16px;
	background-image: url(../images/bg/homebox_bg.png);
	background-repeat: no-repeat;
	background-position: left -50px;
}

.speciallinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg/homebox_bg.png);
	background-repeat: no-repeat;
	background-position: left -4px;
}

   

.speciallinks a span {display: none;}



.speciallinks a:hover span {
	position: absolute;
	top: 2px;
	width: 571px;
	height: 50px;
	left: 338px;
	padding: 5px;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	display: block;
	top: 169px;
	text-decoration: none;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	background-image: url(../images/bg/caption.png);
	background-repeat: repeat-x;
	background-position: center top;
}



.speciallinks a img {height: 0; width: 0; border-width: 0;}

.speciallinks a:hover img {
	position: absolute;
	top: 2px;
	width: 582px;
	height: 232px;
	left: 332px;
	padding: 5px;
}
 

.homemenuwrapper {
	width: 100%;
	text-decoration: none;
	background-image: url(../images/bg/album2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 13px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.homemenu {
	width: 940px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
