/* START QUICK NAV AT TOP */

.top-quick-nav {
margin-right:31px;
margin-top:20px;
}

a.button-portfolio {
	display: block;
	width: 88px;
	height: 65px;
	background: url("../images/but-top-portfolio.png") 0 0 no-repeat;
}

a:hover.button-portfolio {
    background-position: -88px 0;
}

a.button-brochure {
	display: block;
	width: 92px;
	height: 65px;
	background: url("../images/but-top-brochure.png") 0 0 no-repeat;
}

a:hover.button-brochure {
    background-position: -92px 0;
}

a.button-faq {
	display: block;
	width: 125px;
	height: 65px;
	background: url("../images/but-top-faq.png") 0 0 no-repeat;
}

a:hover.button-faq {
    background-position: -125px 0;
}
a.button-sfi {
	display: block;
	width: 120x;
	height: 65px;
	background: url("../images/but-top-sfi.png") 0 0 no-repeat;
}

a:hover.button-sfi {
    background-position: -120px 0;
}
/* END QUICK NAV AT TOP */


/* START MAIN NAV */

#navcontainer ul
{
background-color:#006699;
text-align: center;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 0;
margin:0;
color: white;
width: 900;
font-family: Arial,Helvetica,sans-serif;
line-height: 20px;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #000066;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #000066;
}


#navcontainer ul li
{
display: inline;
/* matches link padding except for left and right */
font-size: 14px;
font-weight:bold;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
}

#navcontainer ul li a
{
padding-left: 20px;
padding-right: 20px;
padding-bottom: 12px;
padding-top: 8px;
color: #FFFFFF;
text-decoration: none;

}

#navcontainer ul li a:hover
{
color: #FFFFFF;
background-image: url(../images/bg-nav-hover.jpg);
background-repeat: repeat-x;
background-position: 5px;
height: 50px;
}
#navcontainer ul .current a { 
	color: #FFFFFF;
	background-image: url(../images/bg-nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: 5px;
	height: 50px;
}
.sitemap_level0 li{
	padding-left:0px;	
	padding-bottom:5px;
}
.sitemap_level1 li{
	padding-left:20px;	
	padding-bottom:5px;
}
.sitemap_level2 li{
	padding-left:40px;	
	padding-bottom:5px;
}
.sitemap_level3 li{
	padding-left:60px;	
	padding-bottom:5px;
}
.sitemap_level4 li{
	padding-left:80px;	
	padding-bottom:5px;
}
.sitemap_level5 li{
	padding-left:100px;	
	padding-bottom:5px;
}
/* END NAV */
/*The following styles are the dropdown styles that need to be edited.*/ 
/*====================================vertical nav start.=============================*/
ul.verticalNav {
	font-weight: bold; 
}

ul.verticalNav li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000;
}

ul.verticalNav li.hover,
ul.verticalNav li:hover {
	 background-color: #eee;
	 color: #000;
}

ul.verticalNav a:link,
ul.verticalNav a:visited { color: #000; text-decoration: none; }
ul.verticalNav a:hover { color: #000; }
ul.verticalNav a:active	{ color: #ffa500; }
/* -- level mark -- */
ul.verticalNav ul {
	width: 150px;
	margin-top: 1px;
}
ul.verticalNav ul li {
	font-weight: normal;
}

/*====================================vertical nav end.=============================*/
