
/* for "off" buttons  */
.navbar { display: inline; 	line-height: 25px; }
.navbar a {
	display: inline;
	line-height: 25px;
	color: #000000;
	border-width: 1px 1px 2px 1px;
	border-style: outset;
	
	font-weight: bold;
	background: #6666CC;
	
	font-size: 10pt;
	margin: 1px,0px,1px,0px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	
	background-repeat: no-repeat;
}




.vert-level-0 a {
    display: block;
	text-decoration: none;
	
	
	font-size: 12px;
	font-weight: bold;
	background: #fffff;
	color: #FFFFFF;
	
    }

.vert-level-0 a:link {
    color: #052556;
    }

.vert-level-0 a:visited {
   color: #052556;
    }

.vert-level-0 a:hover {
color: #FFFFFF;
background: #7583a2;
    }

.vert-level-0 a:active {
    color: #052556;
    }

.vert-level-0-on a {
       display: block;
	width:180px;
    font-weight: bold;
    width: 100%;
    font-weight: bold;
	background: #7583a2;
	color: #FFFFFF;
	font-size: 11px;
    text-indent: 0px;
    cursor: pointer;
    text-decoration: none;
	background-color:#c6dff1;
	line-height:30px;
	margin-top:2px;
    }

.vert-level-0-on a:link, a:visited {
    color: #ff3300;
    }

.vert-level-0-on a:hover {}

.vert-level-0-on a:active {}




.navbar a:link		{ color: #000000; cursor: pointer; }
.navbar a:visited 	{ color: #000000; cursor: pointer; }
.navbar a:hover		{ 	color: #FFFFFF; 
	font-size: 10pt;
	
	background-repeat: no-repeat; cursor: pointer; }
.navbar a:active	{ color: #000000; background-color: #D6E6F9; cursor: pointer; }


/* for "on" buttons  */
.navbar-on { display: inline; line-height: 25px;}
.navbar-on a { color: #000000; 	
	line-height: 25px;
	font-size: 10pt;	
	padding: 0px;
	margin: 1px,0px,1px,0px;
	border-width: 1px 1px 2px 1px;
	border-style: outset;
	
	
	background-repeat: no-repeat; 
	cursor: pointer; }
.navbar-on a:link { color: #000000; cursor: pointer; }
.navbar-on a:visited { color: #000000; cursor: pointer; text-decoration: none; }
.navbar-on a:hover	{ color: #330066; cursor: pointer; 	text-decoration: none; }
.navbar-on a:active { color: #000000; cursor: pointer; text-decoration: none; }

.addnavtitle { text-indent:2px; text-align: center; background: #7583a2; color: #FFFFFF; font-size: 16px; font-weight: bold; }


