﻿/* r.a.d.menu Top Menu skin */

.RadMenu_TopMenuSkin 
{
}

.RadMenu_TopMenuSkin .link
{
  background-image :url(img/topMenuTile.gif);
  font-family: Arial,Verdana;
  font-weight:bold;   
  font-size: 10pt;
  color:white;
  border-right:solid 1px white;
  border-bottom:solid 1px white;  
  text-align: center;
  height:39px;
  text-decoration:none;
}

.RadMenu_TopMenuSkin .text
{
	padding-top:11px;
}

.RadMenu_TopMenuSkin .group .disabled .text
{
	color:Gray;
}


.RadMenu_TopMenuSkin .link:hover,
.RadMenu_TopMenuSkin .focused,
.RadMenu_TopMenuSkin .expanded
{
	background-image: none;
	background-color:#074777; 
	height:39px;
}

.RadMenu_TopMenuSkin .expanded
{
	border-bottom:solid 1px #074777;		
}


.RadMenu_TopMenuSkin .text
{	
}

.RadMenu_TopMenuSkin .group
{
	cursor: hand;
	padding:0px;
	margin:0px;
	background-color:#B2B1D4;
}

.RadMenu_TopMenuSkin .group .link
{
	text-align:left;
	background-image:none;
	background-color:#008CCD;
	border-bottom:solid 1px #289ED5;
	height:25px;	
	font-family:verdana;    
	font-weight:normal;   
	font-size: 8pt;
	color:white;	
	min-width:200px;
}

.RadMenu_TopMenuSkin .group .text
{
	padding:5px;
}


.RadMenu_TopMenuSkin .group .link:hover,
.RadMenu_TopMenuSkin .group .focused,
.RadMenu_TopMenuSkin .group .expanded
{
	background-color:#074777;
	height:25px;
}


.RadMenu_TopMenuSkin .group .disabled:hover,
.RadMenu_TopMenuSkin .group .disabled
{
	background-color:#B2B1D4;
}


.RadMenu_TopMenuSkin .vertical .separator
{
	background-color: #B2B1D4;	
}

.RadMenu_TopMenuSkin .vertical .separator span.text
{
	font-size: 1px;
	background-image: url(img/separator.gif);
	background-repeat:repeat;
	
	height:1px;
	width:200px;
	border: none;
}



.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-image: url(img/rightArrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:10px;		
}

.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
{
}

