@charset "UTF-8";
.menu {
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	margin: 0px;
}
.menu .item {
	margin: 0px;
	padding: 0px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.menu a{
	padding: 0px 10px;
	width: auto;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	letter-spacing: 1px;
	vertical-align: middle;
	display: inline-block;
	height: 32px;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
.menu a:hover{
	background-image: url(../images/menu_bg2.gif);
	color: #660000;
}
.right_menu {
	margin: 0px;
	padding: 32px 0px 0px 0px;
	background-color: #98471F;
}
.right_menu .item {
	margin: 0px;
	padding: 0px;
}
.right_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.right_menu ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.right_menu a{
	margin: 4px 0px;
	padding: 2px 0px 0px 0px;
	color: #ffffcc;
	background-image: url(../images/right_menu_bg1.gif);
	letter-spacing: 1px;
	vertical-align: middle;
	display: block;
	width: 191px;
	height: 26px;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
.right_menu a:hover{
	background-image: url(../images/right_menu_bg2.gif);
}

.down_menu {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.down_menu .item {
	margin: 0px;
	padding: 0px;
}
.down_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.down_menu ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.down_menu a{
	margin: 4px 0px;
	padding: 2px 0px 0px 0px;
	color: #ffffcc;
	background-image: url(../images/right_menu_bg1.gif);
	letter-spacing: 1px;
	vertical-align: middle;
	display: block;
	width: 191px;
	height: 26px;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
}
.down_menu a:hover{
	background-image: url(../images/right_menu_bg2.gif);
}

.title {
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	color: #663300;
	background-image: url(../images/title.gif);
	height: 46px;
	width: 355px;
	margin: 0px;
	padding: 0px 0px 0px 60px;
	background-repeat: no-repeat;
}
.left-bk {
	background-image: url(../images/index-3x1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.font10 {
	font-size: 10px;
	letter-spacing: 0em;
}

a.font11 {
	font-size: 11px;
	letter-spacing: 0em;
}

a.font12 {
	font-size: 12px;
	letter-spacing: 0em;
}

a{
 text-decoration:none;
 color: #ffffff;
}
a:hover{
 text-decoration:underline;
 color: #ffffff;
}
marquee{
margin: 0px 0px 0px 0px;
font-size:13px;
line-height:25px;
padding: 0px 0px 0px 0px;
height:25px;
position:relative;
bottom:20px;}