@charset "utf-8";
/*---------------------------------------------------------------------
	HEADER Menu
------------------------------------------------------------------------ */
#hmenu{
	margin: auto;
	padding: 0px;
	text-align: center;
}
#hmenu ul{
	margin-top: 0px;
}
#hmenu li {
	display:inline;
	list-style-type:none;
}
#hmenu li a {
	height:51px;
	display:block;
	float:left;
	overflow:hidden;
}

#hmenu li a span{display: none;}

 /*------------------------------------------------------------off*/  
#hmenu li.hmenu-w a {  
background:url(../images/common/menu-work.gif) no-repeat;  
 width:65px;  
}
#hmenu li.hmenu-a a {  
background:url(../images/common/menu-about.gif) no-repeat;  
 width:65px;  
}
#hmenu li.hmenu-cont a {  
background:url(../images/common/menu-contact.gif) no-repeat;  
 width:83px;  
}
#hmenu li.hmenu-t a {  
background:url(../images/common/menu-top.gif) no-repeat;  
 width:65px;  
}
#hmenu li.hmenu-n a {  
background:url(../images/common/menu-news.gif) no-repeat;  
 width:65px;  
}
#hmenu li.hmenu-s a {  
background:url(../images/common/menu-stc.gif) no-repeat;  
 width:91px;  
}

/*------------------------------------------------------------hover*/  
#hmenu li.hmenu-w a:hover {  
background:url(../images/common/menu-work_f2.gif) no-repeat 0px;
}

#hmenu li.hmenu-a a:hover {  
background:url(../images/common/menu-about_f2.gif) no-repeat;
}

#hmenu li.hmenu-cont a:hover {  
background:url(../images/common/menu-contact_f2.gif) no-repeat;
}

#hmenu li.hmenu-t a:hover {  
background:url(../images/common/menu-top_f2.gif) no-repeat;
}
#hmenu li.hmenu-n a:hover {  
background:url(../images/common/menu-news_f2.gif) no-repeat;
}
#hmenu li.hmenu-s a:hover {  
background:url(../images/common/menu-stc_f2.gif) no-repeat;
}

/*------------------------------------------------------------on*/  
