﻿/* Style Usage Guide
   .first - Applied to first list item
*/  


#ancillaryWrapper {
	position: absolute;
	width: 165px;
	height: 22px;
	z-index: 1;
	right: 33px;
	top: 0px;
}

#ancLeft {
	position: absolute;
	width: 2px;
	height: 22px;
	z-index: 1;
	left: 0px;
	background-image: url('../images/Models/AncNavBarLeftEdge.gif');
}


#ancNavBar {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 161px;
	height: 22px;
	z-index: 2;
	left: 2px;
	background-image: url('../images/Models/AncNavBarTabBkg.gif');
	background-repeat: repeat-x;
}



#ancNavBar a:hover {
	color: #9dd8a1;
	
}  

#ancRight {
	position: absolute;
	width: 2px;
	height: 22px;
	z-index: 3;
	right: 0px;
	background-image: url('../images/Models/AncNavBarRightEdge.gif');
}


#ancNavBar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 157px;
	background: url("../images/Models/AncNavBarTabBkg.gif") repeat-x;
	list-style: none;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}


#ancNavBar ul li {
	float: left;
}

#ancNavBar ul a {
	line-height: 15px;
	margin: 0px;
	padding: 0 6px 0 6px;
	background: url("../images/Models/AncNavBarTabSep.gif") repeat-y left top; 
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
}

#ancNavBar ul .first a {
	background: none;
}


