@charset "utf-8";
/* CSS Document */

/*mainnavigation*/
#nav {		background: url(images/nav_top.gif) no-repeat;
		text-align: right;
		}

ul#navigation  {
		background: url(images/nav_bottom.gif) no-repeat 0 100%;
		}

ul#navigation ul {
		font-size: 1em;
		height: 1.5em;
		line-height: 1.5em;
		display: table;
		margin: 0 auto;
		padding-left: 10px;
		}

ul#navigation ul li {
   			display: table-cell;
					}

ul#navigation ul a {
		display: block;
		height: 1.5em;
		padding: 0 12px 0 12px;
		text-decoration: none;
		color: #FFFFFF;
			}

ul#navigation ul a:hover {
		background-color: #aeaeae;
		}

		
.sectionHome #header #navHome a,
.sectionBusinesses #header #navBus a,
.sectionPeople #header #navPeople a,
.sectionJobs #header #navJobs a,
.sectionContact #header #navContact a
 {
		background:  #333399 url(images/highlight.gif)  bottom repeat-x;
		color: #ffffff;
		margin-left: -3px;
		padding-left: 12px;
		}

ul#navigation li {
		float: none;
		display: inline;
		}

ul#navigation ul li {
		float: none;
		}
				
ul#navigation a {
		float: left;
		}
		
/* general links*/

a {	text-decoration: none; color:#663399;}
a:link {text-decoration: none; color:#663399;}
a:hover {text-decoration: none; color: #993366;}
a:visited{text-decoration: none; color: #666666;}
/* various links*/

span a {
display: block;
text-decoration: none;
color:#663333;
}
span a:link {text-decoration: none;
color:#663333;}

span a:hover {text-decoration: none;
color: #663399;}

span a:visited {text-decoration: none;
color: #666666;}

#news a {
display: block;
text-decoration: none;
color:#663399;
text-align: right;
}

#news a:link {text-decoration: none;
color:#663399;}

#news a:hover {text-decoration: none;
color:  #993366;}

#news a:visited {text-decoration: none;
color: #666666;}
