/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #dae2e0;
}

/*****************************************/
/*** Topnav menu items ***/
/*****************************************/	

#level2 li a, #level2-ov li a, #level3 li a, #level5 li a { text-decoration: none; color: #FFF; padding: 2px 2px 2px 2px; }	
#level2 li a:hover, #level2-ov li a:hover, #level3 li a:hover, #level5 li a:hover { text-decoration: none; color: #000; background: #FFF; padding: 2px 2px 2px 2px; }	

.level2-selected a, .level3-selected a, .level5-selected a { text-decoration: none; color: #ff0000 !important; padding: 2px 2px 2px 2px; }	
.level2-selected a:hover, .level3-selected a:hover, .level5-selected a:hover { text-decoration: none; color: #000 !important; background: #FFF; padding: 2px 2px 2px 2px; }	

li#tn01white a { width: 136px; height: 24px; background: url(/images/btn-bg-what-white.png) no-repeat; }
li#tn01white a:link, li#tn01white a:visited { background-position: 0px 0px; }	
li#tn01white a:hover, li#tn01white a:focus { background-position: 0px -24px;}	

li#tn02white a { width: 136px; height: 24px; background: url(/images/btn-bg-about-white.png) no-repeat; }
li#tn02white a:link, li#tn02white a:visited { background-position: 0px 0px; }	
li#tn02white a:hover, li#tn02white a:focus { background-position: 0px -24px;}	

li#tn03white a { width: 136px; height: 24px; background: url(/images/btn-bg-contact-white.png) no-repeat; }
li#tn03white a:link, li#tn03white a:visited { background-position: 0px 0px; }	
li#tn03white a:hover, li#tn03white a:focus { background-position: 0px -24px;}	

/*****************************************/
/*** Topnav menu items selected ***/
/*****************************************/	

li#tn01white-ov a {	width: 136px; height: 24px; background: url(/images/btn-bg-what-white.png) no-repeat; }
li#tn01white-ov a:link, li#tn01white-ov a:visited { background-position: 0px -48px; }	
li#tn01white-ov a:hover, li#tn01white-ov a:focus { background-position: 0px -24px;}

li#tn02white-ov a { width: 136px; height: 24px; background: url(/images/btn-bg-about-white.png) no-repeat; }
li#tn02white-ov a:link, li#tn02white-ov a:visited { background-position: 0px -48px; }	
li#tn02white-ov a:hover, li#tn02white-ov a:focus { background-position: 0px -24px;}	

li#tn03white-ov a { width: 136px; height: 24px; background: url(/images/btn-bg-contact-white.png) no-repeat; }
li#tn03white-ov a:link, li#tn03white-ov a:visited { background-position: 0px -48px; }	
li#tn03white-ov a:hover, li#tn03white-ov a:focus { background-position: 0px -24px;}	


/* IE FIXXXX */

* html li#tn01white a,
* html li#tn02white a,
* html li#tn03white a,
* html li#tn01white-ov a,
* html li#tn02white-ov a,
* html li#tn03white-ov a{
  background: none !important;
  position: relative;
  cursor: pointer !important;
}

* html li#tn01white a span,
* html li#tn02white a span,
* html li#tn03white a span,
* html li#tn01white-ov a span,
* html li#tn02white-ov a span,
* html li#tn03white-ov a span{
  width: 136px; 
  height: 24px;
  display: block;
  position: absolute;
  top:0;
  left:0;
}


* html li#tn01white a span{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-what-white_1.png', sizingMethod='scope');}

* html li#tn01white a:hover span,
* html li#tn01white a:focus span {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-what-white_2.png', sizingMethod='scope');}


* html li#tn02white a span{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-about-white_1.png', sizingMethod='scope');}

* html li#tn02white a:hover span,
* html li#tn02white a:focus span {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-about-white_2.png', sizingMethod='scope');}



* html li#tn03white a span{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-contact-white_1.png', sizingMethod='scope');}

* html li#tn03white a:hover span,
* html li#tn03white a:focus span {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-contact-white_2.png', sizingMethod='scope');}




* html li#tn01white-ov a span{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-what-white_1.png', sizingMethod='scope');}
  

* html li#tn01white-ov a:visited span,
* html li#tn01white-ov a:link span {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-what-white_3.png', sizingMethod='scope');}

* html li#tn01white-ov a:hover span,
* html li#tn01white-ov a:focus span {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-what-white_2.png', sizingMethod='scope');}



* html li#tn02white-ov a span{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-about-white_1.png', sizingMethod='scope');}
  
* html li#tn02white-ov a:visited span,
* html li#tn02white-ov a:link span {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-about-white_3.png', sizingMethod='scope');}

* html li#tn02white-ov a:hover span,
* html li#tn02white-ov a:focus span {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-about-white_2.png', sizingMethod='scope');}

* html li#tn03white-ov a span{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-contact-white_1.png', sizingMethod='scope');}
  
* html li#tn03white-ov a:visited span,
* html li#tn03white-ov a:link span {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-contact-white_3.png', sizingMethod='scope');}

* html li#tn03white-ov a:hover span,
* html li#tn03white-ov a:focus span {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn-bg-contact-white_2.png', sizingMethod='scope');}

	