@charset "UTF-8";

ul#tabnav {
	text-align: left;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

ul#tabnav li {
display: inline;
}

#tab_menu1 li.tab1, #tab_menu2 li.tab2, #tab_menu3 li.tab3, #tab_menu4 li.tab4, #tab_menu5 li.tab5 {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#tab_menu1 li.tab1 a, #tab_menu2 li.tab2 a, #tab_menu3 li.tab3 a, #tab_menu4 li.tab4 a, #tab_menu5 li.tab5 a {
	background-color: #fff;
	color: #000;
	position: relative;
	top: 1px;
	padding: 10px;
	height: 20px;
}

ul#tabnav li a {
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 9px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #e0e0e0;
}

ul#tabnav a:hover {
	background: #fff;
	color: #000;
	position: relative;
	top: 1px;
	padding: 10px;
}

