/*:NOTE:Rollover horitontal without Graphic element*/

ul.horizBottom {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.horizBottom li {
	float: left;
}

ul.horizBottom a, ul.horizBottom a:visited {
	text-decoration: none;
	display: block;
	font-weight: normal;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	font-size: 65%;
	border-right-width: 1px;
	border-right-color: #333333;
}
ul.horizBottom a:hover, ul.horizBottom a:active {
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
	color: #FFFFFF;
}
ul.horizBottom a.thispage, ul.horizBottom a.thispage:visited {
	text-decoration: none;
	display: block;
	font-weight: normal;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	color: #0061AA;
	font-size: 65%;
	border-right-width: 1px;
	border-right-color: #333333;
}
ul.horizBottom a.thispage:hover, ul.horizBottom a.thispage:active {
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
	color: #555555;
}

ul.horizBottom li {
	display: inline; /*:BODGE: Removes large gaps in IE*/
}

/*:NOTE:Graphic rollover vertical*/

#mainNav ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0;
}
#mainNav ul.bar a, #mainNav ul.bar a:visited {
	line-height: 1.5em;
	text-decoration: none;
	display: block;
	width: 92%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 8%; /*:NOTE:Width plus padding must be <= 100% */
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 1px 6px;
	font-weight: bold;
	color: #333333;
	font-size: 80%;
	background-color: transparent;
	background-image: url(../images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#mainNav ul.bar a:hover, #mainNav ul.bar a:active {
	color: #0061AA;
	text-decoration: underline;
}

#mainNav ul.bar a#thispage2:link, #mainNav ul.bar a#thispage2:visited {
	line-height: 1.5em;
	text-decoration: none;
	display: block;
	width: 92%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 8%; /*:NOTE:Width plus padding must be <= 100% */
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 1px 6px;
	font-weight: bold;
	color: #0061AA;
	font-size: 80%;
	background-color: transparent;
	background-image: url(../images/BlackBullet.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#mainNav ul.bar a#thispage2:hover, #mainNav ul.bar a#thispage2:active {
	color: #989A9D;
	text-decoration: underline;
}

#mainNav ul li.subBar a, #mainNav ul li.subBar a:visited {
	line-height: 1.4em;
	text-decoration: none;
	display: block;
	width: 87%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 13%; /*:NOTE:Width plus padding must be <= 100% */
	background-repeat: no-repeat;
	background-position: 15px 6px;
	font-weight: bold;
	color: #111111;
	font-size: 70%;
	background-color: transparent;
	background-image: url(../images/BlackBullet2.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#mainNav ul li.subBar a:hover, #mainNav ul li.subBar a:active {
	color: #0061AA;
	text-decoration: underline;
}

#mainNav ul li.subBar a#thispage3:link, #mainNav ul li.subBar a#thispage3:visited {
	line-height: 1.4em;
	text-decoration: none;
	display: block;
	width: 87%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 13%; /*:NOTE:Width plus padding must be <= 100% */
	background-repeat: no-repeat;
	background-position: 15px 6px;
	font-weight: bold;
	color: #0061AA;
	font-size: 70%;
	background-color: transparent;
	background-image: url(../images/BlackBullet2.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#mainNav ul li.subBar a#thispage3:hover, #mainNav ul li.subBar a#thispage3:active {
	color: #989A9D;
	text-decoration: underline;
}

#mainNav ul li.subsubBar a, #mainNav ul li.subsubBar a:visited {
	line-height: 1.3em;
	text-decoration: none;
	display: block;
	width: 83%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 17%; /*:NOTE:Width plus padding must be <= 100% */
	background-repeat: no-repeat;
	background-position: 25px 5px;
	font-weight: bold;
	color: #111111;
	font-size: 65%;
	background-color: transparent;
	background-image: url(../images/BlackBullet3.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#mainNav ul li.subsubBar a:hover, #mainNav ul li.subsubBar a:active {
	color: #0061AA;
	text-decoration: underline;
}

#mainNav ul li.subsubBar a#thispage4:link, #mainNav ul li.subsubBar a#thispage4:visited {
	line-height: 1.3em;
	text-decoration: none;
	display: block;
	width: 83%; /*:NOTE:Width plus padding must be <= 100% */
	padding-left: 17%; /*:NOTE:Width plus padding must be <= 100% */
	background-repeat: no-repeat;
	background-position: 25px 5px;
	font-weight:bold;
	color: #0061AA;
	font-size: 65%;
	background-color: transparent;
	background-image: url(../images/BlackBullet3.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#mainNav ul li.subsubBar a#thispage4:hover, #mainNav ul li.subsubBar a#thispage4:active {
	color: #989A9D;
	text-decoration: underline;
}

#mainNav ul li {
	display: inline; /*:BODGE: Removes large gaps in IE*/
}

/*:NOTE:Graphic rollover horizontal flexible tabs*/
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.tabs li {
	float: left;
	background-color: #E0E0E0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	
}
ul.tabs li#thispage {
	float: left;
	background-color: #0061AA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	
}
ul.tabs li.tabsbullet a:link, ul.tabs li.tabsbullet a:visited {
	color: #333333;
	display: block;
	float: left;
	border: none;
	text-align: center;
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	}
ul.tabs li.tabsbullet a:hover, ul.tabs li.tabsbullet a:active {
	color: #000000;
	text-decoration: underline;
	background-color: #C8D3FF;
}
ul.tabs li.tabsbullet a#thispage1:link, ul.tabs li.tabsbullet a#thispage1:visited {
	color: #FFFFFF;
	display: block;
	float: left;
	border: none;
	text-align: center;
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
}