/*
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;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
}
#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,
#tabs1 ul, .tabs1 ul
 {
	white-space: normal;
	padding: 0px;
	text-indent: 0px;
	display: inline;
	} 

#tabs ul li, .tabs ul li , #tabs1 ul li, .tabs1 ul li   {
	display: inline;
	}

#tabs1 li a, #tabs1 li a:visited,
.tabs1 li a, .tabs1 li a:visited  {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	border-top: thin none #FF6633;
	border-right: thin solid #FF6633;
	border-bottom: thin solid #FF6633;
	border-left: thin none #FF6633;
	padding-right: 2px;
	padding-left: 2px;
 }	

/*the top set of horizontal tabs*/
#tabs1 li a:hover, .tabs1 li a:hover   {
	color: #000066;
	background-color: #FF9966;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
  }

/*the bottom set of horizontal tabs*/
#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:10px;
	color: #FFFFFF;
	border-right: thin solid #FFCA95;
	border-bottom: thin solid #FF6600;
	padding-right: 2px;
	padding-left: 2px;
 }	



#tabs li a:hover, .tabs li a:hover{
	color: #FF6600;
	background-color: #8888FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8888FF;
 	border-right: thin solid #8888FF;
  }
		
#tabs ul li.here, .tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	color: #FFFFFF;
	background-color: #FF3535;
	}
