@charset "utf-8";
/* CSS Document */

#myMenu {
	margin:0;
	padding:0;

}

.myMenu_space {
	margin:0;
	padding:0;
	height:15px;
	clear: both;
	position: relative;

}

*html .myMenu_space {
	display:none;


}



/* Program: easyscroll */
#easyscroll_program {
	margin:0;
	padding:0;

}	

/* Program: easyscroll navigation buttons */	
#easyscrollnav_program {
	margin:0;
	padding:0;
	clear: both;


}

ul#easyscrollnav_program, #myMenu ul {
	list-style:none;
	margin:0;
	padding:0 16px 0 120px;
	
}

#btnUp_program {
		background:url(../images/program/up_off.jpg) no-repeat bottom center;
		width:132px;
		height:11px;
		margin:0;
		cursor:pointer;
		position:absolute;
		bottom:0;
		left:8px;
		z-index:1;
		background-color:#FFFFFF;
}

#btnUp_program:hover {
		background:url(../images/program/up_on.jpg) no-repeat bottom center;
	}

#btnDown_program {
		background:url(../images/program/down_off.jpg) no-repeat top center;
		width:132px;
		height:11px;
		margin:0;
		cursor:pointer;
		position:absolute;
		top:0;
		left:8px;
		z-index:1;
		background-color:#FFFFFF;


}		


#btnDown_program:hover {
		background:url(../images/program/down_on.jpg) no-repeat top center;
		


}	

/* Competition: easyscroll */
#easyscroll_comp{
	margin:0 2px 0 0;
	padding:0;
	width:132px;
	float: left;
}	

/* Competition: easyscroll navigation buttons */	
#easyscrollnav_comp{
		margin:0;	
		padding:0;
		width:15px;
		float: right;
		height: 30px;
}


				

#easyscrollnav_comp #btnUp {
		background:url(../images/comp/scroll_up.gif) no-repeat center center;
		width:11px;
		height:15px;
		margin:0 0 5px 0;
		cursor:pointer;



}

#easyscrollnav_comp #btnDown {
		background:url(../images/comp/scroll_down.gif) no-repeat center center;
		width:11px;
		height:15px;

		margin:0 0 5px 0;
		cursor:pointer;


}
/* // End of Competition: easyscroll navigation buttons */	
/* // End of Competition: easyscroll */
