/*-------------------------------------------------------*/
/*
/* This is the Menu CSS
/*
/*-------------------------------------------------------*/

#menus {
width: 190px;
text-align: center;
margin-top: 30px;
} 

#menus ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
margin-top:0px;
}

/* style, color and size links and headings to suit */
#menus a, #menus h2 {
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menus h2 {
text-transform: uppercase;
text-align: center;
}

#menus a, #menus a:visited  {
text-decoration: none;
}

#menus a:hover {

}
li.main {
width: 160px;
background-image: url(herenav-mid4.gif);
background-repeat: repeat-y;
position: relative;
border-top: 2px solid #ffffff;
line-height: 18px;
padding-left: 2px;
text-align: left;
z-index: 500;
}

li.main a {
	padding-left: 15px;
	width: 170px;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

li.sub {
margin-left: 1px;
padding-right: 5px;
background: #000066 repeat;
position: relative;
z-index: 501;
}

li.sub a {
color: #FFFFFF;

}

li.bottom {
line-height: 20px;
font-size: 5px;
background-image: url(herenav-btm4.gif);
background-repeat: no-repeat;
position: relative;
border-top:2px solid #ffffff;
}
li.bottom a {
font-size: 5px;
color: #FFFFFF;
font: Courier;

}

li.top a, li.top a:hover {
font-size: 10px;
color: #FFFFFF;
font: Courier;
}

li.top {
padding-top: 2px;
padding-bottom: 2px;
line-height: 14px;
background-image: url(nav-top4goeshere.gif);
background-repeat: no-repeat;
position: relative;
/*WIDTH: 125px;*/

}

#menus ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
div#menus ul ul ul,
div#menus ul ul li:hover ul ul
{display: none;}

/* Mine */
div#menus ul ul ul ul,
div#menus ul ul ul li:hover ul ul
{display: none;}
/* Mine */

div#menus ul ul li:hover ul,
div#menus ul ul ul li:hover ul,
div#menus ul ul ul ul li:hover ul
{display: block;}



/* Sub Menus */
div#menus ul li.sub a,
div#menus ul ul li.sub:hover ul a,
div#menus ul ul ul li.sub:hover ul a,
div#menus ul ul ul ul li.sub:hover ul a
{
background: #B4B4B4;
color: #FFFFFF;
width: 225px;
}
div#menus ul ul li.sub:hover a,
div#menus ul ul ul li.sub:hover a,
div#menus ul ul ul ul li.sub:hover a,
div#menus ul ul ul ul ul li.sub:hover a
{
background: #F8DF52;
color: #000066;
}
div#menus ul ul li.sub a:hover {
color: #000066;
}



/* Main Menus */
div#menus ul li.main a:hover
{
color: #F8DF52;
}
li.main:hover a
{
color: #F8DF52;
}

/* This is for the Triangle */
#menus a span {
  display:none;
  }

#menus ul ul li.sub a:hover span.right{
  display:block; 
  position:absolute; 
  height:0; 
  width:0; 
  overflow:hidden; 
  border-top:4px solid #E1EBF6; 
  border-bottom:4px solid #E1EBF6; 
  left:180px; 
  top:6px; 
  border-left:4px solid #005596;
  text-decoration: none;
  }
* html #menus li.sub a:hover span.right {
  width:8px; 
  height:4px; 
  w\idth:0; 
  he\ight:0;
  }
  
#menus li.main a:hover span.right{ 
  display:block; 
  position:absolute; 
  height:0; 
  width:0; 
  overflow:hidden; 
  border-top:4px solid #005596; 
  border-bottom:4px solid #005596; 
  /* For best results, the "left" setting should be your menu .gif size - 15px */
  left:175px; 
  top:6px; 
  border-left:4px solid #FFFF00;
  }
  
* html #menus li.main a:hover span.right {
  width:8px; 
  height:16px; 
  w\idth:0; 
  he\ight:0;
  }.steps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: 963200;
	text-decoration: underline;

} .steps:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: medium;
   color: B4B4B4;
   text-decoration: underline; 

}.steps:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: medium;
   color: B4B4B4;
   text-decoration: none; 
   }
