

/* r.a.d.menu Autoworld2 skin */



.RadMenu_Autoworld2
{
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	
}

.RadMenu_Autoworld2 .rootGroup
{
/*	background:transparent url(Img/stripe.gif) bottom right repeat-y;
*/	font-weight: normal;
}

.RadMenu_Autoworld2 .rootGroup a
{
cursor: hand;
cursor:pointer;
font-size:13px;
text-decoration: none;	
}



.RadMenu_Autoworld2 .item
{
/*	background:transparent url(Img/stripe.gif) bottom left repeat-y;
*/	padding:0;
	font-weight: normal;
}

.RadMenu_Autoworld2 .level1 .text
{
	text-align: left;
	font-weight: normal;
}

.RadMenu_Autoworld2 .link
{
	color:#FFFFFF;
	text-decoration:none;
	/*	background:transparent url(Img/blue.gif) bottom left repeat-x;
*/	width: 166px;
	display: block;
	font-weight: normal;
}

.RadMenu_Autoworld2 .group
{
	line-height:27px;
	/*	border-right:2px solid #C2C2C2;
*/	border-bottom:1px solid #C2C2C2;
}

.RadMenu_Autoworld2 .level1 .item,
.RadMenu_Autoworld2 .level1 .last
{
	padding:0;
}

.RadMenu_Autoworld2 .level1 .link
{
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	border-top:1px solid white;
	border-left:1px solid #D5D5D5;
	background:transparent url(Img/item.jpg) bottom left repeat-x;
	padding-left: 10px;
	width: 146px;
	padding-right: 10px;
	color: #000000;
}

.RadMenu_Autoworld2 .level1 .expandLeft,
.RadMenu_Autoworld2 .level1 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Autoworld2_rtl .level1 .expandLeft,
.RadMenu_Autoworld2_rtl .level1 .expandRight
{
/*	background: transparent url(img/left.gif) left center no-repeat;
*/}

.RadMenu_Autoworld2_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_Autoworld2_rtl .level1 .group .link:hover .expandRight
{
/*	background:transparent url(img/left.gif) left center no-repeat;
*/}

.RadMenu_Autoworld2 .level1 .link:hover
{
	background-image:url(Img/itemHover.jpg);
	border-left:1px solid #FE9D56;
}

.RadMenu_Autoworld2 .leftArrow,
.RadMenu_Autoworld2 .rightArrow,
.RadMenu_Autoworld2 .topArrow,
.RadMenu_Autoworld2 .bottomArrow,
.RadMenu_Autoworld2 .leftArrowDisabled,
.RadMenu_Autoworld2 .rightArrowDisabled,
.RadMenu_Autoworld2 .topArrowDisabled,
.RadMenu_Autoworld2 .bottomArrowDisabled
{
/*	background: #c2c2c2 url('img/left.gif') center center no-repeat;
*/	width: 15px;
}

.RadMenu_Autoworld2 .topArrow,
.RadMenu_Autoworld2 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Autoworld2 .bottomArrow,
.RadMenu_Autoworld2 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Autoworld2 .rightArrow,
.RadMenu_Autoworld2 .leftArrow
{
	height:100%;
}

.RadMenu_Autoworld2 .rightArrow,
.RadMenu_Autoworld2 .rightArrowDisabled
{
/*	background-image:url('img/right.gif');
*/}
