/*Menu*/



.menutext{

font-size: 0px;

text-decoration: none;

display: none;

}



#skyline {

	width: 933px; height: 30px;

	background: url('../images/img_menu.jpg');

	margin: 0px; padding: 0;

	position: relative;

	background-repeat: no-repeat;

	list-style-type: none;

}



#skyline li {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

	position: absolute;

	top: 0px;

	float: left;



}



#skyline li, #skyline li a {

	height: 30px;

	display: block;

}



#panel1b {

	left: 232px; width: 165px;

}



#panel2b {

	left: 399px; width: 69px;

}

#panel3b {

	left: 470px; width: 167px;

}



#panel4b {

	left: 639px; width: 90px;

}



#panel5b {

	left: 731px; width: 201px;

}



#panel1b a:hover {

	background: url('../images/img_menu.jpg') -232px -30px no-repeat;

}



#panel2b a:hover {

	background: url('../images/img_menu.jpg') -399px -30px no-repeat;

}



#panel3b a:hover {

	background: url('../images/img_menu.jpg') -470px -30px no-repeat;

}



#panel4b a:hover {

	background: url('../images/img_menu.jpg') -639px -30px no-repeat;

}



#panel5b a:hover {

	background: url('../images/img_menu.jpg') -731px -30px no-repeat;

}

