
body {

margin:0;
}

#container {

width: 750px;
	margin: 0px auto 1em auto;
	text-align:left;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

#multi-level {width:510px;; height:25px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:25px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:60px; background:url(http://www.sbsefcu.org/images/nav-hm-btn_over.jpg) no-repeat;;}
.menu li.p2 {width:54px; background:url(http://www.sbsefcu.org/images/nav-news-btn_over.jpg) no-repeat;;}
.menu li.p3 {width:48px; background:url(http://www.sbsefcu.org/images/nav-join-btn_over.jpg) no-repeat;;}
.menu li.p4 {width:88px; background:url(http://www.sbsefcu.org/images/nav-srvcs-btn_over.jpg) no-repeat;;}
.menu li.p5 {width:85px; background:url(http://www.sbsefcu.org/images/nav-prod-btn_over.jpg) no-repeat;;}
.menu li.p6 {width:93px; background:url(http://www.sbsefcu.org/images/nav-res-btn_over.jpg) no-repeat;;}
.menu li.p7 {width:82px; background:url(http://www.sbsefcu.org/images/nav-abt-btn_over.jpg) no-repeat;;}


/* Highlighting the current page */ 
#home #multi-level .menu li a#home {width:60px; background:url(http://www.sbsefcu.org/images/nav-hm-btn_over.jpg) no-repeat;}
#news #multi-level .menu li a#news {width:54px; background:url(http://www.sbsefcu.org/images/nav-news-btn_over.jpg) no-repeat;}
#join #multi-level .menu li a#join {width:48px; background:url(http://www.sbsefcu.org/images/nav-join-btn_over.jpg) no-repeat;}
#services #multi-level .menu li a#services {width:88px; background:url(http://www.sbsefcu.org/images/nav-srvcs-btn_over.jpg) no-repeat;}
#products #multi-level .menu li a#products {width:85px; background:url(http://www.sbsefcu.org/images/nav-prod-btn_over.jpg) no-repeat;}
#resources #multi-level .menu li a#resources {width:93px; background:url(http://www.sbsefcu.org/images/nav-res-btn_over.jpg) no-repeat;}
#about #multi-level .menu li a#about {width:82px; background:url(http://www.sbsefcu.org/images/nav-abt-btn_over.jpg) no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#home {width:60px; background:url(http://www.sbsefcu.org/images/nav-hm-btn.jpg) no-repeat;}
.menu li a#news {width:54px; background:url(http://www.sbsefcu.org/images/nav-news-btn.jpg) no-repeat;}
.menu li a#join {width:48px; background:url(http://www.sbsefcu.org/images/nav-join-btn.jpg) no-repeat;}
.menu li a#services {width:88px; background:url(http://www.sbsefcu.org/images/nav-srvcs-btn.jpg) no-repeat;}
.menu li a#products {width:85px; background:url(http://www.sbsefcu.org/images/nav-prod-btn.jpg) no-repeat;}
.menu li a#resources {width:93px; background:url(http://www.sbsefcu.org/images/nav-res-btn.jpg) no-repeat;}
.menu li a#about {width:82px; background:url(http://www.sbsefcu.org/images/nav-abt-btn.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#join:hover, .menu li:hover a#join,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#resources:hover, .menu li:hover a#resources,
.menu li a#about:hover, .menu li:hover a#about {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:25px; background: #8D8779; padding:0px 0; border:0px; white-space:nowrap; width:120px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:87px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:0; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover { color:#D0CCC1;}
.menu :hover ul.sub li a.fly:hover {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}




.tdgrybckgnd {
	background-color: #B0A996;
}
.tdtealbckgrnd {
	background-color: #128075;
}

.green {
     color:#128075;
}
.hm-login-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.sub-ratetblhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #E7E4DE;
}

#ratestitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #E7E4DE;
	margin: 8px 6px 6px 0px;
	padding: 2px;
}

#rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 4px 6px 6px 0px;
	padding: 2px;
}

.sub-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.sub-text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

.sub-text a:link {color: #EA8C00; text-decoration: none; font-weight: normal;}
.sub-text a:visited {color: #EA8C00; text-decoration: none; font-weight: normal;}
.sub-text a:hover {color: #EA8C00; text-decoration: underline; font-weight: normal;}
.sub-text a:active {color: #EA8C00; text-decoration: none; font-weight: normal;}

.sub-ft-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.sub-ft-txt a:link {color: #EA8C00; text-decoration: none; font-weight: normal;}
.sub-ft-txt a:visited {color: #EA8C00; text-decoration: none; font-weight: normal;}
.sub-ft-txt a:hover {color: #EA8C00; text-decoration: underline; font-weight: normal;}
.sub-ft-txt a:active {color: #EA8C00; text-decoration: none; font-weight: normal;}

.hm-sec-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #128075;
	font-style: normal;

}
.hm-featrate-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;

}
.hm-featrate-txt a:link {color: #666666; text-decoration: none;}
.hm-featrate-txt a:visited {color: #666666; text-decoration: none;}
.hm-featrate-txt a:hover {color: #666666; text-decoration: underline;}
.hm-featrate-txt a:active {color: #666666; text-decoration: none;}



.hm-top-navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A29982;
	float: right;
	margin-top: 15px;
	
}
.hm-top-navtxt a:link {color: #A29982; text-decoration: none;}
.hm-top-navtxt a:visited {color: #A29982; text-decoration: none;}
.hm-top-navtxt a:hover {color: #A29982; text-decoration: underline;}
.hm-top-navtxt a:active {color: #A29982; text-decoration: none;}


.hm-alert {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration:blink;
}
.hm-alert a:link {color: #CC0000; text-decoration: none;}
.hm-alert a:visited {color: #CC0000; text-decoration: none;}
.hm-alert a:hover {color: #CC0000; text-decoration: underline;}
.hm-alert a:active {color: #CC0000; text-decoration: none;}


.sub-rt-navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.sub-rt-navtxt a:link {color: #999999; text-decoration: none;}
.sub-rt-navtxt a:visited {color: #999999; text-decoration: none;}
.sub-rt-navtxt a:hover {color: #999999; text-decoration: underline;}
.sub-rt-navtxt a:active {color: #999999; text-decoration: none;}

.sub-lft-navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.sub-lft-navtxt a:link {color: #ffffff; text-decoration: none;}
.sub-lft-navtxt a:visited {color: #ffffff; text-decoration: none;}
.sub-lft-navtxt a:hover {color: #ffffff; text-decoration: underline;}
.sub-lft-navtxt a:active {color: #ffffff; text-decoration: none;}


.hm-spclsec-txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.footer-txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.footer-txt a:link {color: #EA8C00; text-decoration: none;}
.footer-txt a:visited {color: #EA8C00; text-decoration: none;}
.footer-txt a:hover {color: #EA8C00; text-decoration: underline;}
.footer-txt a:active {color: #EA8C00; text-decoration: none;}
.footer-txt-orng {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #EA8C00;
}

.nav-menu-txt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8D8779;
}
.nav-menu-txt a:link {color: #FFFFFF; text-decoration: none;}
.nav-menu-txt a:visited {color: #FFFFFF; text-decoration: none;}
.nav-menu-txt a:hover {color: #D0CCC1; text-decoration: none;}
.nav-menu-txt a:active {color: #FFFFFF; text-decoration: none;}

.srch-rslt-txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.srch-rslt-txt a:link {color: #999999; text-decoration: none; font-weight: bold;}
.srch-rslt-txt a:visited {color: #999999; text-decoration: none; font-weight: bold;}
.srch-rslt-txt a:hover {color: #999999; text-decoration: underline; font-weight: bold;}
.srch-rslt-txt a:active {color: #999999; text-decoration: none; font-weight: bold;}

.mg-srvy-txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.mg-srvy-txt a:link {text-decoration: none;}
.mg-srvy-txt a:visited {text-decoration: none;}
.mg-srvy-txt a:hover {text-decoration: underline;}
.mg-srvy-txt a:active {text-decoration: none;}

.mg-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.mg-text a:link {color: #EA8C00; text-decoration: none;}
.mg-text a:visited {color: #EA8C00; text-decoration: none;}
.mg-text a:hover {color: #EA8C00; text-decoration: underline;}
.mg-text a:active {color: #EA8C00; text-decoration: none;}

.mg-lft-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.mg-lft-text a:link {color: #ffffff; text-decoration: none;}
.mg-lft-text a:visited {color: #ffffff; text-decoration: none;}
.mg-lft-text a:hover {color: #ffffff; text-decoration: underline;}
.mg-lft-text a:active {color: #ffffff; text-decoration: none;}

.mg-hd-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #128075;
	font-style: normal;

}

.mg-hd-txt_blu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #013974;
	font-style: normal;

}

.mpoptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.mpopbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	width:280px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	width:340px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
		
	position:relative;
}



input.newsbutton
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   color:#ffffff;
   background-color:#339999;
   border-style:solid;
   border-color:#777777;
   border-width:1px;
}



