/* $Id: navigation.css,v 1.1.2.6 2009/03/13 01:09:16 psynaptic Exp $ */

#top_menu {
	float:right;
	padding-left: 26px;
	height:69px;
	background: url(../images/topmenu-shadow-left.gif) top left no-repeat;
}

#top_menu_shadow_right {
	padding-right: 26px;
	width: inherit;
	height: 69px;
	background: url(../images/topmenu-shadow-right.gif) top right no-repeat;
}

#top_menu .plink {
	float:left;
	height: 69px;
	margin: 0;
	padding: 0;
}

#top_menu .plink div.text-title { margin-left: 20px; color: #0059a6; font-weight: bold; font-size: 14px; padding-top: 21px;}

#top_menu .plink .inner { width: inherit; height: inherit; }
#top_menu .plink .inner { background: url(../images/topmenu-bg.gif) top right repeat-x;}
#top_menu .plink .inner:hover {	background: url(../images/topmenu-bg-hl.gif) top right repeat-x; }

#top_menu .plink .inner-right {
	height: 69px;
	padding-right: 20px;
	background: url(../images/topmenu-sep-bg.gif) top right no-repeat;
}

#top_menu .plink.last, #top_menu .plink.last .inner { padding-right: 0; }
#top_menu .plink.last .inner-right { height: 69px;	background: url(../images/topmenu-last-right.gif) top right no-repeat; }
#top_menu .plink.first .inner-right { padding: 0; }
#top_menu .plink.last .inner-right:hover { background: url(../images/topmenu-last-right-hl.gif) top right no-repeat; }

#top_menu .plink.first .inner-left {
	padding-right:20px;
	height: 69px;
	background: url(../images/topmenu-first-left.gif) top left no-repeat;
}

#top_menu .plink.first .inner-left:hover {
	background: url(../images/topmenu-first-left-hl.gif) top left no-repeat;
}


/* Secondary links*/

#top_secondary_links {
	float: right;
	width: 600px;
	padding-top: 15px;
}

#top_secondary_links > div {
	float:left;
}

#top_secondary_links .phone-item {
	/*margin-left: 95px;*/
	padding-left: 22px;
	background: url(../images/phone-icon.gif) left center no-repeat;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	color: #040404;
	margin-right: 30px;
	float: right;
}

#top_secondary_links .link-icons .home-link {
	margin-left: 20px;
	padding-left: 18px;
	padding-right: 10px;
	background: url(../images/home-icon.gif) left center no-repeat;
	color: #737373;
	font-size: 12px;
}
#top_secondary_links .link-icons .sitemap-link {
	padding-left: 17px;
	padding-right: 0px;
	background: url(../images/sitemap-icon.gif) left center no-repeat;
	color: #737373;
	font-size: 12px;
}


/* Primary/secondary links */

/*#navigation {
  margin-bottom: 1em;
}

.primary-links {
  background-color: #369;
  border-bottom: 4px solid #A6DD47;
  line-height: 2;
}

.secondary-links {
  background-color: #A6DD47;
  line-height: 1.8;
}

.primary-links a,
.secondary-links a {
  padding: 0 1em;
}

.primary-links a:link,
.primary-links a:visited {
  color: #FFF;
}

.primary-links a:hover {
  color: #FFF;
}

.secondary-links a:hover {
  color: #494949;
}

.primary-links a.active {
  color: #FFF;
  border-bottom: 6px solid #A6DD47;
}

ul.primary-links li {
  padding: 0;
}*/

/* Tabs */

/*.tabs {
  font-size: 0.9em;
}

ul.primary {
  border: none;
  padding: 0;
  font-size: 0.9em;
  margin: 0.5em 0 1em 0;
}

ul.primary li a:link,
ul.primary li a:visited {
  background-color: #BCD1FF;
  color: #369;
}

ul.primary li a:hover,
ul.primary li.active a:link,
ul.primary li.active a:visited,
ul.primary li a.active:hover {
  background-color: #5A7E99;
  color: #FFF;
}

ul.primary li a,
ul.primary li a:hover,
ul.primary li.active a {
  border: none;
  padding: 2px 4px;
}

ul.secondary {
  padding: 0;
  margin: 0 0 1em 0;
  border: 0;
}

ul.secondary li {
  padding: 0;
  margin-right: 1em;
  border: none;
}*/
