/* CSS Document */
ul,ol,li { margin:0; padding:0; }
a images,:link images,:visited images,fieldset { border:none; }


/* nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url(../images/nav.jpg) no-repeat; 
	width:975px; 
	height:36px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 35px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 99px; margin-left: 0px;}
#nav-02 { width: 126px;}
#nav-03 { width: 192px;}
#nav-04 { width: 152px;}
#nav-05 { width: 98px;}
#nav-06 { width: 101px;}
#nav-07 { width: 61px;}
#nav-08 { width: 64px;}
#nav-09 { width: 82px;}


#nav-01 a:hover {background: transparent url("../images/nav.jpg") -0px -55px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.jpg") -99px -55px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.jpg") -225px -55px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.jpg") -417px -55px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.jpg") -569px -55px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.jpg") -667px -55px no-repeat;}
#nav-07 a:hover {background: transparent url("../images/nav.jpg") -768px -55px no-repeat;}
#nav-08 a:hover {background: transparent url("../images/nav.jpg") -829px -55px no-repeat;}
#nav-09 a:hover {background: transparent url("../images/nav.jpg") -893px -55px no-repeat;}




/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
    background-color:#8d7f6b;
	}

#nav li ul li { 
	height: 22px; 				/* Height of each drop down nav item */
	border-top:none;
	border:outset 1px #ffffff;
	
	}	

#nav li ul li a {
	width: 100%;
	height: 22px;				/* Height of each drop down nav item, should match above */
	line-height: 22px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 15px;

		}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover { 
	background-image: none;
	background: #a99d77;
	font:bold;
	color:#fff;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width: 205px; }

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image: none;
	background: #a99d77;
	font:bold;
	color:#fff;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width: 210px; }

/* Hover styles for drop down items */
#nav-02 ul a:hover { 
	background-image: none;
	background: #a99d77;
	font:bold;
	color:#fff;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 180px; }

/* Hover styles for drop down items */
#nav-04 ul a:hover { 
	background-image: none;
	background: #a99d77;
	font:bold;
	color:#fff;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width: 152px; }


#nav-07 ul a:hover { 
	background-image: none;
	background: #a99d77;
	font:bold;
	color:#fff;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-07 ul, #nav-07 li { width: 180px; }




/* 
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url(../images/spacer.jpg) repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}
	
