

/* Presentation Stylesheet */ 
#header1 {
	width:800px;
	height: 35px;
	text-align: left;
	float: left;
}
#header2 {
	min-width:540px;
	height: 20px;
	float: left;
	text-align: center;
}
* html #header2{
	width: expression(document.body.clientWidth <1032 ? "540px" : "540px" );
}
#header3 {
	min-width:260px;
	height: 20px;
	float: left;
	text-align: center;
}
* html #header3{
	width: expression(document.body.clientWidth <1032 ? "260px" : "260px" );
}
#topnav {
	margin: 0;
	padding: 0;
	min-width: 800px;
	min-height: 37px;
	background-image:url(images/btn_bg_top.gif);
}
* html #topnav{
	width: expression(document.body.clientWidth <1032 ? "800px" : "800px" );
}
#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav li {
	list-style: none;
	float:left;
	margin: 0;
	height: 37px;
	width: 14%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	cursor:hand;
	cursor:hand;
	background-image:url(images/btn_bg_top.gif);
}
#topnav a {
	color : #000000;
	text-decoration: none;
}
#topnav a:link {
	color : #000000;
	text-decoration: none;
}
#topnav a:visited {
	color : #000000;
	text-decoration: none;
}
#topnav:hover {
	color : #FE7A26;
	cursor:pointer;
	cursor:hand;
}
#topnav a:hover {
	color : #FE7A26;
}

.topnavclass {
	background-image:url(images/btn_bg_top.gif);
}

div#nav {
	float: left;
	margin: 0 0 0 0px;
	background: #0000A0;
	width: 800px;
	z-index: 1000;
}

div#nav ul {
	margin: 0; 
	padding: 0; 
	background: #000000; /* no noticable effect */
  	border: 1px solid #000000; 
	border-width: 0 0 0 0;
	z-index: 1000; 
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	line-height: 8px;
	z-index: 1000;
	text-align: left;
	text-indent: 4px;
}

div#nav li:hover {
	background: #4AC5FF; /* change drop down color of li on hover except with submenu in FF but nothing IE */
}

div#nav li.submenu {
	background-color: #000000; /* no noticable effect */
}

div#nav li.menu {
	text-align:left;
	z-index: 1000;
}

div#nav li.submenu:hover {
	background: #0000A0; /* no noticable effect in FF, main menu background change on hover in IE */
}

div#nav li a {
	display: block; 
	padding: 6px 0 6px 4px;
  	color:white ; /* changes all link text color */
	text-decoration:none ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
}
div#nav>ul a {width: auto;}

div#nav ul ul {
	position: absolute;
	width: 200px;
	display: none;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
	text-indent: 10px;
}

div#nav ul ul li {
	width: 200px;
}

div#nav li.menu li.submenu {
	background: #A8E2FF url(images/submenu.gif) 95% 50% no-repeat; /* changed color submenu of drop down */
}
div#nav li.menu li.submenu:hover {
	background-color: #4AC5FF; /* changed submenu of drop down on hover, change all li on hover in IE */
}
div#nav ul.level1 li.menu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
	background: #A8E2FF; /* change background of drop downs and submenu */
}
div#nav ul.level1 li.menu:hover ul.level2 a, 
div#nav ul.level2 li.submenu:hover ul.level3 a {
	display: block; 
	padding: 6px 0 6px 1px;
  	color: #000000 ; /* changes all submenu link text color */
	text-decoration:none ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	width: 200px;
}
div#nav ul.level2 {
	top: 20px; 
	left: 0px;
}
div#nav ul.level3 {
	top: -1px; 
	left: 200px;
  	border-top: 1px solid #000000;
}

div#linkbutgrn {
	width:180px;
	height: 22px;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #009999;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #009999;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #009999;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #009999;
	background-color: #006B6B;
	text-align: left;
	vertical-align: middle;
	text-indent: 4px;
}

div#linkbutgrn a {
	display: block; 
	padding: 6px 0 6px 10px;
  	color:white ; /* changes all link text color */
	text-decoration:none ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	width: 180px;
}
div#linkbutgrn:hover {
	display:block;
	background: #009999;
	cursor:pointer;
	cursor:hand;
}

div#butgrn {
	width:300px;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #009999;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #009999;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #009999;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #009999;
	background-color: #006B6B;
	text-align: center;
	vertical-align: middle;
}

div#butgrn a {
	display: block; 
	padding: 6px 0 6px 10px;
  	color:white ; /* changes all link text color */
	text-decoration:none ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	width: 300px;
}
div#butgrn:hover {
	display:block;
	background: #009999;
	cursor:pointer;
	cursor:hand;
}

div#linkbutred {
	width:180px;
	height: 22px;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #FF6600;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #FF6600;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #660000;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #660000;
	background-color: #B34700;
	text-align: left;
	vertical-align: middle;
	text-indent: 4px;
}

div#linkbutred a {
	display: block; 
	padding: 6px 0 6px 4px;
  	color:white ; /* changes all link text color */
	text-decoration:none ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	width: 180px;
}
div#linkbutred:hover {
	display:block;
	background: #FF6600;
	cursor:pointer;
	cursor:hand;
}

div#linkbutcal {
	width:180px;
	height: 22px;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #CFDCE6;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #CFDCE6;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #406480;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #406480;
	background-color: #507EA1;
	text-align: left;
	vertical-align: middle;
	text-indent: 4px;
}

div#linkbutcal a {
	display: block; 
	padding: 6px 0 6px 4px;
  	color:white ; /* changes all link text color */
	text-decoration:none ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	width: 180px;
}
div#linkbutcal:hover {
	display:block;
	background: #406480;
	cursor:hand;
	cursor:hand;
}
