#menustyle {
	margin: 0;
	padding-left: 0;
}

#menustyle a {
	/*color: #929191;*/
	padding-right: 10px;
	text-decoration: none;
}

#menustyle a:hover {
	color: #72afb7;
}

.level0selected a {
	font-weight: bold;
	color: #787878;
	background: url(../images_layout/bullet.gif) no-repeat right center;
	}
	
	.level0selectednosquare a {
	font-weight: bold;
	color: #787878;
	}
	
.level1selected a {
	font-weight: bold;
	color: #72afb7;
	background: url(../images_layout/bullet.gif) no-repeat right center;
	}

#menustyle ul {
	margin: 0;
	padding: 0;
}

#menustyle li {
	text-align: right;
	list-style-type: none;
	font: 11px/18px "Trebuchet MS", Arial;
	padding: 0;
}


.level1 {
		padding-top: 2px;
		padding-bottom: 2px;
		}

.level0blue a {
	color: #72afb7;
}
