@charset "utf-8";

@import url("reset.css");

.submenu{display: none}
.urbangreymenu{
	width: 183px; /*width of menu*/
}
.urbangreymenu a,.urbangreymenu span{
	margin-left:3px;
}
.urbangreymenu .headerbar{
	display:block;
	font-size:11px;
	color:#313131;
	background:#B5B5B5;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 2px; /*31px is left indentation of header text*/
}
.urbangreymenu .headerbar a{
	text-decoration: none;
	color:#333333;
	display: block;
}
.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.urbangreymenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a{ /*產品項目*/
	font-size:11px;
	color:#333333;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#C8C8C8;
	display: block;
	padding: 1px 0;
	line-height: 17px;
	padding-left: 2px; /*link text is indented 8px*/
	text-decoration: none;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color:#000000;
	background:#CCCCCC;
}
.urbangreymenu a:hover{ /*hover state CSS*/
	color:#FFFFFF;
	background-color:#666666;
}
