/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */





/* =-=-=-=-=-=-=-[End Menu Eight]-=-=-=-=-=-=-=- */
 #flashcontent {
	position:absolute;
	margin:0;
	top:-21px;
	left:141px;
	height: 186px;
	width: 672px;
	text-align: center;
}

.bluecalc {
	color:#333333;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 2px;
	padding-top: 10px;
}

.style1 {
	color: #8F6419
}

.bluev {
	color:#003399;
	font-weight: bold;
	font-size: 100%;
	width: 420px;
	margin: 0px 0px 0px 100px;
	padding-top: 0px;
}


.bluev2 {
	color:#003399;
	font-weight: bold;
	font-size: 120%;
	margin-top: 12px;
	
}





 .flashborder {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: ridge;
}


.menu{
	font-size: 90%;
	width: 190px;
	margin-top: 10px;
	margin:0px;
	padding:0px;
	list-style:none;
	background-color: #FFFFFF;
	
}


.menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	display:block;
	width:100%;
	background-color: #FFFFFF;
	

}

.menu li a{
	width:100%;
	display: block;
	background: url(/graphics/site/menu10.gif) 0 -32px; /* grey */
	padding: 8px 0px  0px 20px;
	text-decoration: none;
	height: 24px;
	background-color: transparent;
	vertical-align:top;
	font-weight:normal;
}

.menu li a span{

	
}



.menu li a:hover {
	color: #3E2E04; /* light blue */
	width:100%;
	background-image: url(../graphics/site/menu10hover.gif);

        }




.menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(/graphics/site/menu10suba.gif) 0 -32px; /* grey */
	padding: 0px 0 0 0px;
	cursor: auto;
	display:block;
	width:100%;
	color:#ffffff;
}




.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	background-color: #FFFFFF;
	
}

.menu .submenu ul li a{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	background-color: #FFFFFF;
	background: url(/graphics/site/menu10a.gif) no-repeat;
}



.menu .submenu li a:hover {
        color: #257EB7;
        background: url(/graphics/site/menu10a.gif) no-repeat 0 -32px; /* light blue */
        padding: 8px 0 0 20px;
		width: 175px;
		cursor: auto;
        }




.menu .submenu li { /*Style for LIs of ULs that are children of LIs (submenu) */
	
}



ul li ul{
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
}
