/*MAIN NAVIGATION*/

#nav {
	margin:0px;

}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	color: #1991C6;
	padding:3px 15px 5px 15px;
	float:right;
	width:auto;
	border-left:1px solid #fff;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	border-bottom: 0px;
}

#nav a:hover {
	color:#89B542;
	border-bottom: 0px;
}

#nav-contact a {
	border-right:1px solid #fff;
	border-bottom: 0px;
}

#nav-about a {
	border-right:1px solid #fff;
	border-bottom: 0px;
}

#home #nav-home a,
#about #nav-about a,
#photos #nav-photos a,
#videos #nav-videos a,
#journal #nav-journal a,
#blog #nav-blog a,
#recipes #nav-recipes a,
#contact #nav-contact a {
	color:#89B542;
	font-weight:bold;
	border-bottom: 0px;
}

#home #nav-home a:hover,
#about #nav-about a:hover,
#photos #nav-photos a:hover,
#videos #nav-videos a:hover,
#journal #nav-journal a:hover,
#blog #nav-blog a:hover,
#recipes #nav-recipes a:hover,
#contact #nav-contact a:hover {
	border-bottom: 0px;
}

#nav a:active {
	color:#89B542;
	border-bottom: 0px;
}


/*SUB NAVIGATON (top)*/
#tnav {
	margin:0px;
	float:right;
	text-align: right;
}

#tnav li {
	display:inline;
	padding:0;
	margin:0;
}

#tnav a:link,
#tnav a:visited {
	color: #474948;
	padding:0px 5px 0px 15px;
	float:right;
	width:auto;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	font-family: "ms trebuchet";
	background: url(images/top-menu-button.gif) no-repeat;
}

#tnav a:hover {
	color:#B82E00;
	font-family: "ms trebuchet";
	background: url(images/top-menu-button2.gif) no-repeat;
}

#contact #tnav-contact a,
#about #tnav-about a,
#layouts #tnav-layouts a {
	color:#b82e00;
	font-weight:normal;
	text-decoration:none;
	font-family: "ms trebuchet";
	background: url(images/top-menu-button2.gif) no-repeat;
}

#contact #tnav-contact a:hover,
#about #tnav-about a:hover,
#layouts #tnav-layouts a:hover {
	font-family: "ms trebuchet";
	background: url(images/top-menu-button2.gif) no-repeat;
}

#tnav a:active {
	color:#474948;
	border-bottom: 0px;
	font-family: "ms trebuchet";
	background: url(images/top-menu-button.gif) no-repeat;
}