﻿@charset "utf-8";
/*-----------------------------Mainmenu------------------------------------*/
#NavigationWidth{
   width:682px;
   float:right;
}
/*上方輔助導覽*/
#Country{
	width:auto;
	position:relative;
}
#Country ul{
    float:right;
	list-style:none;
    margin:0px;
    padding:0px;
}
#Country li{
	float:left;
	width:auto;
	margin:0px;
	padding:0px 10px 0px 10px;
}
#Country a{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	display:block;
	width:100%;
	text-decoration: none;
	text-align:center;
}
#Country a:hover{
	color: #999999;
	text-decoration: underline;
}
.CountryLine{
	background-image: url(../img/countryline.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 10px;
	padding-left: 10px;
}
/*主選單*/
#Navigation{
   width:682px;
   margin-top:20px; 
}
#Navigation ul{
   float:right;
   list-style:none;
   margin:0px;
   padding:0px;
   height:12px;
}
#Navigation li{
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
}
#Navigation a{
	display:block;
	width:100%;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left:15px;
	padding-right:15px;
}
#Navigation a:hover{
    background:#FFFFFF url(../img/NavigationIcon.gif) no-repeat left 4px;
	color: #990000;
}

