/******************************************************************************

CSS Document for portfolio site
Type: Web Stylesheet
Purpose: Style all primary navigation elements within the website
Author: John Toyne
Email: johntoyne@gmail.com
Comments: Send comments about my styles to my email, use freely

*******************************************************************************/

#navigation ul
{
	list-style-type:none;
	width:748px;
	margin:0 auto;
}
#navigation ul li.nav_ul_li, #navigation ul li.nav_ul_li_active
{
	width:124px;
	height:43px;
	float:left;
	/*border-top:1px solid #000;*/
}
#navigation .nav_ul_li img, #navigation .nav_ul_li_active img
{
	text-align:center;
}
#navigation .nav_ul_li
{
	background-image:url(../../IMAGES/NAVIGATION/nav_ul_li_norm.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#navigation .nav_ul_li_active
{
	background-image:url(../../IMAGES/NAVIGATION/nav_ul_li_active.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#navigation .nav_ul_li img:hover
{
	background-image:url(../../IMAGES/NAVIGATION/nav_ul_li_hover.png);
	background-repeat:no-repeat;
	background-position:top center;
}

/*Admin Navigation Styles*/
#admin_nav_ul
{
	list-style-type:none;
	width:240px;
}
#admin_nav_ul li .nav_ul_li, #admin_nav_ul li .nav_ul_li_active
{
	width:240px;
	height:50px;
}
#admin_nav_ul .nav_ul_li img, #admin_nav_ul .nav_ul_li_active img
{
	text-align:center;
	border-bottom:1px solid #fff;
}
#admin_nav_ul .nav_ul_li_active
{
	border-bottom:1px solid #e1e1e1;
	background-image:url(../../IMAGES/NAVIGATION/admin_nav_ul_li_active.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#admin_nav_ul .nav_ul_li img:hover
{
	border-bottom:1px solid #e1e1e1;
	background-image:url(../../IMAGES/NAVIGATION/admin_nav_ul_li_hover.png);
	background-repeat:no-repeat;
	background-position:top center;
}