/* Navigation CSS Document */

#nav ul
{
	width: 1005px;
}

#navUL
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li, #nav a
{
	height: 32px;
	display: block;
}

#nav li
{
	float: left;
	list-style: none;
	display: inline;
}

#navHr1 a:active, #navHr1 a.selected
{
	background: url(../../images/nav_hr.gif) 0px -32px;
}

#navHome a:active, #navHome a.selected
{
	background: url(../../images/nav_home.gif) 0px -32px no-repeat;
}
	
#navRAL a:active, #navRAL a.selected
{
	background: url(../../images/nav_ral.gif) 0px -32px no-repeat;
}
	
#navRedRock a:active, #navRedRock a.selected
{
	background: url(../../images/nav_redRock.gif) 0px -32px no-repeat;
}
	
#navRezTracker a:active, #navRezTracker a.selected
{
	background: url(../../images/nav_rezTracker.gif) 0px -32px no-repeat;
}
	
#navContact a:active, #navContact a.selected
{
	background: url(../../images/nav_contact.gif) 0px -32px no-repeat;
}
	
#navHr2 a:active, #navHr2 a.selected
{
	background: url(../../images/nav_hr.gif) 0px -32px;
}

#navHr1
{
	background: url(../../images/nav_hr.gif);
	width: 127px;
	height: 32px;
}

#navHome
{ 
	background: url(../../images/nav_home.gif) no-repeat;
	width: 97px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#navRAL
{
	background: url(../../images/nav_ral.gif) no-repeat;
	width: 199px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#navRedRock
{
	background: url(../../images/nav_redRock.gif) no-repeat;
	width: 168px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
	
#navRezTracker
{
	background: url(../../images/nav_rezTracker.gif) no-repeat;
	width: 151px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
	
#navContact
{
	background: url(../../images/nav_contact.gif) no-repeat;
	width: 136px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
	
#navHr2
{
	background: url(../../images/nav_hr.gif);
	width: 127px;
	height: 32px;
}

#nav span
{
	display: none;
}

#navHr1
{
	width: 127px;
}

#navHome
{
	width: 97px;
}

#navRAL
{
	width: 199px;
}

#navRedRock
{
	width: 168px;
}

#navRezTracker
{
	width: 151px;
}

#navContact
{
	width: 136px;
}

#navHr2
{
	width: 127px;
}

#navHr1 a:hover
{
	background: url(../../images/nav_hr.gif) 0px -32px
}

#navHome a:hover
{
	background: url(../../images/nav_home.gif) 0px -32px no-repeat;
}

#navRAL a:hover
{
	background: url(../../images/nav_ral.gif) 0px -32px no-repeat;
}

#navRedRock a:hover
{
	background: url(../../images/nav_redRock.gif) 0px -32px no-repeat;
}

#navRezTracker a:hover
{
	background: url(../../images/nav_rezTracker.gif) 0px -32px no-repeat;
}

#navContact a:hover
{
	background: url(../../images/nav_contact.gif) 0px -32px no-repeat;
}

#navHr2 a:hover
{
	background: url(../../images/nav_hr.gif) 0px -32px;
}

#navFooterLinks
{
	list-style: none;
}

#navFooterLinks ul li
{
	display: inline;
}

#navFooterLinks ul li a
{
	padding: 0.2em 1em;
	color: #751E11;
	position: relative;
	top: -10px;
	left: -15px;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #751E11;
	display: inline;
	list-style: none;
}

#navFooterLinks ul li a:hover
{
	color: #751E11;
	text-decoration: underline;
}

#navFooterLinks ul li a:active, #navFooterLinks a.selected
{
	color: #751E11;
}