/* 
	WordPress Menubar Plugin
	b-gray.css stylesheet for the Basic template
*/

.b-gray {
	margin: 0px 20px 10px 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	line-height: 20px;
	background: #222;
	font-size: 12px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.b-gray a, 
.b-gray a:visited {
	padding-top: 5px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	/*background: #69AEE7;*/
	color: #999;
	text-decoration: none;
	}

.b-gray a:hover {
	/*background: #E8E8E8;*/
	border: solid 1px #999;
	color: #999;
	text-decoration: none;
	}

.b-gray a.selected, 
.b-gray a.selected:visited {
	background: #999;
	color: #666;
	}

.b-gray a.selected:hover {
	background: white;
	color: #666;
	text-decoration: none;
	}
