/* r.a.d.menu Plain skin */
.RadMenu_Marciano 
{
	background: #FFFFFF;
	margin: 0 0 0 0px;
}

.RadMenu_Marciano_Context
{
	background: none;
	border:0;
}

/* set the spacing of the top level images */
.RadMenu_Marciano .horizontal .link img
{
	margin-right: 0px;
}

.RadMenu_Marciano .link
{
	line-height: 20px;
	text-decoration:none;
	color: #613418;
	border-left: solid 0px #a5d9ec;
	border-right: solid 0px #a5d9ec;
}

.RadMenu_Marciano .link:hover,
.RadMenu_Marciano .focused,
.RadMenu_Marciano .expanded
{
	color: #672D00;
}

.RadMenu_Marciano .text
{
	padding-left: 10px;	
	padding-right: 20px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_Marciano .group
{
	border: solid 1px #a5d9ec;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_Marciano .group .link
{
	background: #a5d9ec;
	border-top: solid 1px #a5d9ec;
	border-bottom: solid 1px #a5d9ec;
	text-align: left;
}

.RadMenu_Marciano .group .link:hover,
.RadMenu_Marciano .group .focused,
.RadMenu_Marciano .group .expanded
{
	background: #FFFFFF;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_Marciano .leftArrow,
.RadMenu_Marciano .rightArrow,
.RadMenu_Marciano .topArrow,
.RadMenu_Marciano .bottomArrow,
.RadMenu_Marciano .leftArrowDisabled,
.RadMenu_Marciano .rightArrowDisabled,
.RadMenu_Marciano .topArrowDisabled,
.RadMenu_Marciano .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Marciano .topArrow,
.RadMenu_Marciano .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Marciano .bottomArrow,
.RadMenu_Marciano .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Marciano .rightArrow,
.RadMenu_Marciano .leftArrow
{
	height:100%;
}

.RadMenu_Marciano .rightArrow,
.RadMenu_Marciano .rightArrowDisabled
{
}

.RadMenu_Marciano .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Marciano .expandLeft,
.RadMenu_Marciano .expandRight
{
	background:transparent url('img/right.gif') right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Marciano .link:hover .expandLeft,
.RadMenu_Marciano .link:hover .expandRight,
.RadMenu_Marciano .focused .expandLeft,
.RadMenu_Marciano .focused .expandRight,
.RadMenu_Marciano .expanded .expandLeft,
.RadMenu_Marciano .expanded .expandRight
{
	background:transparent url('img/right.gif') right center no-repeat;
}

/* distance between drop down items and top level items */
.RadMenu_Marciano ul.level1
{
	margin-top: 0px;
}
