/*Example for a menudist Style*/
@charset "UTF-8";
/* CSS Document */

.menudist {
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #adb2b9;
	height: 20px;
	line-height: normal;
}

.menudist ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:inline;
}

.menudist li {
	background: url(../images/patchh.png);
	background-position: right top;
	background-repeat: no-repeat ;
	display: inline;
	text-align: center;
}

.menudist li a {
	margin:0px;
	padding:0px 10px 0px 5px;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.menudist li a.tabactive {
	margin:0px;
	padding:0px 10px 0px 5px;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;	
}

.menudistTXT{
	margin:0px;
	padding:5px 5px 5px 5px;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #3b3b3b;
	border: 1px solid #000000;
}

.menudistTXT_bold{
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	font-style: normal;
	color: #3b3b3b;
}
