/*
Elias Hassen 					1/25/2005
credit where due... this was derived from 
http://www.alistapart.com/articles/taminglists/

*/

/*########## Vertical Menu ##############*/

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

		}
		
	#menu li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}


#menu li a {
		
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 140px;
		display: block;
		}

	html>body #menu li a {
		width: auto;
		}

	#menu li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
		
#menu h3 {
	text-shadow:Gray;
	background-color:#006600;
	Color: #fff;
	padding: 0px 0px 0px 10px;
	border: none;
	margin: 0px;
}



/*###########################################*/

/* Section Links */
#SectionLinks {
/*	background-color:#ffffff;
	background-attachment: scroll;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;*/
}
#SectionLinks UL {
	margin: 0px;
	padding: 0px;
	border: 0px 0px;
}
#SectionLinks LI {
	list-style-type:none;
	display: inline;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#sectionLinks a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
	background-color: #3366FF;
}

/* on state of section links */
#home #SectionLinks #homebtn a

{
	text-decoration: none;
	font-weight: bolder;
	color:	#FFFF00;
}

/*
#about #SectionLinks #aboutbtn a,
#services #SectionLinks #servicesbtn a,
#contact #SectionLinks #contactbtn a, 
#Benefits #SectionLinks #Benefitsbtn a,
#Objectives #SectionLinks #Objectivesbtn a,
#Pricing #SectionLinks #Pricingbtn a
*/

/*########## Horizontal Menu ##############*/

#tabs ul, .tabs ul {
	white-space: normal;
	text-indent: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	} 

#tabs ul li, .tabs ul li  {
	display: inline;
	}
#tabs li a, #tabs li a:visited,
.tabs li a, .tabs li a:visited  {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }	
#tabs li a:hover, .tabs li a:hover  {

	color: #000066;
  }
		
#tabs ul li.here, .tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	color: #FFFFFF;
	background-color: #FF3535;
	}
