/* CSS Document */


#navbar {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navbar a{
	display:block;

	text-decoration:none;
}

#navbar li{
	float:left;
	}
	
	
	
.selected a{
height:28px;
background-repeat:repeat;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
padding-left:15px;
padding-right:15px;
padding-top:2px;
color:#836ae2 !important;
text-transform:uppercase;
margin-left:3px;

}
	
.nav_buttons a{
height:28px;
background-repeat:repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
padding-left:15px;
padding-right:15px;
padding-top:2px;

	color:#FFF !important;
text-transform:uppercase;
margin-left:3px;

}

.nav_buttons a:hover{

color:#cdcdfa !important;
}
	


	
.home a{
/*	background-image:url(../images/nav/home.png);
*/	width:58px;
	}
	
.home_selected{
/*	background-image:url(../images/nav/home_sel.png);*/
	width:60px;
	height:20px;
	margin-right:23px;
	z-index:0;
	}

.gallery_selected{
/*	background-image:url(../images/nav/gallery_sel.png);*/
	width:89px;
	height:20px;
	margin-right:25px;
	z-index:0;
	}
	
.employment_selected{
/*	background-image:url(../images/nav/employment_sel.png);*/
	width:133px;
	height:20px;
	margin-right:25px;
	z-index:0;
	}
	
.contact_selected{
/*	background-image:url(../images/nav/contact_sela.png);*/
	width:89px;
	height:20px;
	margin-right:25px;
	z-index:0;
	}

.links_selected{
/*	background-image:url(../images/nav/links_sel.png);*/
	width:56px;
	height:20px;
	margin-right:25px;
	z-index:0;
	}
	
.reviews_selected{
/*	background-image:url(../images/nav/reviews_sel.png);*/
	width:90px;
	height:20px;
	margin-right:25px;
	z-index:0;
	}
	
.elite_selected{
/*	background-image:url(../images/nav/searcha.png);*/
	width:75px;
	height:20px;
	margin-right:25px;
	z-index:0;
	}

.gallery a{
/*	background-image:url(../images/nav/gallery.png);*/
	width:89px;
	}

.employment a{
	/*background-image:url(../images/nav/employment.png);*/
	width:133px;
	}

.contact a{
/*	background-image:url(../images/nav/contacta.png);*/
	width:89px;
	}

.links a{
/*	background-image:url(../images/nav/links.png);*/
	width:56px;
	}
	
.reviews a{
/*	background-image:url(../images/nav/reviews.png);*/
	width:90px;
	}
	
.elite a{
/*	background-image:url(../images/nav/search.png);*/
	width:75px;
	}

/*.contact a{
	background-image:url(../images/nav/contact.png);
	width:110px;
	}
	*/

.home a:hover, .gallery a:hover, .employment a:hover, .contact a:hover, .links a:hover, .reviews a:hover,  .elite a:hover{
/*	background-position:top right;
	background-repeat:no-repeat;*/
	height:20px;
	}

.home a, .gallery a, .employment a, .contact a, .links a, .reviews a, .elite a{
/*	background-position:top left;
	background-repeat:no-repeat;*/
	height:20px;
	margin-right:25px;
	z-index:0;
}