﻿/* r.a.d.menu Top Menu skin */

.RadMenu_TopMenuSkin 
{
	z-index:1000;
}

.RadMenu_TopMenuSkin .link
{
	font-family:arial,verdana;    
	font-weight:bold;   
	font-size: 12px;
	color:white;
	text-align: center;
	height:20px;
	width:100px;
	text-decoration:none;
	padding-top:8px;
}

.RadMenu_TopMenuSkin .text
{	
	padding-left: 10px;
	white-space:normal;
}

.RadMenu_TopMenuSkin .link:hover,
.RadMenu_TopMenuSkin .focused,
.RadMenu_TopMenuSkin .expanded
{
	cursor: hand;
	background-image:none;
	height:20px;
	color:black;
}

.RadMenu_TopMenuSkin .group
{
	border: solid 1px gray;
}

.RadMenu_TopMenuSkin .group .link
{
	text-align:left;
	height:25px;	
	width:100px auto;
	font-family:verdana;    
	font-weight:bold;   
	font-size: 8pt;
	color:White;	
	background-color:#4759A5;
}

.RadMenu_TopMenuSkin .group .text
{
	padding-left:15px;
	white-space:normal;
}


.RadMenu_TopMenuSkin .group .link:hover,
.RadMenu_TopMenuSkin .group .focused,
.RadMenu_TopMenuSkin .group .expanded
{
	color:black;
	font-weight:bold;
	height:25px;
	z-index:260;
}


.RadMenu_TopMenuSkin .group .disabled:hover,
.RadMenu_TopMenuSkin .group .disabled
{

}


.RadMenu_TopMenuSkin .vertical .separator
{

}

.RadMenu_TopMenuSkin .vertical .separator span.text
{

}



.RadMenu_TopMenuSkin .leftArrow,
.RadMenu_TopMenuSkin .rightArrow,
.RadMenu_TopMenuSkin .topArrow,
.RadMenu_TopMenuSkin .bottomArrow,
.RadMenu_TopMenuSkin .leftArrowDisabled,
.RadMenu_TopMenuSkin .rightArrowDisabled,
.RadMenu_TopMenuSkin .topArrowDisabled,
.RadMenu_TopMenuSkin .bottomArrowDisabled
{
}

.RadMenu_TopMenuSkin .topArrow,
.RadMenu_TopMenuSkin .topArrowDisabled
{
}

.RadMenu_TopMenuSkin .bottomArrow,
.RadMenu_TopMenuSkin .bottomArrowDisabled
{
}

.RadMenu_TopMenuSkin .rightArrow,
.RadMenu_TopMenuSkin .leftArrow
{
}

.RadMenu_TopMenuSkin .rightArrow,
.RadMenu_TopMenuSkin .rightArrowDisabled
{
}

.RadMenu_TopMenuSkin .expandLeft,
.RadMenu_TopMenuSkin .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:10px;	
}

.RadMenu_TopMenuSkin_rtl .expandLeft,
.RadMenu_TopMenuSkin .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_TopMenuSkin .link:hover .expandLeft,
.RadMenu_TopMenuSkin .link:hover .expandRight,
.RadMenu_TopMenuSkin .focused .expandLeft,
.RadMenu_TopMenuSkin .focused .expandRight,
.RadMenu_TopMenuSkin .expanded .expandLeft,
.RadMenu_TopMenuSkin .expanded .expandRight
{
}
