/*-----------------------------------------------
UPS Navigation Styles
Author:   Mario S. Cisneros
Version 1:  17 September 2005
-----------------------------------------------*/


/*MAIN NAVIGATION BAR
------------------------------------------------------------------------------------------*/
#tabnav
{color: #fff;
  text-transform: uppercase;
  text-align: center; 
  border-top: 1px solid #fc0;
  border-bottom: 1px #330000 solid;
  margin-bottom: 15px;
  background-color: #9E2623;}

#tabnav ul
{margin: 0;
  padding: 0;
  list-style: none;}

#tabnav li
{display: inline;
  line-height: 2em;}

#tabnav li a:link, #tabnav li a:visited
{font: normal 0.9em tahoma, "trebuchet ms", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  border-right: 1px solid #fff;}

#tabnav li a:hover
{color: #FFCFCD;
  text-decoration: none;
  background-color: #330000;}

#tabnav .pipe
{border-left: 1px solid #fff;}


/*INLINE LINKS
------------------------------------------------------------------------------------------*/
a:link, a:active, a:visited
{color: #9E2623; 
  background-color: transparent; 
  font-weight: bold;}

a:hover
{color: #0000ff; 
  background-color: transparent; 
  font-weight: bold; 
  text-decoration: none;}


/*HOMEPAGE FOOTER
------------------------------------------------------------------------------------------*/
#footer
{width: 100%;
  height: 20px;
  font: normal 0.6em verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
  text-align: center;
	color: #fff;
	padding: 15px 0 10px 0;
  border-top: 3px solid #E9930E;
	background: #330000;}

#webnet a:link
{color: #fff; background-color: transparent; font-weight: normal;}
#webnet a:visited
{color: #fff; background-color: transparent; font-weight: normal;}
#webnet a:hover 
{color: #C1D5D5; background-color: transparent; text-decoration: none; font-weight: normal;}


/* SIDE NAVIGATION BAR: Services Pages
------------------------------------------------------------------------------------------*/
#sidenav ul
{font: bold 0.8em "trebuchet ms", tahoma, arial, verdana, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;}

#sidenav ul li
{border-bottom: 1px solid #000;
  background: url(/images/markers/white-dotted-arrow.gif) no-repeat 2% 50%;
  padding-left: 12px;}

#sidenav ul li a:link, #sidenav ul li a:active, #sidenav ul li a:visited
{display: block;
  color: #9E2623;
  text-align: left;
  text-transform: capitalize;
  padding: 8px 5px;
  text-decoration: none;
  background-color: #F4F3EA;}

#sidenav ul li a:hover
{color: #fff;
  text-decoration: none;
  background-color: #9E2623;}

.active
{border-top: solid 1px #000;}


/*BOTTOM NAVBAR FOR INTERIOR PAGES
----------------------------------------------------------------------------------------*/
#btmnav
{width: 100%;
  padding: 5px 0 8px 0;
  border-top: 3px solid #E9930E;
  background-color: #330000;}

#btmnav a:link, #btmnav a:visited
{font: normal 0.8em tahoma, sans-serif;
  text-transform: uppercase; 
  text-align: center;
  color: #fff;
  text-decoration: underline;}

#btmnav a:hover
{color: #DCD8CF;
  text-decoration: none;}