
/* ::: DEROYAL.COM - SCREEN NAVIGATION CSS ::: */

/* =============================================== */
/*  PRIMARY TABBED NAVIGATION RULES AND MODIFIERS  */
/* =============================================== */

#navFrame {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 990px;
	background-image: url(../Images/Backgrounds/navBkg.gif);
	background-repeat: repeat-x;
	height: 29px;
	position: relative;
	z-index: 5000;
}

#navLeft
{
	border-left: solid 1px #FFFFFF;
    width: 860px;
    float: left;
    clear: right;
}

#navRight {
	width: 110px;
	float: right;
}

#navRight p 
{
	padding: 0px;
	text-align: right;
	font-weight: bold;
	font-family: 'Segoe UI', 'SegoeUINegreta', Arial, Helvetica, sans-serif;
}

#navRight a
{
	font-size: 0.9em;
}

.menu, .menu ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}

.menu li.tabHome, .menu li.tab, .menu li.tabLast {
	display: block; 
	float: left; 
	position: relative;
	margin-bottom: 0px;
	font-size: 0.9em; 
	font-weight: bold;
	font-family: 'Segoe UI', 'SegoeUINegreta', Arial, Helvetica, sans-serif;
}

.menu li.tabHome, .menu li.tab {
	background-image: url(../Images/Backgrounds/tabOutBkg.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.menu li.tabHome a.tabLink, .menu li.tab a.tabLink, .menu li.tabLast a.tabLink {
	display: block; 
	float: left; 
	height: 29px; 
	line-height: 29px; 
	text-decoration: none; 
	padding: 0;
	z-index: 5000;
}

.menu li.tabHome a.tabLink, .menu li.tab a.tabLink, .menu li.tabLast a.tabLink {
	color: #CCFFFF;
}

.menu li.tabHome a.tabLink span.tabSpan, .menu li.tab a.tabLink span.drop, .menu li.tabLast a.tabLink span.drop{
	display: block; 
	float: left; 
	height: 29px; 
}

.menu li.tabHome a.tabLink span.tabSpan, .menu li.tab a.tabLink span.drop, .menu li.tabLast a.tabLink span.drop {
	padding: 0px 14px 0px 14px;
}

.menu a:hover 
{
    visibility: visible; 
    cursor: pointer; 
    position: relative;
}

.menu li:hover 
{
    position: relative; 
    z-index: 5000;
}


.menu li.tabHome a.tabLink:hover span.tabSpan,
.menu li.tabHome:hover a.tabLink span.tabSpan {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu li.tab a.tabLink:hover span.drop,
.menu li.tab:hover a.tabLink span.drop,
.menu li.tabLast a.tabLink:hover span.drop,
.menu li.tabLast:hover a.tabLink span.drop 
{
	background-color: #DFECF4;
	background-image: url(../Images/Backgrounds/tabOverBkg.gif);
	background-repeat: repeat-x;
	color: #CC6633;
}


.menu table {
	border-collapse: collapse; 
	width: 0; 
	height: 0; 
	position: absolute; 
	top: 0; 
	left: 0;
}

.menu ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: 0; 
	height: 0;
}

.menu :hover ul.dropList
{
    left: 0;
    top: 29px;
    padding: 0px;
    white-space: nowrap;
    width: 220px;
    height: auto;
    margin: 0px;
    background-color: #DFECF4;
    border-bottom: solid 5px #579ACC;
}

.menu :hover ul.dropList li {
	display: block; 
	float: left;
	margin: 0px;
}

.menu :hover ul.dropList li a {
	display: block; 
	float: left; 
	width: 220px; 
	text-decoration:none; 
	padding: 0;
	background-color: transparent;
	line-height: 30px;
}

.menu :hover ul.dropList li a span {
    display: block;
    float: left;
    height: 30px;
    width: 187px;
    font-weight: bold;
    color: #437FAD;
    padding-left: 28px;
    padding-right: 5px;
    text-decoration: none;
	background-image: url(../Images/Bullets/bulletSquare_Blue.gif);
	background-position: 14px center;
	background-repeat: no-repeat;
}

.menu :hover ul.dropList li a:hover, .menu :hover ul.dropList li a:hover span {
	color: #666666;
	background-image: url(../Images/Bullets/bulletSquare_Gray.gif);
	background-position: 14px center;
	background-repeat: no-repeat;
	text-decoration: underline;
	background-color: #F2F7FB;
}

/* ========================================== */
/*  FULL MENU NAVIGATION RULES AND MODIFIERS  */
/* ========================================== */

.closeMenuLink
{
	background-image: url(../Images/Backgrounds/tabCloseMenuBkg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block; 
	float: right; 
	position: relative;
	line-height: 29px;
	color: #CC6633;
	text-decoration: none;
}

.closeMenuLink:hover
{
	text-decoration: underline;
}

.closeMenuLink span
{
	display: block;
	line-height: 29px;
	padding-left: 30px;
	padding-right: 12px;
	background-image: url(../Images/Buttons/btnCloseMenuUp.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}

.fullMenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 990px;
	background-color: #F2F7FB;
	border-bottom: solid 1px #CCE1EE;
	padding-top: 9px;
	padding-bottom: 9px;
}

.fullMenuTableContainer
{
	width: 964px;
	margin: 0px auto;
	overflow: hidden;
}

.fullMenuHeaderCell
{
	width: 200px;
	border: solid 1px #C8D2DB;
	padding: 3px 8px;
	background-color: #437FAD;
	vertical-align: middle;
}

.fullMenuLinksListCell
{
	border: solid 1px #C8D2DB;
	background-color: #FFFFFF;
	padding: 3px 12px;
	vertical-align: middle;
}

.fullMenuHeaderCell h5
{
	padding: 0px;
	line-height: 1.7em;
	text-align: right;
	color: #CCFFFF;
	font-size: 0.9em;
}

.fullMenuLinksListCell h5
{
	padding: 0px;
	line-height: 1.7em;
	font-size: 1.93m;
}


.fullMenu h5 a
{
	color: #3F8CC5;
	text-decoration: none;
}

.fullMenu h5 a:hover
{
	color: #CC6633;
	text-decoration: underline;
}


.fullMenuLink
{
	background-image: url(../Images/Backgrounds/navRightBkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block; 
	float: right; 
	position: relative;
	line-height: 29px;
	color: #CCFFFF;
	text-decoration: none;
}

.fullMenuLink:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.fullMenuLink span
{
	display: block;
	line-height: 29px;
	padding-left: 30px;
	padding-right: 12px;
	background-image: url(../Images/Buttons/btnFullMenuDown.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}

/* ================================================= */
/*  SECONDARY TABBED NAVIGATION RULES AND MODIFIERS  */
/* ================================================= */

.viewTabs {
	width:100%;
	background: url(../Images/Backgrounds/pageViewTabsBkg.gif) repeat-x bottom;
	line-height: normal;
	overflow: hidden;
	margin-bottom: 8px;
}
		
.viewTabs ul {
	 margin:0;
	 padding: 6px 10px 0 10px;
	 list-style:none;
}

.viewTabs ul li {
	display:inline;
	margin: 0;
	padding:0;
}

.viewTabs ul li a {
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 6px;
	border-bottom: 1px solid #C8D2DB;
	text-decoration: none;
	color: #437FAD;
	font-size: 0.9em;
}

.viewTabs ul li a span {
	float: left;
	display: block;
	padding: 11px 12px 5px 6px;
	font-weight: bold;
	font-family: 'Segoe UI', 'SegoeUINegreta', Arial, Helvetica, sans-serif;
}

.viewTabs ul li.viewtabLink a:hover, .viewTabs ul li.viewtabLast a:hover
{
	color: #CC6633;
	text-decoration: underline;
	cursor: pointer;
}

.viewTabs ul li.viewtabLink a span, .viewTabs ul li.viewtabLink a:hover span 
{
	background-repeat: no-repeat;
	background-position: right 14px;
	background-image: url(../Images/Backgrounds/pageViewTabOut.gif);
}

.viewTabs ul li.viewtabHere 
{
	margin-right: 1px;
}

.viewTabs ul li.viewtabHere a, .viewTabs ul li.viewtabHere a:hover 
{
	left: -1px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Images/Backgrounds/pageViewTabHere_Left.gif);
	border-width: 0;
	cursor: default;
	color: #CC6633;
	text-decoration: none;
	z-index: 500;
}

.viewTabs ul li.viewtabHere a span, .viewTabs ul li.viewtabHere a:hover span 
{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../Images/Backgrounds/pageViewTabHere_Right.gif);
	padding-top: 9px;
	padding-bottom: 8px;
}

/* ======================================== */
/*  SIDEBAR NAVIGATION RULES AND MODIFIERS  */
/* ======================================== */

.sidebarNav
{
	list-style: none;
	width: 198px;
	margin: 0px;
	padding: 5px 15px 0px 15px;
}

.sidebarNav li,  .sidebarNav_Vert li
{
	background-image: url(../Images/Backgrounds/sidebarDottedUnderline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	font-size: 0.9em;
	font-weight: bold;
	font-family: 'Segoe UI', 'SegoeUINegreta', Arial, Helvetica, sans-serif;
}

.sidebarNav li a, .sidebarNav_Vert li a
{
	color: #437FAD;
	text-decoration: none;
	padding: 6px 0px 6px 13px;
	text-decoration: none;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-image: url(../Images/Bullets/bulletSquare_Blue.gif);
}

.sidebarNav li a:hover, .sidebarNav_Vert li a:hover
{
	color: #666666;
	text-decoration: underline;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-image: url(../Images/Bullets/bulletSquare_Gray.gif);
}

.sidebarNav li a.sidebarHere, .sidebarNav li a.sidebarHere:hover, .sidebarNav_Vert li a.sidebarHere, .sidebarNav_Vert li a.sidebarHere:hover
{
	color: #CC6633;
	
	cursor: default;
	text-decoration: none;
	padding: 6px 0px 6px 13px;
	text-decoration: none;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-image: url(../Images/Bullets/bulletSquare_Orange.gif);
}

.sidebarNav_Vert
{
	list-style: none;
	width: 210px;
	margin: 0px;
	padding: 5px 15px 0px 0px;
}

