@charset "UTF-8";
/* CSS Document */

#navigation {
	
	background-color: #98000B;
	margin-bottom: 0px;
}

ul#minitabs{
	list-style: none;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
ul#minitabs li{display: inline;margin: 0 2px}
ul#minitabs a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background-color: #98000B;
	padding-top: 0;
	padding-right:13px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-left: 5px;
}

ul#minitabs a.last { border-right: 0px;}
ul#minitabs a#current{
	text-decoration:underline;
	
}
ul#minitabs a:hover{
	text-decoration:underline;
	
}
