/***********----------------------------------------------------------------- DROPDOWN MENUS **********/
#nav {
	background-image:url(IMAGES/navidea2.png);
	background-repeat: no-repeat;
}

#nav, #nav ul {
	margin: 0 auto;
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

#nav a.button_home {
	width: 150px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	display: block;
	padding:0px;
	height: 30px;
	margin-left:50px;
	margin-bottom: 5px;
	line-height: 20px;
}

#nav a.button_home:hover {
	width: 150px;
	height: 30px;
	background-image: url(images/home_over.png);
	background-repeat: no-repeat;
	display: block;
	padding:0px;
	margin-left:50px;
	
}

#nav a.button_services {
	width: 142px;
	height: 30px;
	background-image: url(images/services.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button_services:hover {
	width: 142px;
	height: 30px;
	background-image: url(images/services_over.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button_about {
	width: 144px;
	height: 30px;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button_about:hover {
	width: 144px;
	height: 30px;
	background-image: url(images/about_over.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button_contact {
	width: 144px;
	height: 30px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button_contact:hover {
	width: 144px;
	height: 30px;
	background-image: url(images/contact_over.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}




/* ------------------------------------------- [ Blue=#007CC3, Gray=#999999 ] -------- */

#nav li {
	float:left;
	margin: 0;
	padding: 0;
}

#nav li ul.second {
	position: absolute;
	padding: 0;
	width: 100px;
	left: -999em;
	margin: 0;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background-color: #ffffff;
	border: 1px solid #232323;
}

li.seconditem {
	width: 100px;
	height: 32px;
	background-image: url(../images/shell/dropbackground.jpg);
	background-color:#CCD9F5;
	border-bottom: 1px solid #232323;
}

li.seconditem:hover {
	width: 100px;
	height: 32px;
	background-image: url(../images/shell/dropbackground-over.jpg);
	background-color: #B4BFD8;
	visibility: visible;
}

#nav li ul a {
	display: block;
	width:  auto;
	height: 32px;
	color: #000033;
	text-decoration: none;
	padding: 7px 0 0 10px;
	border-bottom: 1px solid #232323;
}

#nav li ul a:hover {
	display: block;
	width:  auto;
	height: 32px;
	color: #FFF;
	text-decoration: none;
	padding: 7px 0 0 10px;
}

#nav li:hover ul {
	left: auto;
	padding: 0;
	margin: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	padding: 0;
	margin: 0;
}

