div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover 
{
	border-right: #0066ff 1px solid;
	border-top: #0066ff 1px solid;
	border-left: #0066ff 1px solid;
	color: #000000;
	border-bottom: #0066ff 1px solid;
	position: relative;
	background-color: #c0ccff;
	text-decoration:    none;
}


div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	border-right: #0066ff 1px solid;
	border-top: #0066ff 1px solid;
	border-left: #0066ff 1px solid;
	border-bottom: #0066ff 1px solid;	
	color: #000000;
	position: relative;
	background-color: #c0ccff;
	text-decoration:    none;
}

div.menu {
	border-right: #aca899 2px solid;
	border-left: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-bottom: #aca899 2px solid;	
	color: #000000;
	background-color: #e0e0e0;
	text-decoration:    none;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem
{
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding-right: 1em;
	display: block;
	padding-left: 1em;
	padding-bottom: 3px;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
	white-space: nowrap;
	position: relative;
	background-color: #e0e0e0;
	text-decoration: none;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight
{
	border-right: #0066ff 1px solid;
	padding-right: 1em;
	border-top: #0066ff 1px solid;
	display: block;
	padding-left: 1em;
	padding-bottom: 3px;
	border-left: #0066ff 1px solid;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
	border-bottom: #0066ff 1px solid;
	white-space: nowrap;
	position: relative;
	background-color: #c0ccff;
	text-decoration: none;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}


/*<group=navigation tabs>*/
#nav, #subnav {height: 22px;}
#nav {margin-left: 5px;}
#subnav {clear: both;} /* force subnav below on some browsers */
#subnav {background-color: #660000 ;}
#nav ul, #subnav ul {position: relative; margin: 0; padding: 0; font: normal 11px Arial, sans-serif; list-style-type: none; width: 98%;}
#subnav ul {padding-left: 5px;}
#nav ul li, #subnav ul li {display: block; float: left; margin: 0; padding: 0;}
#nav li {background-image:  url(/images/r_curve.gif); background-repeat: no-repeat; background-position: right top; background-color: #77725C; border-bottom: solid 1px #fff;}
#nav li a {background-image:  url(/images/l_curve.gif); background-repeat: no-repeat; background-position: left top; color: #F4F1D9;}
#subnav ul li {border-left: 1px solid #F4F1D9; margin-top: 6px;}
#subnav .first {border-left: none;}
#subnav .right {
   border-left: none;
   text-align: right; /* depends on element width */
   left:80%;
   float:right ;
   } 
#nav a {display: block; float: left; color: #000; padding: 3px 10px 2px 10px; text-decoration: none; letter-spacing: 1px;}/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none; padding: 5px 10px 4px 10px;} /* End IE5-Mac hack */
#subnav a {display: block; float: left; color: #000; text-decoration: none;}/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subnav a {float:none;} /* End IE5-Mac hack */
#subnav a {color: #F4F1D9; padding: 0 8px;}
#subnav a:hover {text-decoration: underline;}
#subnav li#subcurrent a {font-weight: bold; color: #fff;}
#nav a.inactive, #subnav a.inactive, #gh .internal #nav a.inactive {color: #C0747B;}
#subnav a.inactive:hover {text-decoration: none;}
#nav li#current {background-color: #660000 ; border-bottom: solid 1px #660000 ;}
#nav #current a {font-weight: bold; color: #fff;}
#nav li.int-only, #nav li#current.int-only {background-color: #D5E5BC; border-bottom: none;}
#nav li.int-only a, #subnav li.int-only a {color: #000;}
#nav li#current.int-only a, #subnav li#subcurrent.int-only a {color: #660000 ;}
/*</group>*/

