

/* Main Menu settings*/
#Nav li 
{
        
    z-index:100;
	float: left;
	position: relative;
	text-align: center;
	border:none;
	color: Black;
	background-repeat: no-repeat;
	background-attachment: fixed
	useless: none; /* Leave this in, to fix a bug in FireFox with the 
                  previous line(background-attachment: fixed). FireFox 
                  doesn't display the BG Image when the "fixed" is followed by a ;*/
}

/* Position the main menu */
#Nav, #Nav ul
{
    z-index:100;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
}

/* Hover of Main Menu items*/
#Nav a:hover
{
    z-index:100;
    color:#000000;
}

/* Links in all menu items <-- ³»ÀYmenuªº (except of Personal... Others) */ 
#Nav li a
{
    z-index:100;
	color:#333;
    text-decoration: none;
	display: block;
	padding: auto;
	border:none;
	padding-top:0px;
	text-align:center;
	vertical-align:middle;
}

#Nav li
{
    z-index:100;
	height: 28px;
	vertical-align:middle;
	text-align:left;
	border:none;
}

#Nav li li
{
    z-index:100;
	display: block;
	background-image: none;	
	padding-bottom: 0;
	vertical-align:bottom;
	text-align:left;
}

/* Links in Sub Menus*/
#Nav li li a 
{
    z-index:100;
	display: block;
	font-weight:500;
	letter-spacing:1px;
	color: #000000;
	background-color: #E1E1E1;
	text-align:left;
	padding-left:60px;
	width: 120px;
	border-top:solid 1px #666666;
    border-left:solid 1px #666666;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
}

/* Hover of Sub Menus*/
#Nav li li a:hover
{
    z-index:100;
	color: #ffffff;
	padding-left:15px;
	background-color:#666666;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
}

/*Text align of Sub Menus */
#Nav ul li 
{
    z-index:100;
	text-align: left;
}

li ul
{
    z-index:100;
	display: none;
	position: absolute;
	top: 22px;
	left: 10px;
	font-weight: normal;
    padding: 0;
    border:none;
}

/* Display the sub menus on hover of the main menu*/
#Nav li:hover ul, li.over ul
{
    z-index:100;
	display: block;
	border:none;

}


/* For the column of Others setting */
/* Top Bar */
li#Others, li#Others a
{
    z-index:100;
    width: 86.5px;
	color:#333;
	padding: 0;
	padding-top:2px;
	font-size:12px;
	height: 20px;
	text-align:center;
	vertical-align:bottom;
	margin-right:1px;
}
/* Top Bar onHover*/
li#Others a:hover
{
        color:#000000;
}

/* Item in the menu */
li#Others li a 
{
    height:19px;
	display: block;
	color: #000000;
	background-image: url(../menu_images/bg_item.png);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-left:23px; 
	text-align:left;
	border-left:solid 1px #696969;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
	
}

li#Others li a:hover
{
    padding-left:13px;
	color: #000000;
	font-weight:800;
	background-image: url(../menu_images/bg_item_hover.png);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-left:23px; 
    border-left:solid 1px #696969;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}


