@charset "utf-8";
.mainMenu {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}
.menuL {
	margin:0px;
	padding:0px;
	width: 15px;
	background: url(../images/menu/menu_l.gif) repeat-y right center;
}
.menuT {
	margin:0px;
	padding:0px;
	height: 15px;
	background: url(../images/menu/menu_t.gif) repeat-x center bottom;
}
.menuR {
	margin:0px;
	padding:0px;
	width: 15px;
	background: url(../images/menu/menu_r.gif) repeat-y left center;
}
.menuB {
	margin:0px;
	padding:0px;
	height: 15px;
	background: url(../images/menu/menu_b.gif) repeat-x center top;
}
.menuc1 {
	margin:0px;
	padding:0px;
	height: 15px;
	background: url(../images/menu/menuc1.gif) no-repeat right bottom;
}
.menuc2 {
	margin:0px;
	padding:0px;
	height: 15px;
	background: url(../images/menu/menuc2.gif) no-repeat left bottom;
}
.menuc3 {
	margin:0px;
	padding:0px;
	height: 15px;
	background: url(../images/menu/menuc3.gif) no-repeat right top;
}
.menuc4 {
	margin:0px;
	padding:0px;
	height: 15px;
	background: url(../images/menu/menuc4.gif) no-repeat left top;
}
.menuline {
	margin:0px;
	padding:0;
	background: url(../images/menu/menuline.gif) repeat-x center center;
	height: 1px;
}
.linklist {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style:disc;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: normal;
	text-indent: -5px;
}
.linklist a:link {
	font-weight:bold;
	color: #996600;
	text-decoration: none;
	border-bottom: none;
}
.linklist a:visited {
	font-weight:bold;
	color:#bb8822;
	text-decoration: none;
	border-bottom: none;
}
.linklist a.curr:visited {
	font-weight:bold;
	color: #bb8822;
	text-decoration: none;
	border-bottom: 2px dotted #bb8822;
}
.linklist a:hover {
	color:#000;
	text-decoration: none;
	border-bottom: 2px solid #000000;
}
.linklist a.curr:hover {
	font-weight:bold;
	color: #bb8822;
	text-decoration: none;
	border-bottom: 2px dotted #000000;
}
.linklist li {
	margin-bottom: 10px;
}

