.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
}

/* submenu style */
#header_02 .btn_product .ca_submenu {
	width: 95px;
	padding-left:5px;
	line-height:18px;
	font-size:10px;
	background-color: #000000;
	background-image: none;
	text-indent:0;
border-bottom: 1px solid #666666;
}
#header_02 .btn_product .ca_submenu a {
	width: 95px;
	height: 21px;
	background-image: none;
	text-indent:0;
}
#header_02 .btn_product .ca_submenu a:hover {
	width: 95px;
	background-image: none;
	text-indent:0;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
color: white;
text-decoration: none;
padding:8px 0 2px 0
}

.suckertreemenu ul li a:hover{
background-color: black;
color: red;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#header_02 #btn_work {
	background-image: url(../img/common/btn_work.jpg);
	background-position:0 -60px ;
}

#header_02 #btn_work a{
	background-image: url(../img/common/btn_work.jpg);
	width:96px;
	height:60px;
}

#header_02 #btn_work a:hover{
	background:none ;
}
#header_02 #btn_wallp {
	background-image: url(../img/common/btn_wallp.jpg);
	background-position:0 -60px ;
	background-repeat: no-repeat;
}

#header_02 #btn_wallp a{
	background-image: url(../img/common/btn_wallp.jpg);
	width:111px;
	height:60px;
}

#header_02 #btn_wallp a:hover{
	background:none ;
}
#header_02 #btn_support {
	background-image: url(../img/common/btn_support.jpg);
	background-position:0 -60px ;
}

#header_02 #btn_support a{
	background-image: url(../img/common/btn_support.jpg);
	width:87px;
	height:60px;
}

#header_02 #btn_support a:hover{
	background:none ;
}

