/* 
	WordPress Menubar Plugin
	thule_menu.css stylesheet for the Basic template
*/

.thule_menu {
	margin: 0px 0px 0px 0px;
	padding-top: 3px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	line-height: 20px;
	font-size: 10px;
	}

.thule_menu a, 
.thule_menu a:visited {
	color:#fff;
	padding-top: 3px; 
	padding-right: 15px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	text-decoration: none;
	}

.thule_menu a:hover {
	text-decoration: none;
	}

.thule_menu a.selected, 
.thule_menu a.selected:visited {
	color:#89aa48;
	}

.thule_menu a.selected:hover {
	text-decoration: none;
	}

