/******************************************************* // toggle v1 Navigation // *****************************************************/

/* Navigation */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

#navigation
	{
	position: absolute;
	top: 93px;
	right: 0;
	}

#navigation h3
	{
	display: none;
	}

#navigation_1
	{
	width: 514px;
	margin: 0;
	padding: 0;
	}
	
#navigation_1 li
	{
	float: left;
	border-bottom: none;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navigation_1 li a
	{
	display: block;
	height: 34px;
	outline: none;
	}

#navigation_1 li a:hover
	{
	background-position: 0 -34px;
	}

#navigation_1 li .nav_current_1
	{
	background-position: 0 -34px;
	}

#navigation_1 li .nav_current_1:hover
	{
	background-position: 0 -34px;
	}

#navigation_1_faq
	{
	background-image: url(../images/nav_faq.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 76px;
	}

#navigation_1_rates
	{
	background-image: url(../images/nav_rates.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 76px;
	}
	
#navigation_1_blog
	{
	background-image: url(../images/nav_blog.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 76px;
	}

#navigation_1_home
	{
	background-image: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 57px;
	}

#navigation_1_portfolio
	{
	background-image: url(../images/nav_portfolio.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 109px;
	}

#navigation_1_journal
	{
	background-image: url(../images/nav_journal.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 95px;
	}

#navigation_1_about
	{
	background-image: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 76px;
	}
	
#navigation_1_contact
	{
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 85px;
	}

#navigation_1_services
	{
	background-image: url(../images/nav_services.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 92px;
	}

/********************************************************** // End // ********************************************************/
