/* RadMenu Default skin */

.RadMenu_Robotic 
{
    /*_padding-top:expression((this.offsetHeight - this.firstChild.offsetHeight) / 2 + "px";*/
}
.RadMenu_Robotic .text
{
	font-size: 10px;
	text-indent: 5px;
	font-family: Century Gothic, Trebuchet MS, Tahoma, Gill Sans MT, Helvetica, Sans-Serif;
	cursor: pointer;
    cursor: hand;
}
.RadMenu_Robotic .link
{
	text-decoration:none;
	color: #FFFFFF;
	line-height: 25px;
	background: #fefefe url('img/Item.jpg') repeat-x;
	height: 25px;
	width: 200px;
}
.RadMenu_Robotic .link:hover,
.RadMenu_Robotic .focused,
.RadMenu_Robotic .expanded
{
	color: #FFFFFF;
	background: #fefefe url('img/ItemOver.jpg') repeat-x;
}
.RadMenu_Robotic .rightArrow,
.RadMenu_Robotic .rightArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}
.RadMenu_Robotic .rightArrow
{
	height:100%;
}
.RadMenu_Robotic .rightArrow,
.RadMenu_Robotic .rightArrowDisabled
{
	background-image: url('img/rightArrow.jpg');
}
.RadMenu_Robotic .expandLeft,
.RadMenu_Robotic .expandRight
{
	background:transparent url(img/rightArrow.jpg) right center no-repeat;
}
.RadMenu_Robotic .link:hover .expandLeft,
.RadMenu_Robotic .focused .expandLeft,
.RadMenu_Robotic .expanded .expandLeft
{
	background:transparent url(img/rightArrowOver.jpg) right center no-repeat;
}
.rootGroup .item
{   
    margin: 0px;
}
.level1
{
    position: relative;
    height: 325px;
    /*background-image: url(img/Level2BgSolid.jpg);
    background-repeat: repeat-x;*/
}
.level1
{
    background-image: url(img/Level2Bg.png);
    background-repeat: repeat-x;
    _background-image: none;
    _background-repeat: no-repeat;
}

/*Seems to be all child items - 17/7*/
.level1 .item .link
{
    clear: both;
    width: 138px;
    height: 25px;
}
.level2
{
    position: relative;
    height: 325px;
    background-image: url(img/Level3Bg.png);
    background-repeat: repeat-x;
    /*_background-image: url(img/Level3BgIE6.jpg);*/
    _background-image: none;
    _background-repeat: no-repeat;
}
.level2 .item .link
{
    width: 138px;
}
.level3
{
    position: relative;
    height: 325px;
    background-image: url(img/Level2Bg.png);
    background-repeat: repeat-x;
    _background-image: none;
    _background-repeat: no-repeat;
    width: 274px;
}
.level3 .item .link
{
    width: 274px;
    background-color: #000000;
}
