/* r.a.d.menu Plain skin */

.Panelbar_LeftMenu 
{
	float: left;
}

.Panelbar_LeftMenu .item
{
	background-color: Transparent;
	border: none !important;
}

.Panelbar_LeftMenu .link
{
	cursor: pointer;
	cursor: hand;
	padding: 0px 20px 0px 20px;
	background-color: Transparent;
	text-decoration: underline;
	
}

.Panelbar_LeftMenu .link:hover,
.Panelbar_LeftMenu .focused,
.Panelbar_LeftMenu .expanded
{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
}

.Panelbar_LeftMenu .text
{
	font-family: Arial, Serif;
	font-size: 13px;
	font-weight: bold;
	color: #A4A9D0;

}

