/************ NAV *************/
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	}
	
.navigation ul li {
	position: relative;
	height:31px;
	margin:0;
	}
	
.navigation li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	width: 200px; /* Width of Menu Items */
	top: 0;
	display: none;
	font-size:11px;
	font-weight:normal;
	font-family:Lucida Grande, Helvetica;
	color:#000000;
	}

/* Styles for Menu Items */
.navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #ffffff; /* IE6 Bug */
	border-bottom: 0;
	text-align:left;
}

	
/* Holly Hack. IE Requirement \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.navigation a:hover {
	/* background: #ffffff; */
	color:#FFFFFF;
}
/*************** END NAV *************/



#navig {
	font-size:13px;
	font-weight:bold;
	font-family:Lucida Grande, Helvetica;
	color:#000000;
}

#navig a {
	color:#000000;
	text-decoration:none;
}

#navig a:hover {
	text-decoration:underline;
}

#navhome {
	background-image:url(images/nav-home.jpg);
	width:160px;
	height:31px;
}

#navhome:hover {
	background-image:url(images/nav-home_o.jpg);
	width:160px;
	height:31px;
}

#navbtn {
	background-image:url(images/nav-bg.jpg);
	width:160px;
	height:31px;
}

#navbtn:hover {
	background-image:url(images/nav-bg_o.jpg);
	width:160px;
	height:31px;	
}

#subnavbtn {
	background-color:#F6F6F6;
	height:25px;
	margin-bottom:-3px;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #ffffff solid;
	border-right:1px #CCCCCC solid;
}

#subnavbtn:hover {
	background-color:#E4E4E4;
	margin-bottom:-3px;
}

#navcontact {
	background-image:url(images/nav-bottom.jpg);
	width:160px;
	height:31px;	
}

#navcontact:hover {
	background-image:url(images/nav-bottom_o.jpg);
	width:160px;
	height:31px;
}

#navbtn p {
	margin:5px 0px 0px 20px;
}