@charset "utf-8";

/*

Navigation styles for:
	-Horizontal & Vertical nav controls
	-lists
	-buttons & button images
	-anchors & anchor images

*/

#navHorizontal {
	/*background-color:#999999;*/
	width:770px;
	height:30px;
}

#navbarHoriz ul {
	padding: 0;
	margin-left: 0;
	margin-top: 5px;
}
#navbarHoriz ul li {
 list-style: none;
 margin: 0; 
 font: bold 14px Arial Narrow, Helvetica, sans-serif;    /*bold 12px Myriad Pro sans-serif;	  Nav bar  not rendering as Myriad in FireFox */
 display: inline; 				/*switches vertical list to horizontal display  */
}
#navbarHoriz ul li a {
	margin-left: 3px;
	/* border: 1px solid #778;*/	/*turns on 4 borders to create lines at sides & tops of folder tabs  */
 /*border-bottom: none;*/			/*turns off bottom border line for folder tab effect  */
 /*background: #dde;*/
 text-decoration: none;
	padding: 0 5px;
}
#navbarHoriz ul li a:link {
 color: #000;
}
#navbarHoriz ul li a:visited {
 color: #000;
}
#navbarHoriz ul li a:link:hover, #navbarHoriz ul li a:visited:hover {
 color: #000;
 background: #A9A9A9;			/* #aae;*/
}
#navbarHoriz ul li a#current {
 color:#D21241;
}


ul.nav {											/* div class for vertical navigation links*/
	font-family:"Myriad Pro", Impact;
	font-size:16px;
	list-style:none;
	margin-left:0;
	padding-left:0;
	display:block;
	width:104px;
}

li.button {
	background: #000000;
	font-weight:500;
	text-align:center;
	margin-top: 10px;
	height:30px;
	width: 104px;
	padding-top:5px;
}

li.buttonImage {
	margin-top: 10px;
	padding-top:5px;
	display:block;
}

li a:hover {
	color:#D21241;
	/*border:thin;
	background-color:#000000;*/
}

a {
	text-decoration:none;
	color:#ffffff;
	font-weight:900;
}

a img{
	border:none;
}

td a {
	font-weight:100;
	color:#000000;
	text-decoration:underline;
}	

td a:hover {
	color:#D21241;
	/*border:thin;
	background-color:#000000;*/
}