@charset "UTF-8";
#menu_b/* CSS Document */

 {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 264px;
	background-color: #999999;
}
#menu_b  li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu_b  a {
	color: #FFFFFF;
	display: block;
	float: none;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	background-color: #999999;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu_b    a:hover   {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	background-color: #CCCCCC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
