/*nav buttons*/

ul#nav		{ position: absolute; margin: 0px 235px; width: 789px; }
li	{ float: left; position: relative; list-style: none; font-size: 14px; text-align: left; }
ul#nav li a	{ float: left; display: block; height: 36px; }
li ul 	{ position: absolute; top: 36px; display: none; width: 91%; padding: 5px; }
li:hover ul, li.over ul		{ display: block; background: #00336b; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; }
ul#nav li a:hover {color: white; }

ul li a.home 	{ background: url(../images/ems-home.png) no-repeat bottom center; width: 108px; }
ul li a.about 	{ background: url(../images/ems-about.jpg) no-repeat bottom center; width: 112px; }
ul li a.chapters 	{ background: url(../images/ems-chapters.jpg) no-repeat bottom center; width: 106px; }
ul li a.rules 	{ background: url(../images/ems-rules.jpg) no-repeat bottom center; width: 132px; }
ul li a.events 	{ background: url(../images/ems-events.jpg) no-repeat bottom center; width: 89px; }
ul li a.gallery 	{ background: url(../images/ems-gallery.jpg) no-repeat bottom center; width: 101px; }
ul li a.contact 	{ background: url(../images/ems-contact.jpg) no-repeat bottom center; width: 141px; }

ul li a.home:hover,
ul li a.about:hover,
ul li a.chapters:hover,
ul li a.rules:hover,
ul li a.events:hover,
ul li a.gallery:hover,
ul li a.contact:hover { background-position: center center;	
	

/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	}

#nav li li {
	width: 200px;
	padding:0;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	border:none;
	padding:9px 10px 9px 22px;
	background:#010a2a url(../images/star.gif) no-repeat 6px 8px;
	border-bottom:1px solid #010a2a;
	}

#nav li li a:hover, #nav li li a:active {
	background:#0a194f url(../images/star.gif) no-repeat 6px 8px;
	border:none;
	border-bottom:1px solid #2c4681;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}

#nav li li.current-cat a, #nav li li.current-cat a:visited,
#nav .current-cat .children a, #nav .current-cat .children a:visited
  {
	background:#010a2a url(../images/star.gif) no-repeat 6px 8px;
	border:none;
	border-bottom:1px solid #010a2a;
	}

#nav li li.current-cat a:hover, #nav li li.current-cat a:active,
#nav .current-cat .children a:hover, #nav .current-cat .children a:active {
	background:#0a194f url(../images/star.gif) no-repeat 6px 8px;
	border:none;
	border-bottom:1px solid #2c4681;
	}	
	


/*Subpage Menu*/

.submenu {
	float:right;
	width:240px;
	margin: 0 0 12px 16px;
	}

.subnav li {
	list-style:none;
	border-bottom:1px solid #1b4680;
	}
		
.subnav a, .subnav a:visited {
	background:#103064;
	display:block;
	padding:6px 12px;
	}	

.subnav a:hover, .subnav a:active,
.subnav li.current_page_item a, .subnav li.current_page_item a:visited  {
	background:#010a2a;
	color:#FFF;
	}
	

/*Tertiary Menu*/	

.subnav li li {
	list-style:square;
	margin-left:30px;
	}
	
.subnav li li a, .subnav li li a:visited {
	background:none;
	padding-left:0;
	padding:3px 0;
	}

.subnav li li a:hover, .subnav li li a:active,
.subnav li li.current_page_item a, .subnav li li.current_page_item a:visited  {
	background:none;
	color:#FFF;
	}
	
	
			
			
			
			