

/***********----------------------------------------------------------------- DROPDOWN MENUS **********/
#nav, #nav ul {
	margin: 0 auto;
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	padding: 0px;
	text-align: center;
}

#nav a.button1 {
	width: 196px;
	height: 30px;
	background-image: url(images/button1.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button1:hover {
	width: 196px;
	height: 30px;
	background-image: url(images/button1-over.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button2 {
	width: 196px;
	height: 30px;
	background-image: url(images/button2.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button2:hover {
	width: 196px;
	height: 30px;
	background-image: url(images/button2-over.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button3 {
	width: 196px;
	height: 30px;
	background-image: url(images/button3.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button3:hover {
	width: 196px;
	height: 30px;
	background-image: url(images/button3-over.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button4 {
	width: 196px;
	height: 30px;
	background-image: url(images/button4.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button4:hover {
	width: 196px;
	height: 30px;
	background-image: url(images/button4-over.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button5 {
	width: 196px;
	height: 30px;
	background-image: url(images/button5.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
}

#nav a.button5:hover {
	width: 196px;
	height: 30px;
	background-image: url(images/button5-over.jpg);
	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: 196px;
	left: -999em;
	margin: 0;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	background-color: #ffffff;
	border: 1px solid #232323;
}

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

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

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

#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;
}

