﻿
/*
Compression results

Original size: 4692 bytes
Compressed size: 3398 bytes
Savings: 1294 bytes (28%) 
*/

/*Navigation Menu*/
#NavRow
{
	float: left;
	width: 990px;
	height: 33px;
	background-color: #281903;
}

.Spacer
{
	width: 1px;
	height: 33px;
	background-image: url('/Images/Common/NavSpacer.jpg');
	margin: 0px !important;
}

#NavRow a
{
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #ECDEBE;
	text-decoration: none;
}

#NavRow a:hover { text-decoration: underline; }

/* Base CSS for RadMenu*/
.RadMenu
{
	white-space: nowrap;
	float: left;
	width: auto;
	position: relative;
}

.RadMenu:after 
{
    content: ""; 
    display: block;
    height: 0;
    line-height: 1px;
    font-size: 1px;
    clear: both;
    visibility: hidden;
}

.RadMenu ul.rmHorizontal,
.RadMenu ul.rmVertical
{
	margin: 0;
	padding: 0;
	display: none;
	position: relative;
	left: 0;
	float: left;
	width: auto;
}

.RadMenu .rmItem
{
	float: left;
	width: auto;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;	
}

* html .RadMenu .rmItem
{
	display: inline;
}

.RadMenu .rmHorizontal .rmItem
{
	clear: none;
}

.RadMenu .rmVertical .rmItem
{
	clear: both;
}

.RadMenu ul.rmActive,
.RadMenu ul.rmRootGroup
{
	display: block;
}

.RadMenu .rmSlide, 
.rmContextMenu
{
	position: absolute;
	overflow: hidden;
	display: none;
	float: left;
	width: auto;
}

* html .RadMenu .rmSlide, 
* html .rmContextMenu
{
	height: 1px;
}

.rmContextMenu
{
	z-index: 1000;
	overflow: visible;
}

.RadMenu .rmText
{
	display: block;
}

.RadMenu div.rmText /*templates*/
{
	white-space: normal;
}

.RadMenu a.rmLink
{
	cursor: default;
	display: block;	
}

.rmScrollWrap
{
	position: absolute;
	float: left;
	width: auto;
	overflow: hidden;
	left: 0;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmRightArrow
{
	position: absolute;
	z-index: 2000;
	text-indent: -1000em;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.RadMenu .rmLeftArrowDisabled,
.RadMenu .rmTopArrowDisabled,
.RadMenu .rmBottomArrowDisabled,
.RadMenu .rmRightArrowDisabled
{
	display: none;
	text-indent: -1000em;
	font-size: 0;
	line-height: 0;
}

.RadMenu .rmBottomArrow,
.RadMenu .rmBottomArrowDisabled
{
	margin-bottom: -1px;
}

.RadMenu .rmLeftImage
{
	border: 0;
	float: left;
	width: auto;
}

.rmRtl
{
	float: right;
	width: auto;
	text-align: right;
}

.rmRtl ul.rmHorizontal,
.rmRtl ul.rmVertical
{
	float: right;
	width: auto;
}

.rmRtl .rmItem
{
	float: right;
	width: auto;	
}

.rmRtl .rmLeftImage,
.rmRtlContext .rmLeftImage
{
	border: 0;
	float: right;
	width: auto;
}

.RadMenu ul.rmRootGroup
{
	float: none;
	width: auto;
}

* html .RadMenu ul.rmRootGroup
{
	float: left;
	width: auto;
}

.RadMenu .rmLink
{
	width: auto;
}

.RadMenu .rmSeparator,
.RadMenu .rmSeparator:after
{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*Custom Styles for AQF Navigation*/

/*Height and link color*/
.RadMenu .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: White;
}

/*Link Hoever states*/
.RadMenu .rmLink:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/*Height/Padding for main menu item*/
.RadMenu .rmItem
{
	margin: 0 13px;
	background-repeat: no-repeat;
	height: 33px;
	line-height: 33px;
	text-align: center;
}


.RadMenu .rmText
{
	color: #ECDEBE;
	text-decoration: none;
	line-height: 33px !important;
	height: 33px !important;
}

/*Position the dropdown*/
.rmSlide
{
	top: 33px;
	left: 0px;
}

/*Styling for SubMenu items*/
.rmSlide .rmItem
{
	line-height: 24px !important;
	height: 24px !important;
	vertical-align: middle;
	margin: 0px;
	color: White;
	background-color: #333333;
	
	/* for IE */
	filter:alpha(opacity=80);
	
	/* CSS3 standard */
	opacity:0.8;
}

.rmSlide .rmText
{
	min-width: 150px;
	line-height: 24px !important;
	height: 24px !important;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin: 0px 12px;
	padding-left: 0px !important;
	text-transform: capitalize;
	text-decoration: none;
	background-image: url('/Images/Common/subMenuBG.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.rmSlide .rmLast .rmText
{
	background-image: url('/Images/Common/subMenuBGLast.gif');
}

.rmSlide .rmLink:hover
{
	cursor: pointer;
}
