@charset "utf-8";
/******************* Sandy Neck Stone Nav CSS ********************************/
/*
	
   01. Navigation
   02. Typhography Set
	
	Author: Eric Lundberg
   
*/
/************************************************************************/

/*** 01. Navigation ***/
/** ----------------------------------------------------- **/

#navigation li a {
	width: 95px;
}
#navigation {
	position: relative;
	z-index: 10;
	width: 703px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b9cbd7;
	border-right-color: #b9cbd7;
	border-bottom-color: #b9cbd7;
	border-left-color: #b9cbd7;
}
#navigation li {
	position: relative;
	float: left;
	margin-right: 10px;
}
#navigation li a {
	display: block;
	padding: 0 15px;
	color: #fff;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: #4d6b81;
	background-image: url(../../images/nav/nav-button-bg-normal.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#navigation li.current_page_item a,
#navigation li a:hover {
	color: #eee;
	text-decoration: none;
	background-color: #19338f;
	background-image: url(../../images/nav/nav-button-bg-active.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#navigation li:hover > a {
	color: #eee;
	text-decoration: none;
	background-color: #19338f;
	background-image: url(../../images/nav/nav-button-bg-active.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#navigation ul { display: none; padding-top: 5px; width: 157px; position: absolute; top: 22px; left: 0; background: #E3ECF2 !important; }
#navigation ul ul { top: 0; left: 140px; padding-top: 0; }
#navigation ul li { color: #405c70; float: none; margin-right: 0; height: inherit; }
#navigation ul li a { display: inline-block; padding: 7px 15px 7px 32px; width: 110px; color: #405c70 !important; background: url(../../images/nav/blue-bullet.gif) no-repeat 15px 11px !important; height: inherit; font-weight: normal; font-size: 12px; line-height: 14px; text-decoration: none; border-bottom: 1px solid #c5d3dc; text-align: left; }
#navigation ul li a:hover {
	color: #000000 !important;
	background: url(../../images/nav/nav-bullet-hovered.gif) no-repeat 15px 11px !important;
}
#navigation ul li:hover > a { color: #000000 !important; background: url(../../images/nav/nav-bullet-hovered.gif) no-repeat 15px 11px !important; }
#navigation ul li.last a { border-bottom: none; }
/**/

