/* r.a.d.menu Terminal skin */

.RadMenu_Terminal 
{
	/**/
}
.MenuImage
{
	border-width: 0px;
	font-size:13px;
	vertical-align: middle;
	font-family: ZineSlabDis-RegularRomanTf;
	COLOR: inherit;
	margin-left: 10px;
}
.MenuImage1
{

}

.FocusedItem
{
	background-color: Green;
}

.HoveredItem
{
	background-color: Red;
}

a.MenuImage1:hover
{
	background-image:url('tommnuHover.gif');
	background-repeat:no-repeat;
	background-position:left;
}
a.MenuImage1:active
{
	background-image:url('tommnuSelect.gif');
	background-repeat:no-repeat;
	background-position:left;
}

.RadMenu_Terminal .link
{
	text-decoration: none;
	color: #804e00;
	width: 128px;
	line-height: 46px;
	padding-left: 10px;
}

.RadMenu_Terminal .link:hover,
.RadMenu_Terminal .focused,
.RadMenu_Terminal .expanded
{
	background-image:url('tommnuHover.gif');
	background-repeat:no-repeat;
	background-position:left;
	cursor:hand;
	margin-left:-3px;
	padding-left: 13px;
}

.RadMenu_Terminal .SelectedItem,
.RadMenu_Terminal .SelectedItem  .focused,
.RadMenu_Terminal .SelectedItem  .expanded
{
	/*background-image:url('tommnuSelect.gif');*/
	background-repeat: no-repeat;
	background-position:left !important;
	
	cursor:hand;
}

.RadMenu_Terminal .SelectedItem  .link:hover
{
	background-image:none;
}

.RadMenu_Terminal .SelectedItem .text .img
{
	color: #557F55;
	margin-top:2px;
}

.RadMenu_Terminal .SelectedItem .text .contentTable
{
	width: 100%;
	
	background-color: #B1C8A5;
	background-repeat: no-repeat;
	background-position:left !important;
}

.RadMenu_Terminal .SelectedItem .text .center
{
	background-color: #B1C8A5;
	background-repeat: no-repeat;
	background-position:left !important;
}


.RadMenu_Terminal .SelectedItem .text .topEdge
{
	background-color: Transparent;
	background-image:url('topEdge.gif');
	background-repeat: no-repeat;
	background-position:left !important;
	width: 6px;
	height: 8px;
	font-size: 0px;
}

.RadMenu_Terminal .SelectedItem .text .bottomEdge
{
	background-color: Transparent;
	background-image:url('bottomEdge.gif');
	background-repeat: no-repeat;
	background-position:left !important;
	width: 6px;
	height: 8px;
	font-size: 0px;
}

.RadMenu_Terminal .text
{
	padding-right: 0px;
}

.RadMenu_Terminal .text .img
{
	border-width: 0px;
	font-size:13px;
	vertical-align: middle;
	margin-top:2px;
	font-family: ZineSlabDis-RegularRomanTf;
	COLOR: #557F55;
	margin-left: 10px;
}


.RadMenu_Terminal .group
{
	background: white;
	border-bottom: solid 0px #d94c2c;
}

.RadMenu_Terminal .group .link
{
	background: #e7e2d9 url('img/menuItemArrow.gif') no-repeat 4px center;
	border-bottom: solid 0px #fff;
	width: 120px;
	line-height: 26px;
	padding-left: 0px;
}

.RadMenu_Terminal .group .link:hover,
.RadMenu_Terminal .group .focused,
.RadMenu_Terminal .group .expanded
{
	background: #eae7e2 url('img/menuItemArrow.gif') no-repeat 4px center;
	font-weight: normal;
}

.RadMenu_Terminal .rootGroup .disabled:hover
{
	font-weight: normal;
}

.RadMenu_Terminal .rootGroup .link:hover
{
	/*background-color: Red;*/
}

.RadMenu_Terminal .leftArrow,
.RadMenu_Terminal .rightArrow,
.RadMenu_Terminal .topArrow,
.RadMenu_Terminal .bottomArrow,
.RadMenu_Terminal .leftArrowDisabled,
.RadMenu_Terminal .rightArrowDisabled,
.RadMenu_Terminal .topArrowDisabled,
.RadMenu_Terminal .bottomArrowDisabled
{
	border-left:0px solid #d9d6ce;
	border-right:0px solid #d9d6ce;
	background: #f5f3ef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Terminal .topArrow,
.RadMenu_Terminal .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Terminal .bottomArrow,
.RadMenu_Terminal .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Terminal .rightArrow,
.RadMenu_Terminal .leftArrow
{
	height:100%;
}

.RadMenu_Terminal .rightArrow,
.RadMenu_Terminal .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Terminal .vertical .separator .text
{
	border-bottom: solid 0px #d94c2c;
}

.RadMenu_Terminal .expandLeft,
.RadMenu_Terminal .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Terminal_rtl .expandLeft,
.RadMenu_Terminal_rtl .expandRight,
.RadMenu_Terminal_rtl .group .link:hover .expandLeft,
.RadMenu_Terminal_rtl .group .link:hover .expandRight
{
	background: none;
	
}


.RadMenu_Terminal .link:hover .expandLeft,
.RadMenu_Terminal .link:hover .expandRight,
.RadMenu_Terminal .focused .expandLeft,
.RadMenu_Terminal .focused .expandRight,
.RadMenu_Terminal .expanded .expandLeft,
.RadMenu_Terminal .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

