@charset "utf-8";
/* CSS Document */

#scroller-header div a {
	text-decoration:none; 
	color:#ffffff; 
	margin:0 0px 0 0px;
	padding: 2px 0 0 17px;
	font-size: 12px;
	background-image:url(../img/jq_menu_b_off.gif);
	background-repeat:no-repeat;
	width: 123px;
	height:18px;
	display:block;

}

#scroller-header div a:hover {
	text-decoration:none;
	color: #FFFF99;
	background-image:url(../img/jq_menu_b_on.gif);
	background-repeat:no-repeat;
}
a.selected {
	text-decoration: none !important; 
	color:#FFCC66 !important;
}

#scroller-header {
	background:url(../img/header.gif) no-repeat;
	width:300px;
	height:107px;
	margin:0;
	padding:28px 0 12px 7px;
	font-weight:700;
}

#scroller-header div {
	margin: 0;
}
#scroller-body {
	background:url(../img/body.gif) repeat-x bottom center;
	width:300px;
	margin: 0;
	padding:10px 5px 30px 0px;
}

#mask {
	width:300px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 10px;
padding:0;
}

	#panel ul li {
		padding:10px 0 10px 10px;
		color:#557482;
		border-bottom:1px dotted #ccc;
		background-image:url(../img/arrow.gif);
		background-repeat:no-repeat;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}


#panel a {
	padding:3px;
	width:100%;
	height:25px;
	display:block;
	color:#557482;
	text-decoration:none;
}
#panel a:hover {
	color:#336633;
	background-color: #FFFFCC;
}

#panel-2 {
}

#panel-3 {
}
.menu-head {
	width:285px;
}
.menu-head div {
padding: 1px 0 0px 5px;
/*	background-image:url(img/arrow.gif);
	background-repeat:no-repeat;*/
}

.left {
	float:left;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	width:135px;
	text-align:left;
}
.right {
	float:right;
	margin: 5px 0;
	width:135px;
	text-align:left;
}
.clear {
	clear:both;
}
