@charset "utf-8";
.topmenu {
	font-weight: bold;
	color: #525d68;
	background-image: url(images/bg_topbtn.jpg);
	background-repeat: repeat-x;
	height: 46px;
	text-align:center;
	vertical-align:middle;
	border-right:1px dotted #cccccc;
}
.topmenuover {
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/bg_topbtn_over.jpg);
	background-repeat: repeat-x;
	height: 46px;
	text-align:center;
	vertical-align:middle;
	border-right:1px dotted #cccccc;
	cursor:pointer;
}
.leftmenu{
	color:#59626b;
	padding:3px;
}
.leftmenuover{
	color:#2965a0;
	padding:3px;
	cursor:pointer;
}
.leftmenucurrent{
	color:#59626b;
	font-weight:bold;
	padding:3px;
	padding-top:5px;
	padding-bottom:5px;
}