/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	padding:0;
	font-size: 12px;
	float: right;
}
 
#menu li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	font-weight: bold;
	color: #fff;
	background: url(../cssimg/nav-sep.gif) top left no-repeat;
}
#menu li.Our {
	background: none;
}
#menu li span {
	display:block; 
	z-index:100; 
	color:#dfedfc;
	padding: 12px 4px 7px 5px;
}

#menu li a, #menu li a:visited {
	display:block; 
	padding:0;
}
 
#menu dl {
	position:absolute; 
	top:0; 
	left:1px; 
	margin: 0; 
	padding: 0; 
	background: url(transparency.gif);
}
#menu dt {
	float:left; 
}
#menu dd {
	display:none; 
	clear:left; 
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 1em; 
	text-align:left;
}
 
#menu dt a, #menu dt a:visited {
	display:block; 
	color:#003e7e; 
	text-decoration:none;
	padding: 12px 4px 14px;
	white-space: nowrap; 
}
#menu dd a, #menu dd a:visited {
	color:#003e7e; 
	text-decoration:none; 
	display:block; 
	padding: 4px 7px;
	font-size: 11px;
	white-space: nowrap; 
	background: #edf5fd;
}
 
#menu li a:hover {
	border:0;
}
 
#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {
}
#menu dd a:hover {
	background: #dfedfc; 
	color: #007969;
}
#menu li:hover dt a, #menu li a:hover dt a, .active {
	background: url(../cssimg/nav-bg.gif) repeat-x top;
}

#navigation {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navigation a.head {
	background: url(../cssimg/collapsed.gif) no-repeat scroll 3px 4px;
	color:#003e7e; 
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:5px 13px;
	text-decoration:none;
	font-size: 14px;
}

#navigation a.head:hover {
	color: #007969;
}

#navigation a.no-turndown {
	background: url(../cssimg/collapsed.gif) no-repeat scroll 3px 4px !important;
}

#navigation a.no-turndown:hover {
	background: #dfedfc url(../cssimg/collapsed.gif) no-repeat scroll 3px 4px !important;
}

#navigation a.selected {
	background: #dfedfc url(../cssimg/expanded.gif) no-repeat 3px 4px ;
	color: #007969;
}

#navigation a.selected2 {
	background: #dfedfc url(../cssimg/expanded.gif) no-repeat 3px 4px !important;
	color: #007969;
}

#navigation li.selected a.no-turndown {
	background: #dfedfc url(../cssimg/collapsed.gif) no-repeat scroll 3px 4px !important;
	color: #007969;
}

#navigation a.current {
	background: #dfedfc url(../cssimg/collapsed.gif) no-repeat scroll 8px 4px;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#navigation li li a {
	color:#000000;
	display:block;
	font-size: 12px;
	padding:5px 13px 5px 20px;
	border-top: 1px #fff solid !important;
	text-decoration: none;
}
#navigation li li a:hover {
	text-decoration:underline;
	color:#000;
}

#login-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 810px;
  height: 25px;
  position: relative;
}
#login-menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
  text-align:left;
  line-height: 10px;
}
#login-menu a:hover {
  background-position: left bottom;
}
#login-menu .vpas {
  width: 169px;
  height: 10px;
  background: url(../cssimg/client-login.gif) no-repeat;
  left: 635px;
  top: 10px;
}

