/*----- MENU STYLING -----*/

#menu {
	width:764px;
	height:27px;
	overflow:hidden;
	background-image:url(../img/buttons/menu-bg.gif);
}

#menu ul {
	padding:0 0 0 24px;
	margin:0;
}

#menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: 12px/20px verdana, sans-serif;
	text-align: center;
}
#menu a {
	color: #000;
	text-decoration: none;
	display: block;
	height:27px;
	font-size:11px;
}

/*----- ALL DOWN BUTTON STATES -----*/

#btn_home {
	width:78px;
	height:27px;
	background:url(../img/buttons/btn-home.gif) no-repeat;
}

#btn_aboutus {
	width:101px;
	height:27px;
	background:url(../img/buttons/btn-aboutus.gif) no-repeat;
}

#btn_services {
	width:89px;
	height:27px;
	background:url(../img/buttons/btn-services.gif) no-repeat;
}

#btn_portfolio {
	width:107px;
	height:27px;
	background:url(../img/buttons/btn-portfolio.gif) no-repeat;
}

#btn_testimonials {
	width:127px;
	height:27px;
	background:url(../img/buttons/btn-testimonials.gif) no-repeat;
}

#btn_careers {
	width:90px;
	height:27px;
	background:url(../img/buttons/btn-careers.gif) no-repeat;
}

#btn_contactus {
	width:125px;
	height:27px;
	background:url(../img/buttons/btn-contactus.gif) no-repeat;
}

/*----- ALL HOVER BUTTON STATES -----*/

#btn_home:hover {
	background:url(../img/buttons/btn-home-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#btn_aboutus:hover {
	background:url(../img/buttons/btn-aboutus-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#btn_services:hover {
	background:url(../img/buttons/btn-services-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#btn_portfolio:hover {
	background:url(../img/buttons/btn-portfolio-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#btn_testimonials:hover {
	background:url(../img/buttons/btn-testimonials-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#btn_careers:hover {
	background:url(../img/buttons/btn-careers-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#btn_contactus:hover {
	background:url(../img/buttons/btn-contactus-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

/*----- CURRENTLY SELECTED MENU ITEM -----*/

#selected_home a {
	width:78px;
	height:27px;
	background:url(../img/buttons/btn-home-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#selected_aboutus a {
	width:101px;
	height:27px;
	background:url(../img/buttons/btn-aboutus-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#selected_services a {
	width:89px;
	height:27px;
	background:url(../img/buttons/btn-services-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#selected_portfolio a {
	width:107px;
	height:27px;
	background:url(../img/buttons/btn-portfolio-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#selected_testimonials a {
	width:127px;
	height:27px;
	background:url(../img/buttons/btn-testimonials-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#selected_careers a {
	width:90px;
	height:27px;
	background:url(../img/buttons/btn-careers-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#selected_contactus a {
	width:125px;
	height:27px;
	background:url(../img/buttons/btn-contactus-selected.gif) no-repeat;
	color:#00b4ff;
	padding-top:10px;
}

#main_head .sitemap {
	color: #aaaaaa;
	font-size: 7pt;
	padding-left: 30px;
	padding-right: 30px;
}

.sitemap {
	clear:both;
}

.sitemap a {
	color:#aaaaaa;
	text-decoration:none;
}

.sitemap a:hover {
	color:#00b6ff;
	text-decoration:underline;;
}