/* CSS Document */
body {
	font: normal 12px verdana;
	}

ul,ol,li { margin:0; padding:0; }

a img,:link img,:visited img,fieldset { border:none; }

#nav { 
	background: url(../img/nav.gif) no-repeat; 
	width:746px; 
	height:42px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 42px; display: block; }

#nav li { float: left; list-style: none;/* _display: inline;*/ }

#nav-01 { width: 108px; margin-left: 0px;}
#nav-02 { width: 160px;}
#nav-03 { width: 150px;}
#nav-04 { width: 150px;}
#nav-05 { width: 178px;}

#nav-01 a:hover {background: transparent url("../img/nav.gif") -0px -42px no-repeat;}
#nav-02 a:hover {background: transparent url("../img/nav.gif") -108px -42px no-repeat;}
#nav-03 a:hover {background: transparent url("../img/nav.gif") -268px -42px no-repeat;}
#nav-04 a:hover {background: transparent url("../img/nav.gif") -418px -42px no-repeat;}
#nav-05 a:hover {background: transparent url("../img/nav.gif") -568px -42px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav

 * ------------------------------------------------------------------------- */



#nav li ul {

	position: absolute;

	left: -9999px;

    background-color:#a4aa6e;

	}



#nav li ul li { 

	height: 10px; 				/* Height of each drop down nav item */

	border-top:none; /*border-top:non;*/

	border:outset 1px #EEEEEE;

	

	}	



#nav li ul li a {

	width: 65%;

	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;

	}



#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }



/* Hover styles for drop down items */

#nav-03 ul a:hover { 

	background-image: none;

	color:#000000;

	text-decoration:underline;

	}



/* width of drop down nav - choose width that allows items to display on one line */

#nav-03 ul, #nav-03 li { width: 130px; }



/* Hover styles for drop down items */

#nav-02 ul a:hover { 

	background-image: none;

	color:#000000;

	text-decoration:underline;

	}



/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-02 li { width: 200px; }



/* about 1 */

#nav-01 ul a:hover { 

	background-image: none;

	color:#000000;

	text-decoration:underline;

	}



/* 1 */

#nav-01 ul, #nav-01 li { width: 165px; }









/* 

 * ------------------------------------------------------------------------- */



#wrap { 

	background:url(../img/spacer.jpg) repeat-y; 

	width:760px; 

	margin:0 auto; 

	text-align:left; 

	}

	


