/* CSS Document */

/*
Hodges Associates
Danica Elliott
November 2004
*/

.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000}
.address {  font-family: "Times New Roman", Times, serif; font-size: 10.5px; font-weight: bold; color: #999999}
a.linkadd, a.linkadd:link, a.linkadd:visited { color: #CCCCCC; text-decoration: underline}
a.linkadd:hover { color: #FFFFFF; text-decoration: underline}
a.linktext, a.linktext:link, a.linktext:visited {
	color: #006633;
	text-decoration: underline;
	font-weight: bold;
}
a.linktext:hover { color: #003300; text-decoration: underline}

.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	LIST-STYLE-TYPE: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	}
	
.cssvertical ul li {
	position: relative;
	//setup here
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	BACKGROUND: #fff;
	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 110px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #CCC;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px; /* IE6 Bug */
	border-bottom: 0 solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical ul li a:hover{ /*Theme Change here*/
	background-color: #036601;
	color: #FFFFFF;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block; } 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}


/* _________________________________ */


.cssvertical2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	LIST-STYLE-TYPE: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 70%;
	}
	
.cssvertical2 ul li {
	position: relative;
	//setup here
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	BACKGROUND: #fff;
	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.cssvertical2 li ul {
	position: absolute;
	left: 110px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #CCC;
	}

/* Styles for Menu Items */
.cssvertical2 ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: #fff; /* IE6 Bug */
	padding: 5px; /* IE6 Bug */
	border-bottom: 0 solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical2 ul li a:hover{ /*Theme Change here*/
	background-color: #036601;
	color: #FFFFFF;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical2 li:hover ul, li.over ul { display: block; } 
.cssvertical2 li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical2 ul ul li:hover ul, ul ul li.over ul {display: block;}

