/* r.a.d.menu (horizontal) styles for VidSys */

.RadMenu_Vidsys_horizGrey 
{
	background: transparent url('img/bg.gif') repeat-x;
	border: 1px solid #6A737B;
	text-align: center;
	margin: auto;
}

.RadMenu_Vidsys_horizGrey_Context
{
	background: none;
	border:0;
}

.RadMenu_Vidsys_horizGrey .link
{
	line-height: 20px;
	text-decoration:none;
	color: #fff;
	background: transparent url('img/bg.gif') repeat-x;
	border:0;
	text-align: center;
	margin-left: 0px;	
	margin-right: 5px;
}

.RadMenu_Vidsys_horizGrey .link:hover,
.RadMenu_Vidsys_horizGrey .focused,
.RadMenu_Vidsys_horizGrey .expanded
{
	color: #fff;
	background: transparent url('img/bg_h.gif') repeat-x;
}

.RadMenu_Vidsys_horizGrey .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

.RadMenu_Vidsys_horizGrey .horizontal .separator .text
{
	padding-right: 0px;
	background: transparent url('img/nav_divider.jpg');
	font-size: 1px;
}

.RadMenu_Vidsys_horizGrey .group
{
	border: 0px #6A737B solid;
	margin: 0px;
}

.RadMenu_Vidsys_horizGrey .group .link
{
	background: #6A737B;
	border:0;
	text-align: left;
}

.RadMenu_Vidsys_horizGrey .group .link:hover,
.RadMenu_Vidsys_horizGrey .group .focused,
.RadMenu_Vidsys_horizGrey .group .expanded
{
	background: transparent url('img/bg_h.gif') repeat-x;
	border: 0;
}

.RadMenu_Vidsys_horizGrey .group .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}


.RadMenu_Vidsys_horizGrey .leftArrow,
.RadMenu_Vidsys_horizGrey .rightArrow,
.RadMenu_Vidsys_horizGrey .topArrow,
.RadMenu_Vidsys_horizGrey .bottomArrow,
.RadMenu_Vidsys_horizGrey .leftArrowDisabled,
.RadMenu_Vidsys_horizGrey .rightArrowDisabled,
.RadMenu_Vidsys_horizGrey .topArrowDisabled,
.RadMenu_Vidsys_horizGrey .bottomArrowDisabled
{
	background: #6A737B url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Vidsys_horizGrey .topArrow,
.RadMenu_Vidsys_horizGrey .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Vidsys_horizGrey .bottomArrow,
.RadMenu_Vidsys_horizGrey .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Vidsys_horizGrey .rightArrow,
.RadMenu_Vidsys_horizGrey .leftArrow
{
	height:100%;
}

.RadMenu_Vidsys_horizGrey .rightArrow,
.RadMenu_Vidsys_horizGrey .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Vidsys_horizGrey .vertical .separator .text
{
	padding-top: 2px;
	background: #fff;
	font-size: 1px;
}

.RadMenu_Vidsys_horizGrey .expandLeft,
.RadMenu_Vidsys_horizGrey .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Vidsys_horizGrey .link:hover .expandLeft,
.RadMenu_Vidsys_horizGrey .link:hover .expandRight,
.RadMenu_Vidsys_horizGrey .focused .expandLeft,
.RadMenu_Vidsys_horizGrey .focused .expandRight,
.RadMenu_Vidsys_horizGrey .expanded .expandLeft,
.RadMenu_Vidsys_horizGrey .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}