@charset "utf-8";

.urbangreymenu{
	width:180px; /*width of menu*/
	padding:1px 0px 0px 0px; 
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
}

.urbangreymenu .headerbar{
text-align:left;
font-size:14pt;
font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
color: white;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 0px 6px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	margin-bottom: 0px; 
}

.urbangreymenu ul li{
padding-top: 0px
padding-bottom: 0px; /*bottom spacing between menu items*/
/* font-weight:bold; */
}

.urbangreymenu_Title {
	width:180px;
	text-align:left;
	font-size:14pt;
	font-weight:bold;
	color: white;
	background: #315D1C; /*last 2 values are the x and y coordinates of bullet image*/
	background: url(images/HeaderBg.png);
	margin:0px 0px 5px 0px; /*bottom spacing betweesn header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.menubox .pic{ width:180px; float:right;}
.menubox {font-size:12pt; line-height:18px; margin:0px; padding:0px; text-align: left;}
.menubox ul {width:180px; list-style-type: none; float:left; text-decoration: none; margin:0px; padding:0px;}



.menubox li a {
	background:  url(images/menuoverbg1.png) left top no-repeat;
  	voice-family: "\"}\"";
  	color: #101CA6;
  	voice-family: inherit;float:right;
	text-decoration: none; width: 180px; margin-bottom:5px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}	
	
.menubox li a:link, #menu1 li a:visited {
	color: #101CA6;
	display: block;
	background:  url(images/menuoverbg1.png) left top no-repeat;
}
.menubox li a:hover {
	color: #FFFFFF;
	background:  url(images/menuoverbg.png) left top no-repeat;
	font-weight: bold;
	}	
	
/*當前選到項目*/
.menubox li.MenuSelected a{
	color: #FFFFFF;
	background:  url(images/menuoverbg2.png) left top no-repeat;
	font-weight: bold;
}

.menubox .word{width: 155px;float:left; margin:6px 10px 6px 10px;
}

/* 首頁 左側選單 */
.m-list{margin-left:-40px;}


.mod-mainnav {
	float:left;
	width:230px;
	text-align:left;
	position:relative;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-size:14pt;
}

.mod-mainnav .m-list{list-style:none;}
.mod-mainnav .m-item{padding:1px 0px 0px 0px;}
.mod-mainnav .m-item-1{background:rgba(100%,100%,100%, 0.6); border-bottom:1px solid #999; padding:1px 0px;}
.mod-mainnav .m-link{color:#333;display:block;text-decoration:none;}
.mod-mainnav .m-link:hover{background:#312316; color:#FFF;}
.mod-mainnav .m-link.m-selected{background:#312316; color:#FFF;}
.mod-mainnav .m-link-1{font-size:12pt;padding:5px 5px 6px 10px;text-transform:uppercase;}
.mod-mainnav .m-link-2{font-size:12pt;line-height:1.333em;padding:4px 5px 5px 20px;}
.mod-mainnav .m-link-3{font-size:12pt;line-height:1.273em;padding:4px 5px 5px 30px;}