div.submenu {
	display: none;
	border-bottom:dotted 1px #000;
}
div.submenushow {
	display: block;
}
div.submenuli {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 5px;
	display:block;
	border-bottom:dotted 1px #fff;
}
div.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none;
	border-bottom:dotted 1px #ccc;
	font-weight: bold;
	cursor: hand;
	cursor:pointer;
	height: 24px;
	width: 220px;
	padding-top:4px;	
}
div.info:hover{
	z-index:25;
	margin-right:-1px;
	background-color: #ff0000;
	color: red;
	background-image:url(images/navrollbginfo1.png);
	background-repeat:no-repeat;
	
}
div.info span.test{
	display: none;
}
div.info:hover span.test{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0px; left: 250px; width:250px; 
	font-weight: normal;
	padding: 5px;
	padding-top: 5px;
	font-size: 80%;
	text-decoration:none;
	background-image:url(images/navrollbg1.png);
	background-repeat:no-repeat;
	color: #14525e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.maincat {
	color:#14525E;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
a.maincat:hover {
	color:#14525e;
	text-decoration:underline;
}
.white { color:#fff; }
.red { color:#14525e; }
a.menuplus {
	text-decoration:none;
	color:#14525e;
	font-size: 80%;
	font-weight: bold;
	padding: 0px 4px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: -4px;
}
a.menuplus:hover { background-color:#999999}
span.menuplus {
	margin-top: -3px;
	border: solid 1px blue;
	padding: 0px;
}
div.info1{
    position:relative; /*this is the key*/
    z-index:26; 
    text-decoration:none;
	background-color: #dae4e6;
	cursor: hand;
	cursor:pointer;
	width: 168px;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #14525e;
	font-weight: normal;
	border-right: dotted 1px #94bcba;
	border-left: dotted 1px #94bcba;
}
div.info1:hover{
	z-index:27;
	background-color: #f4d18d;
	border-right: solid 1px #f4d18d;
	background-image:url(images/navrollbginfo1.png);
	background-repeat:no-repeat;
}
div.info1 span.test1{
	display: none;
}
div.info1:hover span.test1{ /*the span will display just on :hover state*/

	
	display:block;
    position:absolute;
    top:0px; left: 250px; width:251px; 
	font-weight: normal;
	padding: 5px;
	padding-top: 8px;
	text-decoration:none;
	background-image:url(images/navrollbg1.png);
	background-repeat:no-repeat;
	color: #14525e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.subcat {
	color:#14525e;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
a.subcat:hover {
	text-decoration:underline;
}
a.spinfolnk {
	text-decoration:none;
	color: #14525e;
}
div.info2{
    position:relative; /*this is the key*/
    z-index:28; 
    text-decoration:none;
	background-color: #dae4e6;
	cursor: hand;
	cursor:pointer;
	width: 222px;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 20px;
	color: #14525e;
	font-weight: normal;
	border-right: dotted 1px #94bcba;
	border-left: dotted 1px #94bcba;
}
div.info2:hover{
	z-index:29;
	background-color: #f4d18d;
	border-right: solid 1px #f4d18d;
}
div.info2 span.test2{
	display: none;
}
div.info2:hover span.test2{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0px; left: 250px; width:250px; 
	font-weight: normal;
	padding: 5px;
	padding-top: 8px;
	font-size: 120%;
	text-decoration:none;
	background-color: #f4d18d;
	color: #14525e;
}
h3.sidenavhead	{
	margin: 0px;
	padding:10px 0px 10px 15px;
	color:#FFFFFF;
	border-bottom:dotted 1px #fff;
	font-style: italic;
	font-size:130%;
	}
->
