/* 
	WordPress Menubar Plugin
	b-red.css stylesheet for the Basic template
*/


a.pulsMenubar {
	margin:0;
	padding:0 5px 0 5px;
	font-size:11px;
	color: #333;
	text-decoration: none;
	text-align:center;
}
a.pulsMenubar:hover {
	color: #274899;
	text-decoration: none;
	border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #274899;
}

#wpmenu1 {
margin:1px;
padding:6px 0 2px 45px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #a9a9a9;
}