/* RadMenu Plain skin */

.ParentItem 
{
	list-style:none;
	background: url(../../../../images/nav-divider.gif) bottom left no-repeat;

	margin-left:-40px;
	width:160px;	
	padding: 16px 0px 6px 16px;
}

.LastParentItem 
{
	list-style:none;
	margin-left:-40px;
	width:170px;	
	padding: 6px 0px 6px 16px;
}


.ParentItem .link, .LastParentItem  .link
{
	color:#686da7;
	list-style:none;
	text-decoration:none;
}

.ParentItem .link:hover,
.ParentItem .focused,
.LastParentItem .link:hover,
.LastParentItem .focused
{
	color: #303097;
}

.ParentItem .text, .LastParentItem .text
{
	font-size:18px;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
}

.ChildList
{
 display:none;
}

.ChildItem 
{
	list-style:none;
	background:transparent url(../../../../images/nav-divider.gif) bottom left no-repeat;
	margin-left:-35px;
	width:130px;
	padding: 6px 0px 6px 5px;
}

.LastChildItem 
{
	list-style:none;
	margin-left:-35px;
	width:130px;
	padding: 6px 0px 6px 5px;
}

.ChildItem .link, .LastChildItem .link
{
	color:#686da7;
	list-style:none;
	text-decoration:none;
}

.ChildItem .link:hover,
.ChildItem .focused,
.LastChildItem .link:hover,
.LastChildItem .focused
{
	color: #303097;
}

.ChildItem .text, .LastChildItem .text
{
	font-size:14px;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
}
/* Navigation */
#navigation {
padding: 0 0 0 6px;
}

#navigation-header {
	background:#fff url(img/nav-bucket-header.gif) top left no-repeat;
	width:175px;
	height:5px;
	margin-bottom:-11px;
}

#navigation-body {
	background:#f1f2f8 url(img/nav-bucket-body-noborder.gif) top left no-repeat;
	border-right:solid 1px #dadfef;
	border-left:solid 1px #dadfef;
	width:173px;
}

#navigation-footer {
	background:#fff url(img/nav-bucket-footer.gif) top left no-repeat;
	width:175px;
	height:5px;
	padding:0px;
	margin-top:-13px;
}