
/*****
/*	Andrew Mc 03/08/2011
/* 
/*	Notes: Our naming conventions are obviously going to be different,
/* 	although we did keep the mark-up structure synonamous to that on your site
/*	along with the path to image files
*/

a { outline:none; }

#h-nav a {
	text-decoration: none;
	color: #fff;
}

#h-nav a:hover {
	text-decoration: none;
}

#h-nav {
	background: url("../images/nav_bk_st.gif") repeat-x scroll 0px -5px transparent
}

/*****
/* nav menu list
*/
#main-nav {
  	list-style: none;
  	padding: 0px;
  	margin: 0px;
  	font-weight: 400;
	font-family: 'Droid Sans', arial, sans-serif;
	float: right;
	height:33px;
	overflow: hidden;
}

#main-nav li {
	float: left;
	display: block;
	height:33px;
	text-align: center;
	margin-left:-22px;
}



#main-nav #first_element {
	background: #C3C09D;
}


#main-nav li a {
	background-image: url('../images/nav-sprite-all.png');
	
	height:33px;
	background-repeat: none;
	text-align: center;
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 44px;
	padding-right: 44px;
	display:inline-block;
}

#main-nav li a:hover { background: url('../images/nav-sprite-all.png') 0 -33px; }

#main-nav li.selected a {
	background: url('../images/nav-sprite-all.png') 0 -33px;
}

#main-nav #first_element a { background-image: none; }

#main-nav #last_element { overflow: hidden; padding-right: 0px;
}
#main-nav #last_element a { overflow: hidden; padding-right: 22px;
}

