/* Derived from http://www.devinrolsen.com/pure-css-horizontal-menu/ */

#pagebody { position: inherit !important; width: 100%; } /* DO NOT EDIT */
#pagebody-inner { position: inherit !important; width: 100%; } /* DO NOT EDIT */

#alpha, #beta, #gamma, #delta {
    display: inline; /* DO NOT EDIT */
    position: inherit !important; /* DO NOT EDIT */
    float: left; /* DO NOT EDIT */
    min-height: 1px; /* DO NOT EDIT */
}

#centernav {
  width: 960px; /* if you want your nav centered, set this to the width of your container, if you don't want it centered, change this number to 100% */
  margin-left: auto ;
  margin-right: auto ;
}

#dropnav 
{height:43px; background:#DCDCDC; } /* Changes the height and bg color of the main menu */

#dropnav ul
{margin:0px; padding:0px; padding-top: 12px;}

#dropnav ul li
{display:inline; float:left; list-style:none; margin-left:15px; position:relative; height:25px; width: 120px;} /* only edit the last 2 items - sets the width of the main menu */

#subnav li  {
  /*line-height: 40px;*/
  text-align: left;
  white-space: nowrap;
  clear: both;

}


#dropnav li {
	/*line-height: 40px;*/
	text-align: center;
}


#dropnav li.first {
	margin-left: 0;
	
}
#dropnav li.selected {
	background-color: #b7c2c8;
height:48x;
margin-top: -12px;
padding-top: 8px;
padding-bottom: 10px;
 
}

#dropnav li a
{color:#092f44; text-decoration:none;} /* Changes the link color of items on the main menu */

#dropnav li a:hover
{color:#900; text-decoration:none;}/* Changes the hover color of items on the main menu */

#dropnav li ul
{margin-top:0px; padding-top:10px; padding-bottom:8px; display:none; position:absolute; left:0px; z-index: 99; top:25px; background-color:#DCDCDC;} /* Only edit the last 2 items - set the top margin and background color of the submenus */

#dropnav li:hover ul
{display:block; width:280px; } /* sets the width of the submenus */






#dropnav li li
{list-style:none; display:list-item; margin: 1px 0 3px 10px;} /* DO NOT EDIT */

#dropnav li li a
{color:#000; text-decoration:none; } /* Changes the link color of items in the submenu */

#dropnav li li a:hover
{color:#900; text-decoration:none;} /* Changes the hover color of items in the submenu */

li#main  {padding-top: 2px;} /* Sets the padding of items in the main menu */