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

.basic {
  text-align:center;
	margin: 5px 10px 5px 10px;
	padding: 4px 0px 0px 0px;
	height: 27px;	
	line-height: 27px;
	/*background: black;*/
	font-size: 12px;
	font-weight: bold;
	}

.basic a, 
.basic a:visited {
	float: center;
	padding-right: 1em; 
	padding-left: 1em; 
	line-height: 27px;
	/*background: grey;*/
	color: white;	
	border-right: 0px solid white;
	text-decoration: none;
	}

.basic a:hover {
	/*background: #CC0000;*/
	color: red;
	text-decoration: none;
	}

.basic a.selected, 
.basic a.selected:visited {

  color: red;
	}

.basic a.selected:hover {
	/*background: #CC0000;*/ 
  color: white;	
	text-decoration: none;
	}

.basic a.right, 
.basic a.right:visited {
	float: right;
	border-left: 1px solid white;
	border-right: none;
	}

