/* CSS Document */
body {
	font: normal 12px verdana;

	}
ul,ol,li { margin:0; padding:0; }
a img,:link img,:visited img,fieldset { border:none; }


/* nav
 * ---------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:176px;		/* Width of buttons, not entite image (or half of entire image) */
	height:257px;		/* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:25px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:31px; width:176px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08 { margin-top:0; width:176px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -189px  -31px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -189px  -56px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -189px  -81px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -189px -106px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -189px -131px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -189px -156px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -189px -181px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -189px -206px no-repeat; }




/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	margin-left:auto;
	position: absolute;
	left: -9999px;
    background-color:#070a99;
	
	}

#nav li ul li { 
	height: 20px; 	
	border-top: medium;
	border:outset 2px #fba251;
	
	
	}	

#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;	
			/* 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;
	text-align:center;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-04 ul a:hover { 
	background-image: none;
	color:#ffe610;
	text-decoration:underline;

	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width: 230px; }

/* Hover styles for drop down items */



/* 
 * ------------------------------------------------------------------------- */