#scroller {
	position:relative;
	width:485px;
	height:206px;
	overflow:hidden;
}

#scrollContainer {
	position:absolute;
	top:0px;
	left:0px;
	width:460px;
	}

#scrollControls {
	position:absolute;
	top:0;
	right:5px;
	height:210px;
	width:10px;
	}

#scrollControls .track {
	cursor:pointer;
	cursor:hand;
	}

#scrollControls .button {
	position:relative;
	width:10px;
	height:20px;
	cursor:pointer;
	cursor:hand;
	}

#scrollControls .arrowTop {
	background:#CCC  url(/site-layout/gfx/scroller/btn_slider_up.png) no-repeat;
	}

#scrollControls .arrowBot {
	background:#CCC  url(/site-layout/gfx/scroller/btn_slider_down.png) no-repeat; 
	}

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	height:20px;
	width:9px;
	cursor:pointer;
	cursor:hand;
	}

#scrollControls_track {
	position:relative;
	width:9px;
	}

#scrollControls_thumb {
	position:absolute;
	width:9px;
	background:transparent url(/site-layout/gfx/scroller/scrubber_bg.png);  
	}

#scrollControls_thumbTop {
	width:9px;
	top:-1px;
	height:1px;
	padding-top:3px;
	background:transparent url(/site-layout/gfx/scroller/scrubber_top_bg.png) top no-repeat;
	}

#scrollControls_thumbBtm {
	width:9px;
	background:transparent url(/site-layout/gfx/scroller/scrubber_btm_bg.png) bottom no-repeat;
	padding-bottom:0;
	position:absolute;
	bottom:0;
	_bottom:-1px;
	}

#scrollControls_thumbMid {
	width:9px;
	height:40px;
	top:5px;
	background:transparent url(/site-layout/gfx/scroller/scrubber_middle_bg.png) no-repeat;
	}
	
.parent-item {
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid white;
	line-height: 1.2em;
        width: 215px;
	}
	
.parent-item ul {
	margin: 0;
	padding: 0;
	}
	
.parent-item li {
	margin: 0;
	padding: 0;
	}
	
.item {
	margin: 0;
	padding: 0;
	}

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

.item a:hover{
        text-decoration: none;
        color: #c4dffe;
}		
	