/* 天頂 Menu 樣式設計 */
.top_menu 
{
	float :left ;
    font-family :Arial, Verdana , Sans-Serif ;
    width :779px;
    position :relative ;
    font-size :11px;
    background : url(../images/TopMenu_bgOFF.gif) repeat-x bottom left;
    height :59px;
	} /*border-top:4px solid #B30000;*/

.top_menu ul{ padding :0; margin :0; list-style-type :none ; float :left ; position :relative ;}
.top_menu li { float :left ; display :inline ; background :url(../images/TopMenu_bgDIVIDER.gif) no-repeat bottom right;}
.top_menu ul li a, top_menu ul li a:visited { float :left ; display :block ; text-decoration :none; color :#000; width : auto ; color :#666; padding :0px 16px 0px 16px; line-height :10px; height :60px; }
* html .top_menu ul li a, .top_menu ul li a:visited { width :auto ;}

.top_menu ul li:hover a { color :#B30000; background :transparent url(../images/TopMenu_bgON.gif) bottom left repeat-x;}
.top_menu a, .top_menu:visited { color :#737373; text-decoration :none;}
.top_menu ul ul { visibility :hidden ; position :absolute ; height : 2em; top :2em; left :0px; width :764px; border-bottom :1px solid #e3e2e2; border-right : 1px solid #e3e2e2; background :#f8f8f8;}
.top_menu ul li:hover ul,
.top_menu ul a:hover ul{ display :block ; visibility :visible ; top:56px; margin-top :1px;}
.top_menu ul li:hover ul li a { display :block ; background :#f8f8f8; color :#333; height :auto ; line-height :16px; padding :2px 16px 2px 16px; width :90px; border-top : 1px solid #fff; border-right :1px dotted #e3e2e2;}
.top_menu ul li:hover ul li a:hover { color :#fff; background : #B30000 url(../images/TopMenu_sub-arrow.gif) no-repeat; background-position :4px 8px;}
/*
.menu ul:hover ul li { display :block ; border-left : 1px solid #e3e2e2; background :#ccc; height :2em;}
.menu ul:hover ul li a{ display :block ; font-size :0.8em; height :2em; line-height :2.5em; width :auto ; float :left ; color :#444; padding :0 10px;}
.menu ul:hover ul li a:hover { color :#c00;}
*/


.headbg-right
{
	 background-attachment :scroll;
	 background-image : url(../images/bg1.gif);
	 background-repeat :no-repeat;
	 background-position :left ;
	}
