
/*

dk gray left #949494
md gray bg #666666
lt gray #cccccc
dk Blue #023279
md blue #007cc2
lt blue #6799cc
229 px wide
25 px high (1px white border)
10 px left gray border

*/



/* GLOBAL STYLES */
div.linktext
{
	padding: 0px 0px 0px 10px ;
	display:block ;
	width: 190px !important ;
	width: 197px ;
	height: 100% ;
	line-height: 24px ;
	float: left ;
	cursor: pointer ;
}


a.topnav:link,
a.topnav:visited,
a.botnav:link,
a.botnav:visited,
a.botsubnav:link,
a.botsubnav:visited,
a.topnav_on,
a.botnav_on,
a.botsubnav_on
{
	font-family: arial ;
	color: white ;
	font-weight: bold ;
	font-size: 11px ;
	width: 219px !important ;
	width: 229px ;
	cursor: pointer ;
	text-decoration: none ;
	display:block ;
	border-left: 10px solid #949494 ;
	padding: 0px ;
	border-top: 1px solid white ;
}



/* Top level elements */

a.topnav div.linktext,
a.topnav
{
	background-color: #007CC2 ;
}

a.topnav:hover div.linktext,
a.topnav:hover
{
	background-color: #023279 ;
}




a.topnav_on:hover div.linktext,
a.topnav_on:link div.linktext,
a.topnav_on:visited  div.linktext,
a.topnav_on div.linktext,
a.topnav_on:hover,
a.topnav_on:visited
{
	background-color: #023279 ;
	color: white ;
}



/* sub level elements */

a.botnav div.linktext,
a.botnav,
a.botnav:link div.linktext,
a.botnav:visited div.linktext
{
	background-color: #CCCCCC ;
	color: #666666 ;
}

a.botnav:hover div.linktext,
a.botnav:hover
{
	background-color: #666666 ;
	color: white ;
}




a.botnav_on:link,
a.botnav_on:hover,
a.botnav_on:visited
{
	background-color: #666666 ;
	color: white ;
}




/* sub sub level elements */

a.botsubnav div.linktext,
a.botsubnav,
a.botsubnav:link div.linktext,
a.botsubnav:visited div.linktext
{
	background-color: #DD5 ;
	color: #666666 ;
}

a.botsubnav:hover div.linktext,
a.botsubnav:hover
{
	background-color: #444 ;
	color: white ;
}

a.botsubnav_on:link,
a.botsubnav_on:hover,
a.botsubnav_on:visited
{
	background-color: #444 ;
	color: white ;
}






/*  ARROW */


div.arrow
{
	padding: 0px ;
	width: 19px ;
	display: block ;
	height: 100% ;
	float: right ;
}


/* top level navigation */

a.topnav:link div.arrow,
a.topnav:visited div.arrow
{
	background-color: #6799CC ;
}

a.topnav:hover div.arrow,
a.topnav_on div.arrow
{
	color: white ;
	background-color: #666666 ;
}


/* Sub nav */

a.botnav:link div.arrow,
a.botnav:visited div.arrow
{
	background-color: #949494 ;
}

a.botnav:hover div.arrow,
a.botnav_on div.arrow
{
	background-color: #CCCCCC ;
}


/* Sub Sub nav */

a.botsubnav:link div.arrow,
a.botsubnav:visited div.arrow
{
	background-color: #949494 ;
}

a.botsubnav:hover div.arrow,
a.botsubnav_on div.arrow
{
	background-color: #CCCCCC ;
}

