div#nav { 
width:530px; 
height:38px;
margin-top:38px; 
float:left; }
div#nav ul li { 
float:left;
list-style:none;
width:104px;
margin-right:17px;
height:38px; }
div#nav ul li a { 
width:104px; 
height:27px;
text-align:center;
display:block; 
text-decoration:none;
padding-top:11px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#434343;
}
div#nav ul li a:hover { 
background-image:url(../img/nav_hover.png);overflow:hidden;
}
div#nav ul li a#active { 
background-image:url(../img/nav_active.png);
color:#6690b3;
}

div#breadcrumb {margin-top: 25px;float:right; overflow:hidden; background-color:#0066CC; width:411px; background-image:url(../img/bread_bg.jpg); height:27px; background-repeat:no-repeat;}
div#breadcrumb a.bread {height: 27px; width: 48px; margin: 0px; padding: 0px; background: url("../img/breadhome.jpg") top center no-repeat; text-indent: -9999px;}
div#breadcrumb a  {float: left;font-family:Arial, Helvetica, sans-serif; font-size:11px; height: 27px; display: block; margin: 0; padding: 0px 23px 0px 5px; line-height:27px; background: url("../img/breadseperator.jpg") no-repeat top right;}
div#breadcrumb a:hover {text-decoration:underline;}