/**
 * CVS:         $Id: nav_int.css,v 1.11 2007/05/29 19:24:27 cvsdevel Exp $
 * Title:       $RCSfile: nav_int.css,v $
 * Version:     $Revision: 1.11 $
 * Copyright:   Copyright (c) 2007
 * Author:      Smitty
 * Company:     Rhino Internet
 * Description: Interior page navigation styles

/* =Primary Nav
-------------------------------------*/

div#nav {
   width: 720px; height: 40px;
}

div#nav ul#primary {
   width: 720px; height: 40px;
   position: relative;
}

div#nav ul#primary li {
   list-style: none;
   position: absolute;
}

#home ul#primary li,
ul#primary a {
   height: 40px;
   display: block;
	outline: none;
}

ul#primary li a {
   text-indent: -9999px;
   text-decoration: none;
}

#helpyounav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/help_you.gif) 0 -36px no-repeat;
   width: 168px; left: 0;
}

#helpyounav a:hover,
body#helpyou #helpyounav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/help_you.gif) 0 -116px no-repeat;
   width: 168px; left: 0;
}

#helpedothersnav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/helped_others.gif) 0 -36px no-repeat;
   width: 198px; left: 168px;
}

#helpedothersnav a:hover,
body#helpedothers #helpedothersnav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/helped_others.gif) 0 -116px no-repeat;
   width: 198px; left: 168px;
}

#resourcenav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/resource_center.gif) 0 -116px no-repeat;
   width: 144px; left: 366px;
}

#resourcenav a:hover,
body#resource #resourcenav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/resource_center.gif) 0 -116px no-repeat;
   width: 144px; left: 366px;
}

#aboutusnav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/about_us.gif) 0 -36px no-repeat;
   width: 102px; left: 510px;
}

#aboutusnav a:hover,
body#aboutus #aboutusnav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/about_us.gif) 0 -116px no-repeat;
   width: 102px; left: 510px;
}

#contactusnav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/contact_us.gif) 0 -36px no-repeat;
   width: 108px; left: 612px;
}

#contactusnav a:hover,
body#contactus #contactusnav {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/nav/contact_us.gif) 0 -116px no-repeat;
   width: 108px; left: 612px;
}

/* =Secondary Nav
-------------------------------------*/

ul#secondary {
   width: 720px; height: 33px;
   list-style: none;
   background-color: #C25C00;
   padding: 0 5px;
   voice-family: "\"}\"";
   voice-family: inherit;
   width: 710px;
}

html>body #secondary {
   width: 710px;
}

#secondary li {
   display: block;
   float: left;
   padding: 10px 5px 10px 15px;
}

#secondary li a {
   color: #FFF;
   font-weight: bold;
   text-decoration: none;
   outline: none;
   font-size:12px;
}

#secondary li a:hover {
   color: #F93;
   text-decoration: none;
}

body.services a#servicesnav,
body.whyteleverde a#whyteleverdenav,
body.proven a#provennav,
body.casestudy a#casestudynav,
body.testimonial a#testimonialsnav,
body.clientlist a#clientlistnav,
body.whitepapers a#whitepapersnav,
body.helpfullinks a#helpfullinksnav,
body.resourcefaqs a#resourcefaqsnav,
body.aboutusfaqs a#aboutusfaqsnav,
body.glossary a#glossarynav,
body.history a#historynav,
body.leadership a#leadershipnav,
body.message a#messagenav,
body.socialresponsibility a#socialnav,
body.careers a#careersnav,
body.press a#pressnav,
body.bestpractices a#bestpracticesnav {
   color: #000;
}

/* =Tertiary Nav
-------------------------------------*/

#tertiary {
   width: 210px; /* Actual value */
   background-color: #3089A7;
   padding: 18px 20px;
   voice-family: "\"}\"";
   voice-family: inherit;
   width: 170px; /* IE value */
}

html>body #tertiary {
   width: 170px;
}

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

#tertiary li {
   background: url(http://www.televerde.com/blog/wp-content/themes/televerde/images/bullet.gif) no-repeat 0 2px;
	padding: 0 0 5px 17px; margin: 0;
	list-style: none;
}

#tertiary li a {
   color: #FFF;
   display: block;
   font-weight: bold;
	outline: none;
}

#tertiary li a:visited {
   color: #CCCCCC;
   text-decoration: none;
}

#tertiary li a:hover {
   color: #6FADC2;
   text-decoration: none;
}

#tertiary li a:active {
   color: #6FADC2;
   text-decoration: none;
}





body.opportunities a#opportunitiesnav,
body.applyonline a#applyonlinenav,
body.casestudy a#sam-casestudy,
body.salesgeneration a#salesnav {
   color: #000;
}

body.betterroi a#betterroinav,
body.convertdata a#convertdatanav,
body.core a#corenav,
body.leadmanagement a#leadmanagementnav,
body.strategy a#strategynav {
   color: #000;
	text-decoration: none;
   font-weight: bold;
}







a.nav:link {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #003399;
	font-weight: bold;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.white:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a.white:active {
	color: #FFFFFF;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}