/*-- [Main Nav] --*/
#nav {
	padding: 0;
	margin: 0;
	line-height: 18px;
	color: white;
	position: relative;
	left: 0;
	top: 0;
	z-index: 50;
	text-transform: uppercase;
}

/*-- [All Items] --*/
#nav div {
	float: left;
	background: #0A3999;
	background-image: url('images/blue.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;

	text-align: center;
	font-weight: bold;
	margin: 0px;
}

#nav div a {
	display : block;
	padding: 5px 30px 5px 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-image: url('images/menu_mid_blueblue.gif');
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px solid #999;
	border-left: 0px solid #f99;
}

/*-- [First Item] --*/
#nav div.first-item {
  background-image: url('images/menu_mid_blue_left.gif');
}
#nav div.first-item-isactive {
  background: #EDBE05;
  background-image: url('images/menu_left_yellow.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px solid #f00;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 51;
	overflow: visible;
}
#nav div.first-item-isactive a {
  padding: 5px 20px 5px 20px;
  background-image: url('images/menu_mid_yellowblue.gif');
	background-position: right top;
	background-repeat: no-repeat;
	border: 0px solid #0f0;
	margin: 0px;
	margin-right: 0px;	
}
#nav div.first-item-isactive a:hover {
  color: #fff;
}



/*-- [Last Item] --*/
#nav div.last-item a {
  background-image: url('images/menu_mid_blue_right.gif');
}
#nav div.last-item-isactive {
  background: #EDBE05;
  background-image: url('images/menu_mid_blueyellow.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px solid #f00;
	margin-left: -20px;
	margin-right: 0px;
	z-index: 51;
	overflow: visible;
}
#nav div.last-item-isactive a {
  padding: 5px 20px 5px 20px;
  background-image: url('images/menu_right_yellow.gif');
	background-position: right top;
	background-repeat: no-repeat;
	border: 0px solid #0f0;
	margin: 0px;
	margin-right: 0px;	
}

#nav div.last-item-isactive a:hover {
  color: #fff;
}

/*-- [Rollover item] --*/
#nav div a:hover {
  color: #EDBE05;
}

/*-- [Active item (ie the page you are on)] --*/
#nav div.isactive {
  background: #EDBE05;
  background-image: url('images/menu_mid_blueyellow.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px solid #f00;
	margin-left: -20px;
	margin-right: 0px;
	z-index: 51;
	overflow: visible;
}

#nav div.isactive a {
  padding: 5px 20px 5px 20px;
  background-image: url('images/menu_mid_yellowblue.gif');
	background-position: right top;
	background-repeat: no-repeat;
	border: 0px solid #0f0;
	margin: 0px;
	margin-right: 0px;	
}

#nav div.isactive a:hover {
  color: #fff;
}

