﻿/*----------------------------------------------------
Title: 		bogus navigation
Author:		Drake Cooper - DrakeCooper.com
Updated:	6/2011
Valid:		
----------------------------------------------------
***********************************************************************************
	NAVIGATION STYLES
***********************************************************************************
 navigation */
ul#nav {
height:38px;
padding:0 5px;
position:relative;
z-index:20;
}

ul#nav li {
display:block;
float:left;
height:38px;
overflow:visible;
position:relative;
}

ul#nav li.hasChildren:hover {
border:solid #999;
border-width:0 1px;
}

ul#nav li a {
background-color:#FFF;
color:#333;
display:block;
font-size:11px;
font-weight:bold;
line-height:38px;
padding:0 25px 0 10px;
position:relative;
text-align:center;
text-decoration:none;
text-transform:uppercase;
z-index:20;
}

ul#nav li:hover a {
text-decoration:underline;
}

ul#nav li.hasChildren:hover a {
padding:0 24px 1px 9px;
}

ul#nav li a.arrow {
background:url(images/nav-arrow.gif) 0 0 no-repeat;
display:block;
height:14px;
margin:0;
padding:0;
position:absolute;
right:10px;
top:12px;
width:15px;
}

ul#nav li.hasChildren:hover a.arrow {
background-position:-15px 0;
padding:0;
right:9px;
}

/* drop down nav */
ul#nav li ul {
background-color:#FFF;
border:1px solid #999;
display:none;
left:-1px;
min-width:130px;
padding:15px;
position:absolute;
top:38px;
z-index:20;
}

ul#nav li:hover ul,ul#nav li.ieHover ul {
display:block;
}

ul#nav li ul.ddnav li {
background:none;
border:0;
float:none;
height:20px;
padding:0;
}

ul#nav li.hasChildren ul.ddnav li a {
color:#084A73;
display:inline;
font-size:11px;
height:auto;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
text-transform:none;
white-space:nowrap;
}

ul#nav li.hasChildren ul.ddnav li a:hover {
padding:0;
text-decoration:underline;
}

/* top nav */
#top-nav {
background:url(images/top-nav-bg.gif) no-repeat;
height:24px;
left:580px;
padding:15px;
position:relative;
top:71px;
width:350px;
z-index:2;
}

#top-nav li {
float:left;
}

#top-nav li a {
border-left:1px solid #FFF;
color:#FFF;
display:block;
float:left;
font-size:11px;
margin:5px 0;
padding:0 6px;
text-align:center;
text-decoration:none;
}

#top-nav li:first-child,#top-nav li.first-child a {
border-left:0;
}

/* secondary */
ul.secondarynav {
background-color:#FCFCFC;
border-top:15px solid #D9E8EB;
margin-top:-10px;
padding:5px;
}

ul.secondarynav li {
border:0;
display:block;
height:auto;
margin:0;
padding:0;
}

ul.secondarynav li a {
border-bottom:1px dotted #ccc;
color:#06c;
display:block;
font-size:11px;
font-weight:bold;
height:1%;
margin:0;
padding:5px;
text-align:left;
text-decoration:none;
text-transform:none;
}

ul.secondarynav li a:hover {
color:#444;
text-decoration:none;
}

/* admin nav */
#admin-nav {
-khtml-border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#FFF;
border:1px solid #999;
left:20px;
padding:2px;
position:absolute;
top:15px;
}

#admin-nav li {
float:left;
padding:0 10px;
}

/* jumplinks for naviation to anchors 

---------------------------------------------*/
.jumplinks {
border:1px dotted #D2CDC3;
margin-bottom:1em;
padding:10px;
width:500px;
}

.jumplinks span {
color:#060;
font-weight:bold;
}

.jumplinks ul {
list-style:none;
margin:0;
padding:0;
}

.jumplinks li a {
background:url(Images/arrow_submenu.gif) no-repeat right center;
border-bottom:0 none;
color:#334A5A;
display:block;
padding:5px 0 5px 20px;
text-decoration:none;
width:100%;
}

html>body .jumplinks li a {
width:auto;
}

.jumplinks li a:hover {
color:#C60;
}

.jumplinks li ul {
padding-left:1em;
}

.jumplinks li ul li {
border-bottom:0 dotted #ccc;
}

/************************** SIFR ***************************************************************
 These are standard sIFR styles... do not modify */
.sIFR-flash {
margin:0;
visibility:visible !important;
}

.sIFR-replaced {
visibility:visible !important;
}

span.sIFR-alternate {
display:block;
height:0;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:0;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
display:none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
background:transparent url(/assets/content/images/h1-sifr-border.gif) no-repeat left bottom;
height:45px;
visibility:hidden;
}

#header h1 {
background:none;
visibility:visible;
}

