
.menulist {padding:0; margin:0; list-style:none; height:28px; background:#fff url(../../Images/zh-tw/mainnav/mainmenu_0.gif) repeat-x; position:relative; z-index:200; font-family:arial, verdana, sans-serif;}
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none; 
}

/* Added style for menu look - not part of the original style */
.menulist li.mainmenu {display:block; float:left; width:9%;}
.menulist li a.mainmenu_link {display:block; float:left; height:28px; line-height:26px; color:#fff; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 3px; cursor:pointer;background: url(../../Images/zh-tw/mainnav/mainmenu_0.gif);}
.menulist li a.mainmenu_link span {float:left; display:block; padding:0 5px; height:28px; background: url(../../Images/zh-tw/mainnav/mainmenu_0.gif) right top no-repeat;}
.menulist li a.mainmenu_link span.more {float:left; display:block; padding:0 5px; height:28px; background: url(../../Images/zh-tw/mainnav/mainmenu_0.gif) no-repeat right top;}

.menulist li:hover a.mainmenu_link,
.menulist a.mainmenu_link:hover
{color:#fff; background: url(../../Images/zh-tw/mainnav/mainmenu_1.gif) no-repeat;}
.menulist li:hover a.mainmenu_link span, 
.menulist a.mainmenu_link:hover span
{background:url(../../Images/zh-tw/mainnav/mainmenu_1.gif) no-repeat right top;}
.menulist li:hover a.mainmenu_link span.more,
.menulist a.mainmenu_link:hover span.more
{background:url(../../Images/zh-tw/mainnav/mainmenu_1.gif) no-repeat right top; /*padding-bottom:3px;*/}

.menulist table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

.menulist li:hover {position:relative; z-index:200;}
.menulist a:hover {position:relative; white-space:normal; z-index:200;}

.menulist :hover ul.submenu
{left:1px; top:28px; background: #306caf; padding:3px; border-bottom:1px solid #50a6cf; white-space:nowrap; width:200px; height:auto; z-index:300;}
.menulist :hover ul.submenu li
{display:block; height:25px; position:relative; float:left; width:200px; font-weight:normal;}
.menulist :hover ul.submenu li a
{display:block; font-size:14px; height:23px; width:198px; line-height:23px; text-indent:5px; color:#fff; text-decoration:none; border-bottom:1px solid #50a6cf;}
/**/.menulist li ul.submenu li a.slide
{background:#306caf url(../../Images/zh-tw/mainnav/arrow_over.gif) 190px 6px no-repeat;}
.menulist :hover ul.submenu li a:hover 
{background:#ddedff; color:#363636; border-color:#fff;}
/**/.menulist :hover ul.submenu li a.slide:hover
{background:#ddedff url(../../Images/zh-tw/mainnav/arrow.gif) 180px 6px no-repeat; color:#363636;}

.menulist a:hover a:hover ul,
.menulist a:hover a:hover a:hover ul,
.menulist a:hover a:hover a:hover a:hover ul,
.menulist a:hover a:hover a:hover a:hover a:hover ul
{left:189px; top:2px; background: #306caf; padding:3px; border:1px solid #306caf; white-space:nowrap; width:190px; z-index:400; height:auto;}

.menulist ul, 
.menulist a:hover ul ul,
.menulist a:hover a:hover ul ul,
.menulist a:hover a:hover a:hover ul ul,
.menulist a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menulist li:hover li:hover > ul
{left:190px; top:2px; background: #306caf; padding:3px; border:1px solid #306caf; white-space:nowrap; width:190px; z-index:400; height:auto;}
.menulist li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
/**/.menulist li:hover li:hover > a.slide
{background:#ddedff url(../../Images/zh-tw/mainnav/arrow.gif) 180px 6px no-repeat; color:#363636; border-color:#ddedff;} 
.menulist li:hover li:hover > li a.slide
{background:#306caf url(../../Images/zh-tw/mainnav/arrow_over.gif) 180px 6px no-repeat; color:#fff; border-color:#306caf;} 

/* Use to highlight New links on the menu 
.menulist li ul.submenu li a.new {background-color:#1D2F5F;}*/

/*End Added Styles */


/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent 
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; 
 left: -1px;
 width: 150px;
}
*/
/* Second and third etc. level submenus - position across from parent instead 
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}
*/
/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.

.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: -1px;
 width:141px;
 font-weight:bold;
}
*/
/* Items in submenus - override float/border/margin from above, restoring default vertical style 
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px; 
 font-weight:normal;
}
*/
/*
.menulist ul>li:last-child {
 margin-bottom: 1px;  Mozilla fix 
}
*/
/* Links inside the menu 
.menulist a {
 display: block;
 padding: 3px;
 color: #fff;
 text-decoration: none;
}
*/
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus 
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #A64;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #C86;
}
*/
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: none;
 float: right;
}

/* LanguageSwitcher */
.LanguageSwitcher
{
	margin:5px;
	padding:1px;
	float:right;
	background-color:#ebebea;
	border: solid 1px #4c76a7;
	font-size:12px;
	font-weight:600;
	color:#5f5f5e;
	text-align:center;
	font-family:arial, verdana, sans-serif;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.

*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}*/
/* End Hacks */