﻿#report_nav {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 0 0em;
	list-style: none;
}
#report_nav li {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
}
#report_nav a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	outline: none;
	color: #000;
}
#report_nav a:hover {
  text-decoration: none;
  background:#999;
}
#report_nav a.current {
	color: #fff;
	background: #696969;
}
#report_nav a.current:hover {
  text-decoration: none;
}
#report_nav a.disabled {
  color: #aaa;
  cursor: default;
}
#report_nav a.disabled:hover {
  text-decoration: none;
}
#report_nav a b {
	display: block;
	position:relative;
	top: -1px;
	left: 0;
	font-weight:normal;
}
#report_nav a.current b {
	border-color: #696969;
}
#report_nav a b b {
	top: 2px;
	border:none;
}
#report_nav a b b b {
	top: -1px;
	padding: 1px 6px 1px 5px;
	border-width: 0;
	background: center left no-repeat;
	border-bottom:dotted 1px #999;
	line-height:18px;
}

/*Subnav Link*/
#report_nav ul a.expandable {
  margin: 0;
  padding: 0;
}
#report_nav ul a.current {
	border: solid #696969;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #696969;
}
#report_nav ul li {
	margin: 0;
	padding: 0;
}
#report_nav ul.nested_report_nav {
	margin: 0 0 0 5px;
	border: 0;
	padding: 0;
}
#report_nav ul {
	margin: 0px 0 0 10px;
	/*border-top:dotted 1px #666;*/
	padding: 0;
	list-style: none;
}
#report_nav ul a b {
	top: 0;
	border: 0;
}
#report_nav ul a.current b {
	top: -1px;
	border: solid #696969;
	border-width: 1px 0 0;
}
#report_nav ul a b b {
	top: 0;
	border-width: 0;
}
#report_nav ul a.current b b {
	border-width: 0 0 1px;
	top: 2px;
}
#report_nav ul a {
	font-size: 95%;
	margin: 0;
}
#report_nav ul a b b b 
{
	top: 0;
	border-bottom:none;
	padding: 3px 5px;
	background:none;
	color:#333;
}
#report_nav ul a.current b b b {
	top: -1px;
	border-width: 0;
	padding: 1px 6px;
	background: center left no-repeat;
}

/*
#report_nav #dashboard_nav_item b b b {
	background-image: url(../images/icons/dashboard_nav_item.gif);
}
#report_nav .current#dashboard_nav_item  b b b {
	background-image: url(../images/icons/dashboard_nav_item_on.gif);
}
#report_nav #visitors_nav_item b b b {
	background-image: url(../images/icons/visitors_nav_item.gif);
}
#report_nav .current#visitors_nav_item b b b {
	background-image: url(../images/icons/visitors_nav_item_on.gif);
}
#report_nav #traffic_sources_nav_item b b b {
	background-image: url(../images/icons/traffic_sources_nav_item.gif);
}	
#report_nav .current#traffic_sources_nav_item b b b {
	background-image: url(../images/icons/traffic_sources_nav_item_on.gif);
}
#report_nav #content_nav_item b b b {
	background-image: url(../images/icons/content_nav_item.gif);
}
#report_nav .current#content_nav_item b b b {
	background-image: url(../images/icons/content_nav_item_on.gif);
}
#report_nav #goals_nav_item b b b {
	background-image: url(../images/icons/goals_nav_item.gif);
}
#report_nav .current#goals_nav_item b b b {
	background-image: url(../images/icons/goals_nav_item_on.gif);
}
#report_nav ul a.expandable b b b {
  top: 0;
	border-bottom: #d7d7d7 1px dotted;
	padding: 3px 8px;
	background: #fff url(../images/icons/button_arrow_right.gif) no-repeat center left;
}
#report_nav ul a.expandable.expanded b b b {	
	background:#fff url(../images/icons/button_arrow_down.gif) no-repeat center left;
}
*/
