#nav	{
	position: absolute;
	float: left;
	top: 155px;
	margin: 0 0 0 3px;
	font: normal 13px verdana, arial, sans-serif;
	border-left: 1px solid #fff;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 143px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 142px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}


/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	color: #006; /* IE6 Bug */
	padding: 5px;
	border-right: 1px solid #fff;
	/*border-bottom: 1px solid #fff;*/
	}


/* rounded borders */
	.top	{
		background: url(images/nav/top-border.gif) top right no-repeat;
		}
	.bottom	{
		background: url(images/nav/bottom-border.gif) bottom right no-repeat;
		border-right: none;
		}
/*------*/



#active{
	color: #E2144A;
	background: #f9f9f9; 
	font-weight: bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav li a:hover { color: #E2144A; background: #f9f9f9; font-weight: bold;} /* Hover Styles */


/*==========SUB NAV====================================*/
/*=====================================================*/

#subnav	{
	margin: 18px auto;
	padding: 0;
	width: 508px;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	background: url(images/event/subnav.jpg) no-repeat;
	/*border: 1px solid #fff;*/

/* box model hack */
	
				/* add false width here*/
voice-family: "\"}\"";
voice-family: inherit;
margin: 6px auto; 				/* add correct width here*/
	
	}
#subnav a
	{
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
	}
#subnav a:hover	
	{
	color: #FF9; 
	background-image: url(../../images/darkredbg.jpg);
	background-repeat: repeat-y;
	}
#subnav strong		/*  active item  */
	{
	color: #006;
	}






		

/*--for pop out sub-nav*/

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic for pop-out sub-menus*/
