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

.ivo {
	font-size:1.1em;
	line-height:18px;
	text-transform:uppercase;
	margin-left:180px;
	font-family:Arial;
	margin-top:10px;
	color:#777;
	}


.ivo a, 
.ivo a:visited {
	text-decoration: none;
	color:#444;
	}

.ivo a:hover {
	text-decoration: none;
	color:#336699;
	}

.ivo a.selected, 
.ivo a.selected:visited {
	color:#336699;
	}

.ivo a.selected:hover {
	text-decoration: none;
	color:#444;
	}


