/* Global subnav Styles  - see color style sheets for further styles */

/* These are styles used globally by the expanding subnav. Further styles for this plugin are defined the in the "color" style sheets. */
		
/* style for the containing div for the menu */	
/* note, the font size of 83% gives a very similar font-size in IE and Mozilla. feel free to change it, but appreciate the impact cross-browser */
div#subnav {
  width: 170px;
  font: small Arial, Helvetica, Verdana, sans-serif;
  font-size: 90%;
  margin: 10px 0;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
}

/* style of the "header" for the menu if there is one */
div#subnav .head {
  margin: 10px 0 0 0;
  padding: 10px;
  background: #005695;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

div#subnav .head a {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

div#subnav .footer {
  width: 170px;
  height: 35px;
  background: #fff;
  clear: both;
}

/* default ul tag style for this menu - you probably won't need to change this */
div#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
		
/* default li tag style for this menu - you probably won't need to change this */
div#subnav ul li		
{
  float: left;
  width: 100%;
  margin: 0px;
}
		
/* style for the actual menu links. padding-top and padding bottom styles are useful for netscape which doesn't seem to handle "filling" the LI tag to 100% height */
/* change the padding styles, but exercise some caution with different browsers*/					
div#subnav a {
  display: block;
  text-decoration: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 1.5em;
}
		
/* style for the menu bullets */
div#subnav a SPAN	 {
  float: left;
  height: 1.5em;
  width: 14px;
  background-repeat: no-repeat;
}

/* Level 0 Styles */

#subnav a.L0 { /* defines level 0 link */
  color: #09347a;
  font-weight: bold;
  border-bottom: 1px dashed #d2d2d2;
}

#subnav a.L0 SPAN.hc { /* defines level 0 bullet for children */
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L0 SPAN.nc { /* defines level 0 bullet for no children */
  background-image: url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}

#subnav a.L0sel { /* defines level 0 if selected page */
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}					

#subnav a.L0sel SPAN.hc { /* defines level 0 bullet for children if selected page */
  background-image: url(../../../../images/dnArwWhite.gif);
	margin-top: 3px;
}

#subnav a.L0sel SPAN.nc { /* defines level 0 bullet for no children if selected page*/
  background-image: url(../../../../images/sqBltWhite.gif);
	margin-top: 2px;
}

#subnav a.L0sel:hover	{ /* in this case effectively suppresses the hover effect for selected pages */
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}
	
#subnav a.L0:hover { /* defines the level 0 hover effect */
  color: #026fc4;
  background: #fff;
  text-decoration: underline;
}

#subnav a.L0:hover SPAN.hc { /* defines the level 0 hover bullet for children */
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L0:hover SPAN.nc { /* defines the level 0 hover bullet for no children */
  background-image: url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}
	
/* Level 1 Styles */

#subnav a.L1 {
  font-size: 100%;
  color: #09347a;
  border-bottom: 1px dashed #d2d2d2;
}

#subnav a.L1 SPAN.hc {
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L1 SPAN.nc {
  background-image: url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}

#subnav a.L1sel {
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}

#subnav a.L1sel SPAN.hc {
  background-image: url(../../../../images/dnArwWhite.gif);
	margin-top: 3px;
}

#subnav a.L1sel SPAN.nc {
  background-image: url(../../../../images/sqBltWhite.gif);
	margin-top: 2px;
}

#subnav a.L1sel:hover {
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}
	
#subnav a.L1:hover {
  color: #026fc4;
  background: #fff;
  text-decoration: underline;
}	

#subnav a.L1:hover SPAN.hc {
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L1:hover SPAN.nc { 
  background-image:url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}

/* Level 2 Styles */

#subnav a.L2 {
  font-size: 100%;
  color: #09347a;
  border-bottom: 1px dashed #d2d2d2;
}

#subnav a.L2 SPAN.hc {
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L2 SPAN.nc {
  background-image: url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}

#subnav a.L2sel {
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}

#subnav a.L2sel SPAN.hc {
  background-image: url(../../../../images/dnArwWhite.gif);
	margin-top: 3px;
}

#subnav a.L2sel SPAN.nc {
  background-image: url(../../../../images/sqBltWhite.gif);
	margin-top: 2px;
}

#subnav a.L2sel:hover	{
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}

#subnav a.L2:hover {
  color: #026fc4;
  background: #fff;
  text-decoration: underline;
}
	
#subnav a.L2:hover SPAN.hc {
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L2:hover SPAN.nc {
  background-image: url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}

/* Level 3 Styles */

#subnav a.L3 {
  color: #09347a;
  font-weight: bold;
  border-bottom: 1px dashed #026fc4;
}

#subnav a.L3 SPAN.hc {
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L3 SPAN.nc {
  background-image: url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}

#subnav a.L3sel {
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}

#subnav a.L3sel SPAN.hc {
  background-image: url(../../../../images/dnArwWhite.gif);
	margin-top: 3px;
}

#subnav a.L3sel SPAN.nc {
  background-image: url(../../../../images/sqBltWhite.gif);
	margin-top: 2px;
}

#subnav a.L3sel:hover	{
  color: #fff;
  background: #809cd1;
  font-weight: bold;
}

#subnav a.L3:hover {
  color: #026fc4;
  background: #fff;
  text-decoration: underline;
}
	
#subnav a.L3:hover SPAN.hc {
  background-image: url(../../../../images/rtArwBlue.gif);
	margin-top: 3px;
}

#subnav a.L3:hover SPAN.nc {
  background-image: url(../../../../images/sqBltBlue.gif);
	margin-top: 2px;
}
