@charset "UTF-8";
/*///////////////////////////////////////////////////////// 
name:						qtmenu_home.css
description:				qtmenu_home
container:					
///////////////////////////////////////////////////////// */

#SetqtMenu li{
	width:300px;
	list-style:none;
}

/*#SetqtMenu li a{
	display: block;
	width: 100%;
	text-indent:-9999px;
	text-decoration:none;
	}*/ /* update noah 2010/6 */

#SetqtMenu li a:hover img { /* add noah 2010/6 */
	opacity: 0.65;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=65);
}

/*#qtMenu01,
#qtMenu01 a{height:100px; overflow: hidden;}
#qtMenu02,
#qtMenu02 a,
#qtMenu03,
#qtMenu03 a{height:70px}
#qtMenu04,
#qtMenu04 a,
#qtMenu05,
#qtMenu05 a{height:50px}

#qtMenu01 a,
#qtMenu01 {background: url(../../img/home_qm_01.jpg) no-repeat;}
#qtMenu02 a,
#qtMenu02 {background: url(../../img/home_qm_02.jpg) no-repeat;}
#qtMenu03 a,
#qtMenu03 {background: url(../../img/home_qm_03.jpg) no-repeat;}
#qtMenu04 a,
#qtMenu04 {background: url(../../img/home_qm_04.jpg) no-repeat;}
#qtMenu05 a,
#qtMenu05 {background: url(../../img/home_qm_05.jpg) no-repeat;}

#qtMenu01 a:hover
{background-position:0 -100px;}

#qtMenu02 a:hover,
#qtMenu03 a:hover
{background-position:0 -70px;}

#qtMenu04 a:hover,
#qtMenu05 a:hover
{background-position:0 -50px;}*/ /* update noah 2010/6 */
