@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Starter CSS for Menu */
.header-options-1 {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.header-options-1 ul,
.header-options-1 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-options-1 ul {
	position: relative;
	z-index: 900;
}
.header-options-1 ul li {
	float: right;
	min-height: 1px;
	vertical-align: middle;
	background-image: url(../images/ow-bdp.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
}
.header-options-1 ul li:last-child {
	background-image: url(../images/ow-bdp00000.jpg);
}
.header-options-1 ul li.hover,
.header-options-1 ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.header-options-1 ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	z-index: 598;
	width: 100%;
}
.header-options-1 ul ul li {
  float: none;
}
.header-options-1 ul ul ul {
	top: 0;
	left: 108px;
	width: 190px;
}
.header-options-1 ul li:hover > ul {
  visibility: visible;
}
.header-options-1 ul ul {
  bottom: 0;
  left: 0;
}
.header-options-1 ul ul {
	margin-top: 0;
	padding-left: 0px;
	padding-top: 1px;
}
.header-options-1 ul ul li {
  font-weight: normal;
}
.header-options-1 a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
.header-options-1 {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.header-options-1 > ul {
  *display: inline-block;
}
.header-options-1:after,
.header-options-1 ul:after {
  content: '';
  display: block;
  clear: both;
}
.header-options-1 ul {
/*	text-transform: uppercase;*/
	/*padding-left: 60px;*/
	padding-left: 0px;
}
.header-options-1 ul ul {
  text-transform: none;
  min-width: 100px;
}
.header-options-1 ul ul a {
	background: #a80206;
	color: #FFFFFF;
	border: 1px solid #5d5d5d;
	border-top: 0 none;
	font-size: 10pt;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif, "細明體";
}
.header-options-1 ul ul ul {
	border-top: 0 none;
	margin-left: 35px;
	width: 120px;
	padding-top: 0px;
}
.header-options-1 ul ul li {
	position: relative;
}
.header-options-1 ul ul li:first-child > a {
  border-top: 1px solid #5d5d5d;
}
.header-options-1 ul ul li:hover > a {
	color: #ffffcc;
	background-color: #710004;
}
.header-options-1 ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-options-1 ul li:hover > a {
	color: #0168B7;
}
.header-options-1 ul li.last ul {
  left: auto;
  right: 0;
}
.header-options-1 ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
.header-options-1 a {
	color: #4c4c4c;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif, "細明體";
}
.header-options-1 > ul > li > a {
	/*font-size: 12pt;*/
	font-size: 11pt;
	font-weight: bold;
	line-height: 50px;
	padding-left: 30px;
}
