/* ---------------------------------------
   Menu
   --------------------------------------- */
#header_menu a {
	display: -moz-inline-stack; 
	display:inline-block;
	background:url("/images/menu/btn_center.png") no-repeat;
	height:25px; /* together with padding 30px; */
	width:70px; 
	margin-left:1px; 
	text-align:center; 
	padding:5px 0px 0px 0px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#header_menu ul li ul li a 
{
	width: 120px;
	text-align: left;
}

#header_menu a.mostleft {background-image:url("/images/menu/btn_left.png");}
#header_menu a.mostleft:hover, 
#header_menu li.mostleft a.selected {background-position: 0 -35px;}

#header_menu a:hover,
#header_menu a.selected {background-position: -1px -35px; color:#fff; }

#header_menu a.mostright 
{
	background-image:url("/images/menu/btn_right.png");
	background-position:-51px 0;
}
#header_menu a.mostright:hover,
#header_menu li.mostright a.selected { background-position:-51px -35px;}

#support_menu a {
	font-size:9px;
	display: -moz-inline-stack; 
	display:inline-block;
	background:url("/images/menu/btn_sup_center.png") no-repeat;
	height:22px; /* together with padding 24px; */
	width:200px;
	text-align:center; 
	padding:2px 0px 0px 0px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#support_menu a:hover,
#support_menu a.selected {background-position: 0 -24px; color:#fff; }
#support_menu a.mostleft {background-image:url("/images/menu/btn_sup_left.png"); width:172px;}
#support_menu a.mostright {background-image:url("/images/menu/btn_sup_right.png"); width:192px;}

#sidebar  li a.flex { display:block; width:160px; height:55px; background:url(/images/submenu/submenu_flex.png); }
#sidebar  li a.reskit { display:block; width:160px; height:55px; background:url(/images/submenu/submenu_reskit.png); }
#sidebar  li a.remote { display:block; width:160px; height:55px; background:url(/images/submenu/submenu_remote.png); }
#sidebar  li a.ucap { display:block; width:160px; height:55px; background:url(/images/submenu/submenu_appscriber.png); }
#sidebar  li a.support { display:block; width:160px; height:55px; background:url(/images/submenu/submenu_support.png); }
#sidebar  li a:hover,
#sidebar  li a.selected {background-position: 0 -60px; }
