/* Sustainable Growth Advisors CSS*/

html, body 
{
margin: 0px;
padding: 0px;
}

#topNavContainer /*holds the dark yellow color for the upper left hand corner*/
{
width: 1600;
margin: 0px;
padding: 0px;
border-top: 10px solid #996640;
border-bottom: 3px solid #996640;
height:44px;
}


#topNav
{
margin: 0px 0px 0px 0px;
padding: 25px 0px 0px 0px;
text-color: #996640;
/* background-image: url(images/topNavBg.jpg); */
background-image: url(images/leftNavBg.gif);
border-left: 1px solid #996640;
}

#topNav ul
{
margin: 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}

#topNav ul li
{
display: inline;
margin: 0px 0px 0px 27px;
padding: 0px 26px 0px 0px;
border-right: 1px solid #996640;
}

#topNav ul li a
{
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #996640;
}

#topNav ul li a:hover
{
/*color: #F9EDC5;
/* background-image: url(images/topNavBg.jpg); */
color: #102648;
background-image: url(images/left_nav_bg.jpg);
}

