/* r.a.d.menu Plain skin */

.normal
{
	background: url('img/new/bg.gif') repeat-x;
	border-bottom: solid 0px #bbbbbb;
	
	background-position:right;
}

.blah
{
	height: 32px;
	text-decoration:none;
	border-left: solid 0px #fff;
	border-right: solid 0px #d6d6d6;
}

.level1
{
	background: #f7f7f7;
	border-bottom:solid 1px #d6d6d6;
	border-left:solid 1px #d6d6d6;
	border-right:solid 1px #d6d6d6;
}

.normal:hover,
.normal .focused,
.normal .expanded
{
	background: url('img/new/bg-on.gif') repeat-x;
}

.normal .text,
.right .text
{
	text-decoration:none;
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom:2px;
	padding-top:10px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.left .text
{
	text-decoration:none;
	padding-left: 12px;	
	padding-right: 10px;
	padding-bottom:2px;
	padding-top:10px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.left
{
	background: url('img/new/left-side.gif');
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
	
}

.left:hover,
.left .focused,
.left .expanded
{
	background: url('img/new/left-side-on.gif');
	border-top: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
	
	text-decoration:none;
}

.right
{
	background: url('img/new/right-side.gif');
	background-position:right;
	border-top: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
	

}

.right:hover,
.right .focused,
.right .expanded
{
	background: url('img/new/right-side-on.gif');
	background-position:right;
	border-top: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
	
}


.separator
{
	background: url('img/new/splitter.gif');
	width:2px;
	height:32px;
}

