/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 155px; }
#nav ul.longer {width:190px;}
#nav ul.longer2 {width:290px;}
#nav ul ul { left: 156px; }

/* Everything else is theming */
 
#nav { background-color: #000; height: 30px;  border-top:#49485b 1px solid;}
#nav *:hover { background-color: none; }

#nav a { border-right: none; color: white; font-size: 12px; font-weight:bold; padding: 8px 15px 7px 15px; font-family: Arial,sans-serif; text-decoration:none;}
  #nav li.hover a { /*background-color: #9C8C83;*/
background-color:  #292930;}
  #nav ul { top: 30px; }
    #nav ul li a { background-color: #292930; font-weight:normal; font-size:11px; }
#nav ul li.blue.hover > a { font-weight:normal;background-color: #6f73b2; }
#nav ul li.green.hover > a { font-weight:normal;background-color: #95D341; }
#nav ul li.yellow.hover > a { font-weight:normal;background-color:#FCB53E; }
#nav ul li.turq.hover > a {font-weight:normal; background-color:#00A7B8;}
#nav ul li.purp.hover > a {font-weight:normal; background-color:#632F92;}
      #nav ul li.hover > a {font-weight:normal;background-color: #EF3829; }
	  
	     #nav ul a { border-bottom: none; border-right: none; opacity: 0.9; filter: alpha(opacity=90);font-weight:normal; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* side nav - RST */
#sidenav {
list-style:none;
display:block;
margin-left:0px;

font-size:12px;
margin-bottom:100px;
font-family: Arial,sans-serif;
}
#sidenav li {
line-height:1em;
padding:9px 0 10px 15px;

}
#sidenav li a {
display:block;
font-weight:normal;
font-family: Arial,sans-serif;
color:#fff;
text-decoration:none;
}#sidenav li a:hover{
text-decoration:underline;
}
#sidenav ul {
margin-top:10px;
margin-left:0px;
font-weight:normal;
list-style:none;
}
#nav a.orange{
color:#ef3829;
}
#nav a.turq{
color:#00A7B8;
}
#nav a.purp{
color:#632F92;
}
#nav a.yellow{
color:#FCB53E;
}
#sidenav li a.active{
font-weight:bold;
}
#sidenav ul li{
padding-left:10px;
}

#sidenav.purp li {
background:				transparent url(/images/site/sidenav-border-purp.gif) bottom right no-repeat;

}
#sidenav.turq li {
background:				transparent url(/images/site/sidenav-border-turq.gif) bottom right no-repeat;

}
#sidenav.orange li {
background:				transparent url(/images/site/sidenav-border-orange.gif) bottom right no-repeat;

}
#sidenav.yellow li {
background:				transparent url(/images/site/sidenav-border-yellow.gif) bottom right no-repeat;

}
#sidenav.purp li a:hover{

}
#sidenav.turq li ul li,#sidenav.orange li ul li, #sidenav.purp li ul li, #sidenav.yellow li ul li {
background:none;

}
/* TEST!!*/

