.menu{
	list-style-type: none;
	position: relative;
	display: block;
	margin:0;
	padding: 0;
	float:right;
	font-family: arial, Tahoma; 
	font-size: 12px;
	font-weight:bold;
}
.menu li {
	display: block;
	float: left;
	margin:0 0 0 2px;  
	padding: 0;
	height: 35px;
	line-height: 35px;
}
.menu li a{
	display: block;
	margin:0;
	float: left;
	cursor: pointer;
	padding: 0 0 0 15px;
	text-decoration: none;
}
.menu li a span {
	display: block;
	float: left;
	margin:0;
	padding: 0 15px 0 0;
	color:#e2e2e2;
	text-align: center;
	text-decoration: none;
}
.menu li a:hover {
	padding: 0 0 0 15px;
	background:#2D9BDA;
}
.menu li a:hover span {
	padding: 0 15px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	background:#2D9BDA;
}

.menu li a.current {
	padding: 0 0 0 15px;
	background:#2D9BDA;
}
.menu li a.current span {
	padding: 0 15px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	background:#2D9BDA;
}

/* rightmenu */

.rightmenu {
	list-style-type: none;
	margin:4px 5px !important;
	margin:6px 5px 3px 5px;
	padding: 0;
	position: relative;
	display: block;
	font-family: arial, Tahoma; 
	font-size: 12px;
	font-weight:bold;
}
.rightmenu li {
	display: block;
	margin:1px 0 !important;
	margin:-2px 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
}
.rightmenu a {
	display: block;
	margin:0;
	padding: 0 0 0 15px;
	color:#000000;
	text-decoration: none;
	background:#6FBB35 url(../images/right_menu01.jpg) no-repeat top left;
}
.rightmenu a:hover {
	padding: 0 0 0 15px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/right_menu02.jpg) no-repeat top left;
}

.rightmenu a.current {
	padding: 0 0 0 15px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/right_menu02.jpg) no-repeat top left;
}
/* readmore */

.readmore{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.readmore li {
	display: block;
	float: left;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	height: 17px;
}
.readmore a {
	display: block;
	width:68px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	text-decoration: none;
	background:url(../images/readmore01.png) repeat-x;

}
.readmore a:hover {
	float: left;
	padding: 0;
	color:#000000;
	text-decoration:none;
	background:url(../images/readmore02.png) repeat-x;
}


/* frontgallery */

.frontgallery{
	list-style-type: none;
	margin:0;
	padding: 0;
	position: relative;
	display: block;
}
.frontgallery li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.frontgallery a {
	display: block;
	border:5px solid #A6E0EB;
	margin-right:5px;
	width:auto !important;
	width:105px;
	float: left;
	padding:5px;
	background:#C4F6FF;
}
.frontgallery a:hover {
	display: block;
	border: 0;
	margin-right:5px;
	width:auto !important;
	width:105px;
	float: left;
	padding:10px;
	background:#19648B;
}
/* morenews */

.morenews{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.morenews li {
	display: block;
	float: left;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	height: 17px;
}
.morenews a {
	display: block;
	width:100px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	text-decoration: none;
	background:url(../images/morenews01.png) repeat-x;

}
.morenews a:hover {
	float: left;
	padding: 0;
	color:#000000;
	text-decoration:none;
	background:url(../images/morenews02.png) repeat-x;
}
/* list */

.list{
	list-style-type: none;
	margin:6px 0 0 0;
	padding: 0;
	position: relative;
	display: block;
}
.list li {
	display: block;
	font-family: Tahoma; 
	font-size: 12px;
	font-weight: none;
	margin:0 0 2px 0 !important;
	margin:0;
	padding: 2px 0 2px 26px;
	background:url('../images/icon_arrow1.png') no-repeat left center
}