/*
  CSS generated via the Multi-level Navigation Plugin ... http://pixopoint.com/multi-level-navigation/

  If you would like a similar menu for your own site, then please try the PixoPoint Web Development
  CSS generator for creating flyout, dropdown and horizontal slider menus ... http://pixopoint.com/suckerfish_css/


*** Main menu CSS code ***/
#nav { 
	width: 800px; 
	height: 30px; 
	position: absolute;
        top: 133px;
        left: 0;
}

* html #nav { top: 119px; }

*:first-child+html #nav { top: 119px; }

#nav ul { 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 30px; 
}
#nav ul li { 
	float: left; 
	margin: 0 -1px 0 0; 
	font-weight: bold;
        list-style: none;
}
#nav ul li.current_page_item { 
        width: 120px;
        height: 30px;
}
#nav ul li a {
        width: 120px;
        height: 30px;
        background: url(images/nav_bg.jpg) no-repeat; 
	display: block; 
	text-decoration: none; 
	color: #FFF; 
	line-height: 30px; 
	text-align: center;
}
#nav ul li a:hover { 
        color: #FFF;
        background: url(images/nav_bg_over.jpg) no-repeat; 
}

#nav ul li.current_page_item a { 
        background: url(images/nav_bg_over.jpg) no-repeat; 
        color: #FDF782; 
}