
/*  ¶¥²¿ */
#header {
	padding:0px;
	width:1002px;
	text-align: left;
	height: 65px;
}

#header #logo {
	position:absolute;
	width:239px;
	height:207px;
	z-index:1;
	left:0px;
	top:0px;
	display:none;
}

#header #nav{
	float: right;
	clear:both;
	width:806px; 
	height:65px;
	background-image:url(../images/SubMenu_BG.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#header #nav ul.RootMenus {
	float:right;	
	clear:both;
	padding:0px;
	margin: 17px 10px 0px 0px;
	width:733px;
    height: 30px;
    line-height: 30px;
	background:url(../images/Nav_bg.gif) no-repeat top left;
}
#header #nav ul.RootMenus li.RootMenu {
	width: 100px;
	margin:0px;
	padding:0px;
    display:inline;
	font-weight: bold;
	
}
#header #nav ul.RootMenus li.RootMenu a.RootLink{
	width:95px;
	display: inline-block;
    text-align: center;
    font-size: 110%;
	text-decoration:none;
	color: #fff;
}

#header #nav ul.RootMenus li.on a.RootLink{	
	width:110px;
	margin-left:2px;
	padding-top:3px;
    color: #120D0E;
    font-weight: bold;
	padding-right:0px;
	font-size:120%;
    background: url(../images/Nav_Selected_bg.gif) top right no-repeat;
}
#header #nav ul.RootMenus li.home a.RootLink{
	margin-left:0px;
}

#header #nav ul.RootMenus li.RootMenu ul.SubMenus{
	display:none;
}

#header #nav div#SubMenuPannel{
	clear:both;
	padding:0px;
	padding-top:1px;
	height:16px;
	line-height:16px;
	text-align:left;
}

#header #nav div#SubMenuPannel ul.SubMenus {
	margin:0px;
	padding:0px 0px 0px 15px;	
	position:relative;
	white-space: nowrap;
	font-size:12px;
	display:inline;
}

#header #nav div#SubMenuPannel ul.SubMenus li.SubMenu{
	width:100px;
	display:inline;	
}

#header #nav div#SubMenuPannel ul.SubMenus li.SubMenu a{
	display:inline-block;
	padding:0px 5px 0px 15px;
	background:url(../images/SubMenu_icon.jpg) no-repeat left center;
	color:black;
	vertical-align:middle;
}

#header #nav div#SubMenuPannel ul.ProductMenus{
	display:none;
}