body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu{
	font-weight: normal;
	color: #000000;
	height: 15px;
	width: 190px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	padding: 1px;
	background-image: url(../../imgs/menu_bk_tit.jpg);
	background-repeat: repeat-x;
	background-position: center;
	list-style-type: none;
	vertical-align: 100%;
	margin: 0px;
	border-right-style: none;
	border-left-style: none;
	float: left;
	clear: left;
}
a.menu:link, a.menu:visited{
	font-weight: normal;
	background-color: #CC9900;
	text-decoration: none;
	padding: 1px;
	background-image: none;
	color: #FFFFFF;
	border: 1px solid #996600;
}
a.menu:hover, a.menu:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996600;
	border: 1px solid #000000;
}

.menu_subitem{
	font-weight: normal;
	color: #000000;
	clear: left;
	float: right;
	height: 10px;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	padding: 1px;
	list-style-type: none;
	vertical-align: 100%;
	margin: 0px;
	border-right-style: none;
	border-left-style: none;
}

a.menu_subitem:link, a.menu_subitem:visited{
	font-weight: normal;
	background-color: #CC9933;
	text-decoration: none;
	padding: 1px;
	background-image: none;
	color: #FFFFFF;
	border: 1px solid #996600;
}
a.menu_subitem:hover, a.menu_subitem:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996600;
	border: 1px solid #000000;
}
