@charset "utf-8";
#navigation_wrap ul {
    margin:0;
    padding:0;
    list-style:none;
}
#navigation_wrap li {
	float:left;
	padding:0;
	background-image: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	height: 31px;
	display: block;
}
#navigation_wrap a {
	display:block;
	background-image: none;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	height:31px;
	float:left;
}
#navigation_wrap li:hover {
	float:left;
	padding:0;
	background-image: url(../images/btn_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
}
#navigation_wrap a:hover {
	display:block;
	background-image: url(../images/btn_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	float:left;	
}

#current{
	float:left;
	padding:0;
	background-image: url(../images/btn_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
