/* 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: 254px; }
#nav  ul ul { left: 131px; }

/* Everything else is theming */
 
#nav  { background-color: #30A8C3; height: 24px; }
#nav  *:hover { background-color: none; }
#nav  a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; text-decoration: none;}
  #nav  li.hover a { color: rgb(0, 0, 0); background-color: rgb(235, 235 ,235); }
  #nav  ul { top: 25px; border: 1px solid rgb(180, 180, 180); }
    #nav  ul li a { color: rgb(0, 0, 0); background-color: rgb(235, 235 ,235); }
      #nav  ul a.has-subnav { background-color: #2E2A2A }
			#nav  ul a.hover { color: rgb(255, 255, 255); background-color: rgb(73, 163, 255); }
   #nav  ul a { border-bottom: 1px solid rgb(200, 200, 200); border-right: none; opacity: 1.0; filter: alpha(opacity=100); }
   

/* Basic code - don't modify */
 
 #nav2  { display: block; margin: 0; padding: 0; position: relative; }
  #nav2  li { display: block; list-style: none; margin: 0; padding: 0; float: right; position: relative; }
  #nav2  a { display: block; }
  #nav2  ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .#nav2  ul { line-height: 0; } /* IE6 "fix" */
  	#nav2  ul a { zoom: 1; } /* IE6/7 fix */
    #nav2  ul li { float: none; }
    #nav2  ul ul { top: 0; }
    
/* Essentials - configure this */

#nav2  ul { width: 254px; }
#nav2  ul ul { left: 131px; }

/* Everything else is theming */
 
#nav2  { background-color: #30A8C3; height: 24px; }
#nav2  *:hover { background-color: none; }
#nav2  a { border-right: none; color: white; font-size: 12px; padding: 6px; line-height: 1; text-decoration: none;}
  #nav2  li.hover a { color: rgb(0, 0, 0); background-color: rgb(235, 235 ,235); }
  #nav2  ul { top: 25px; border: 1px solid rgb(180, 180, 180); }
    #nav2  ul li a { color: rgb(0, 0, 0); background-color: rgb(235, 235 ,235); }
      #nav2  ul a.has-subnav { background-color: #2E2A2A }
			#nav2  ul a.hover { color: rgb(255, 255, 255); background-color: rgb(73, 163, 255); }
   #nav2  ul a { border-bottom: 1px solid rgb(200, 200, 200); border-right: none; opacity: 1.0; filter: alpha(opacity=100); }
   
