﻿.chromestyle{
	width: 99%;
	line-height: 30px;
	font-family: 新細明體;
	font-size: 15px;
	color: #666666;
}
.chromestyle:after{
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 15px;
	color: #666666;
}
.chromestyle ul{
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
/*THEME CHANGE HERE*/	
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/;
	font-size: 15px;
	color: #666666;
}
.chromestyle ul li{
	display: inline;
	font-size: 15px;
	color: #666666;
}
.chromestyle ul li a{
	color: #666666;
	margin: 0;
	text-decoration: none;
	font-size: 15px;
}

.chromestyle ul li a:hover{
	background: center center;
/*THEME CHANGE HERE*/	color: #999999;
}

.chromestyle ul li a[rel]:after{
	/*HTML to indicate drop down link*/
content: "";
	font-size: 12px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border: 1px solid #314768;
	position: absolute;
	top: 0px; /*THEME CHANGE HERE*/;
	font: 12px 新細明體;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	left: 150px;
	text-align: left;
	text-indent: 3px;
	clip: rect(auto, auto, auto, 130px);
	color: #003366;
	line-height: 24px;
	padding-bottom: 1px;
}
.dropmenudiv a{
	width: 200px;
	display: block;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/	text-decoration: none;
	color: #003366;
	font-size: 12px;
	text-align: left;
	font-family: 新細明體;
	left: 200px;
	border-bottom-style: solid;
	top: 0px;
}
* html .dropmenudiv a{
	/*IE only hack*/
width: 100%;
	font-size: 12px;
	color: #003366;
}
.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
background-color: #666666;
	color: #DCEDE9;
	font-size: 12px;
	font-family: 新細明體;
	text-align: left;
	text-indent: 3px;
	width: 200px;
	left: 200px;
	top: 0px;
}
.dropmenudiv2{
	border: 1px solid #333333;
	position: absolute;
	top: 0px; /*THEME CHANGE HERE*/;
	font: 12px 新細明體;
	z-index: 100;
	background-color: #666666;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	left: 150px;
	text-align: left;
	text-indent: 3px;
	clip: rect(auto, auto, auto, 130px);
	color: #CCCCCC;
	line-height: 24px;
	padding-bottom: 1px;
}
.dropmenudiv2 a{
	width: 200px;
	display: block;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/	text-decoration: none;
	color: #003366;
	font-size: 12px;
	text-align: left;
	font-family: 新細明體;
	left: 200px;
	border-bottom-style: solid;
	top: 0px;
	background-color: #666666;
}
* html .dropmenudiv2 a{
	/*IE only hack*/
width: 100%;
	font-size: 12px;
	color: #003366;
}
.dropmenudiv2 a:hover{
	/*THEME CHANGE HERE*/
background-color: #013754;
	color: #CCFFFF;
	font-size: 12px;
	font-family: 新細明體;
	text-align: left;
	text-indent: 3px;
	width: 200px;
	left: 200px;
	top: 0px;
	text-decoration: none;
}

