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

.room501 {
	float: left;
	height: 30px;
	width: 930px;
	display: block;
	background: #d4d8d5 url(dottedlineHw.png) repeat-x left bottom;
}

.room501 a{
	float: left;
	display: block;
	height: 23px;
	padding: 7px 20px 0 20px;  
	color: #333;	
	text-decoration: none;
	background: url(dottedlineVw.png) repeat-y top right;
}

.room501 a:hover{
	color: #526557;
	text-decoration: underline;
}

.room501 a.selected, 
.room501 a.selected:visited {
	background: #FFF url(dottedlineVw.png) repeat-y top right;
	color: #526557;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

.room501-before {
	float: left;
	width: 30px;
	height: 30px;
	background: #d4d8d5 url(dottedcorner.png) repeat-y;
}
