﻿/* ================================= MAIN MENU========================================== */
#navbar {
	position: relative;
	width: 158px;
	top: 1px;
	left: 0;
	padding: 0;
	font-size: 10pt;
}
#sideMenuWrap {
	width: 158px;
	margin:0 0 0 0;
	padding: 0;
	border-top: 1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	align:left;
}
.sideMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 155px; /* width of menu (don't forget to add border with below!) */
	border-left: 3px solid black; /* thick left border of menu */
}
.sideMenu li{
	border:0 solid black;
	align:left;
	text-align:left;
}
.sideMenu li a {
	border-bottom-width: 1px 0;
}
.sideMenu li {
	border-bottom-width: 1px 0;
}
.sideMenu li a{
	background: white url(../graphics/vstrip4.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 10pt "Arial", "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 2px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}
.sideMenu li a:active{
	color: white;
}
.sideMenu li a:visited{
	color: white;
}
.sideMenu li a:hover{
	font-weight:bold;
	background-position: -398px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black
}
.sideMenu li.lastitem a{
	border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}
.sideMenu li.lastitem{
	border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}
.sideMenu li.lastitem a{
	padding: 3px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
.sideMenu li.firstitem a {
	border-bottom-width: 0;
}
.sideMenu li.firstitem {
	border-bottom-width: 0;
}
.sideMenu li.firstitem a {
	padding: 2px 0;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
}

/* ================================== WEATHER SUB MENU========================================= */

#weatherSubWrapper {
	position: absolute;
	width: 158px;
	top: 20px;
	left:150px;
	padding: 0;
	border-top: 1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.weatherSubMenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 155px; /* width of menu (don't forget to add border with below!) */
	border-left: 3px solid black; /* thick left border of menu */
}
.weatherSubMenu li{
	border:0em solid black;
	align:left;
	text-align:left;
}
.weatherSubMenu li a{
	background: white url(../graphics/vstrip4.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 10pt "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 2px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}
.weatherSubMenu li a:active{
	color: white;
}
.weatherSubMenu li a:visited{
	color: white;
}
.weatherSubMenu li a:hover{
	font-weight:bold;
	background-position: -398px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
}
.weatherSubMenu li.lastitem a{
	border-bottom-width: 0em; /* For last menu item within menu, remove bottom border */
}
.weatherSubMenu li.lastitem{
	border-bottom-width: 0em; /* For last menu item within menu, remove bottom border */
}
.weatherSubMenu li.lastitem a{
	padding: .2em 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/* ================================== TOOLS SUB MENU========================================= */

#toolsSubWrapper {
	position:absolute;
	width:158px;
	top: 40px;
	left:150px;
	padding: 0;
	border-top: 1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.techSubMenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 155px; /* width of menu (don't forget to add border with below!) */
	border-left: 3px solid black; /* thick left border of menu */
}
.techSubMenu li{
	border:0em solid black;
	align:left;
	text-align:left;
}
.techSubMenu li a{
	background: white url(../graphics/vstrip4.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 10pt "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 2px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}
.techSubMenu li a:active{
	color: white;
}
.techSubMenu li a:visited{
	color: white;
}
.techSubMenu li a:hover{
	font-weight:bold;
	background-position: -398px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
}
.techSubMenu li.lastitem a{
	border-bottom-width: 0em; /* For last menu item within menu, remove bottom border */
}
.techSubMenu li.lastitem{
	border-bottom-width: 0em; /* For last menu item within menu, remove bottom border */
}
.techSubMenu li.lastitem a{
	padding: .2em 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/* ================================== REPEATER SUB MENU========================================= */

#repeaterSubWrapper {
	position:absolute;
	width:158px;
	top:84px;
	left:150px;
	padding: 0;
	border-top: 1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.repeaterSubMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 155px; /* width of menu (don't forget to add border with below!) */
	border-left: 3px solid black; /* thick left border of menu */
}
.repeaterSubMenu li{
	border:0em solid black;
	align:left;
	text-align:left;
}
.repeaterSubMenu li a{
	background: white url(../graphics/vstrip4.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 10pt "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 2px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}
.repeaterSubMenu li a:active{
	color: white;
}
.repeaterSubMenu li a:visited{
	color: white;
}
.repeaterSubMenu li a:hover{
	font-weight:bold;
	background-position: -398px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
}
.repeaterSubMenu li.lastitem a{
	border-bottom-width: 0em; /* For last menu item within menu, remove bottom border */
}
.repeaterSubMenu li.lastitem{
	border-bottom-width: 0em; /* For last menu item within menu, remove bottom border */
}
.repeaterSubMenu li.lastitem a{
	padding: .2em 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/* ================================== CONTACT US SUB MENU========================================= */

#contactUs {
	position:absolute;
	width:158px;
	top:125px;
	left:150px;
	padding: 0;
	border-top: 1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.contactUs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
	width: 155px; /* width of menu (don't forget to add border with below!) */
	border-left: 3px solid black; /* thick left border of menu */
	background: white url(../graphics/vstrip4.gif) repeat-y left top;
}
/* ================================== FOOTER MENU========================================= */
#footerMenu{
	font-family:inherit;
	color:white;
}
.footerMenu a{
	font-family:inherit;
	color:white;
}