/*Menu*/
.menutext{
	font-size: 14px;
	text-decoration: none;
}

#skyline {
	width: 933px; height: 38px;
	background: url(/images/img_menu.jpg);
	margin: 0px; padding: 0;
	position: relative;
	background-repeat: no-repeat;
	list-style-type: none;
}

#skyline a{
	text-decoration:none;
	color:#fff;
}

#skyline a:hover{
	text-decoration:underline;
}

#skyline .selected:hover{
	text-decoration:none;
}

#skyline li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}

#skyline li, #skyline li a {
	height:38px;
	line-height:38px;
	display: block;
	text-align:center;
}

#skyline .selected{
	color:#565656;
	font-weight:bold;
}

#panel1b{
	width:80px;
}

#panel2b{
	width:183px;
}

#panel3b{
	width:173px;
}

#panel4b{
	width:208px;
}

#panel5b{
	width:113px;
}

#panel6b{
	width:106px;
}

#panel1b .selected{
	background-color:#ff0000;
	background: url(/images/img_menu_2.jpg) no-repeat;
}

#panel2b .selected{
	background: url(/images/img_menu_2.jpg) -80px no-repeat;
}

#panel3b .selected{
	background: url(/images/img_menu_2.jpg) -263px no-repeat;
}

#panel4b .selected{
	background: url(/images/img_menu_2.jpg) -436px no-repeat;
}

#panel5b .selected{
	background: url(/images/img_menu_2.jpg) -644px no-repeat;
}

#panel6b .selected{
	background: url(/images/img_menu_2.jpg) -757px no-repeat;
}
