<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/*-------Tab Formatting-------*/
.tabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.tabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/tab1.gif) top left repeat-x;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: underline;
background: white url(../images/tab1a.gif) top left repeat-x;
}

.tabcontent{
border: 1px #999999	groove;
margin-bottom:10px;
padding:0px 10px 15px 10px;
}

#servicesOverview a.OverviewLink, #kliOverview a.kliOverviewLink, #nodOverview a.nodOverviewLink, #eaOverview a.eaOverviewLink, #kliHome a.kliHomeLink, #kliFramework a.kliFrameworkLink, #kliModel a.kliModelLink, #nodHome a.nodHomeLink, #nodFramework a.nodFrameworkLink, #nodCustomization a.nodCustomizationLink, #eaHome a.eaHomeLink, #eaFramework a.eaFrameworkLink, #eaBenefits a.eaBenefitsLink{
background: white url(../images/tab1a.gif) top left repeat-x;
color:990000;
text-decoration:underline;
}

#newsTab2008 a.newsTab2008Link, #newsTabs2007 a.newsTab2007Link, #newsTab2006 a.newsTab2006Link, #newsTab2005 a.newsTab2005Link, #newsTab2004 a.newsTab2004Link, #newsTab2003 a.newsTab2003Link, #newsTab2002 a.newsTab2002Link{
background: white url(../images/tab1a.gif) top left repeat-x;
text-decoration:underline;
} 

</style>	
