

/***********----------------------------------------------------------------- DROPDOWN MENUS **********/
#nav, #nav ul {
	margin: 0px;
	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.home {
	display: block;
	width: 63px;
	height: 42px;
	background-image: url(../images/navigation/home.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.home:hover {
	display: block;
	width: 63px;
	height: 42px;
	background-image: url(../images/navigation/home-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.about {
	display: block;
	width: 64px;
	height: 42px;
	background-image: url(../images/navigation/about.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.about:hover {
	display: block;
	width: 64px;
	height: 42px;
	background-image: url(../images/navigation/about-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.procedures {
	display: block;
	width: 95px;
	height: 42px;
	background-image: url(../images/navigation/procedures.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.procedures:hover {
	display: block;
	width: 95px;
	height: 42px;
	background-image: url(../images/navigation/procedures-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.technology{
	display: block;
	width: 98px;
	height: 42px;
	background-image: url(../images/navigation/technology.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.technology:hover {
	display: block;
	width: 98px;
	height: 42px;
	background-image: url(../images/navigation/technology-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.research {
	display: block;
	width: 77px;
	height: 42px;
	background-image: url(../images/navigation/research.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.research:hover {
	display: block;
	width: 77px;
	height: 42px;
	background-image: url(../images/navigation/research-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.financing {
	display: block;
	width: 83px;
	height: 42px;
	background-image: url(../images/navigation/financing.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.financing:hover {
	display: block;
	width: 83px;
	height: 42px;
	background-image: url(../images/navigation/financing-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.links {
	display: block;
	width: 55px;
	height: 42px;
	background-image: url(../images/navigation/links.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.links:hover {
	display: block;
	width: 55px;
	height: 42px;
	background-image: url(../images/navigation/links-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.news {
	display: block;
	width: 55px;
	height: 42px;
	background-image: url(../images/navigation/news.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.news:hover {
	display: block;
	width: 55px;
	height: 42px;
	background-image: url(../images/navigation/news-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.testimonials {
	display: block;
	width: 100px;
	height: 42px;
	background-image: url(../images/navigation/testimonials.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.testimonials:hover {
	display: block;
	width: 100px;
	height: 42px;
	background-image: url(../images/navigation/testimonials-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.contact {
	display: block;
	width: 79px;
	height: 42px;
	background-image: url(../images/navigation/contact.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#nav a.contact:hover {
	display: block;
	width: 79px;
	height: 42px;
	background-image: url(../images/navigation/contact-over.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

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

#nav li ul.second {
	position: absolute;
	padding: 0;
	width: 180px;
	left: -999em;
	margin: 0;
	background-image: url(../images/shell/dropbackground.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #B75530;
}

li.seconditem {
	width: 180px;
	height: 32px;
	background-image: url(../images/shell/dropbackground.jpg);
	background-color:#ffffff;
	border-bottom: 1px dotted #B75530;
}

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

#nav li ul.third {
	position: absolute;
	padding: 0;
	width: 180px;
	left: -999em;
	margin: 0;
	background-image: url(../images/shell/dropbackground.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #B75530;
}

li.thirditem {
	width: 180px;
	height: 32px;
	background-image: url(../images/shell/dropbackground.jpg);
	background-color:#ffffff;
	border-bottom: 1px dotted #B75530;
}

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

#nav li ul.fourth {
	position: absolute;
	padding: 0;
	width: 180px;
	left: -999em;
	margin: 0;
	background-image: url(../images/shell/dropbackground.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #B75530;
}

li.fourthitem {
	width: 180px;
	height: 32px;
	background-image: url(../images/shell/dropbackground.jpg);
	background-color:#ffffff;
	border-bottom: 1px dotted #B75530;
}

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

#nav li ul.fifth {
	position: absolute;
	padding: 0;
	width: 180px;
	left: -999em;
	margin: 0;
	background-image: url(../images/shell/dropbackground.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #B75530;
}

li.fifthitem {
	width: 180px;
	height: 32px;
	background-image: url(../images/shell/dropbackground.jpg);
	background-color:#ffffff;
	border-bottom: 1px dotted #B75530;
}

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

#nav li ul a {
	display: block;
	width:  auto;
	height: 32px;
	color: #B75530;
	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;
}

