﻿.navbar 
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica; 
	font-size:12px; 
	cursor:pointer;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	height: 30px;
}

.navbar a:link, .navbar a:visited, .navbar a:active
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.navbar a:hover
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.navbar-hover
{
	font-family: Verdana, Arial, Helvetica; 
	font-size:12px; 
	color: #000000;
	cursor:default;
	cursor:pointer;
	background-image: url(../images/nav-header-on.gif);
	background-repeat:repeat-x;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
}

.navbar-hover a:link, .navbar-hover a:visited, .navbar-hover a:active
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.navbar-hover a:hover
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.navbar-selected
{
	font-family: Verdana, Arial, Helvetica; 
	font-size:12px; 
	font-weight: bold;
	color: #000000;
	cursor:default;
	cursor:pointer;
	background-image: url(../images/nav-header-on.gif);
	background-repeat:repeat-x;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
}

.navbar-selected a:link, .navbar-selected a:visited, .navbar-selected a:active
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.navbar-selected a:hover
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

div#navbar-common
{
	padding-left: 24px;
	margin: 0px;
	margin-top: -3px;
  	background-color:#cccccc; 
  	height: 32px;
  	overflow: hidden;
	background-image: url(../images/nav-header-off.gif);
	background-repeat:repeat-x;
}

div#navbar-common-inner
{
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
	border-color: #999999;
}

div#navbar-common-sub
{
	padding-left: 24px;
	margin: 0px;
	margin-top: -3px;
  	background-color:#aeaeae; 
  	height: 32px;
  	overflow: hidden;
}

.navbar-sub
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica; 
	font-size:12px; 
	cursor:pointer;
	border-style:dashed;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #d0d0d0;
	height: 30px;
}

.navbar-sub a:link, .navbar-sub a:visited, .navbar-sub a:active
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.navbar-sub a:hover
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
	text-decoration: underline;
}

.navbar-sub a.active
{
    font-weight:bold;
}

.navbar-sub-original
{
	padding-left: 38px;
	padding-top: 8px;
	margin-top:-3px;
  	background-color:#cccccc; 
  	height: 24px;
  	overflow: hidden; 
  	background-color: #aeaeae;
  	font-family: Verdana, Arial, Helvetica; 
}

