@charset "utf-8";
/* CSS Document */
#top{
    width:850px;
	height:48px;
	background:#fff url(../images/top_bg.jpg) no-repeat 5px bottom;
	/* */
	border-bottom: 1px solid #f8f8f8;

}

#top a{ margin-right:1px; margin-top:1px;}
#top img{ margin-right:9px; margin-top:9px;}

#menu{ height:34px; padding-right:20px; background: url(../images/menu_bg1.jpg) repeat-x left top; }

#menu ul{ list-style:none; height:34px;}
#menu li{height:34px; float:right; line-height:34px; vertical-align:middle;}
#menu li a{ width:105px; text-align:center; font-weight:bolder;  background: url(../images/menu_bg2.gif) no-repeat left top; display:block; }


.sub li {  list-style-type:none;}
.sub li a{ text-align:center; height:25px;width:105px;line-height:25px; vertical-align:middle; background: url(../images/submenu_bg1.jpg) no-repeat right top; display:block; text-decoration:none;}
.sub li a:hover{}


#sub1{ position:absolute;top:83px;right:123px;  z-index:5;}
#sub2{ position:absolute;top:83px;right:333px;   z-index:5;}
#sub3{ position:absolute;top:83px;right:318px;  z-index:5;}


#sub1,#sub2,#sub3{ visibility:hidden;}

