#headerNav {
	border-bottom: 3px solid #fff;
        font-family:Arial,Helvetica,sans-serif;
}
#headerNav img {
	float: left;
}
#headerTop {
	/* background-color: #375297; */
	/* border-bottom: 1px solid #fff; */
	height: 70px;
	text-align: right;
	background:#13262C url(/images/header-bg.jpg) repeat-x scroll center top;
}
#headerBottom {
	background-color: #C3652B;
	height: 20px;
}
#topNav {
  background-color: #C0C0C0;
  margin: 8px 0 0 2px;
  /* border-bottom: 3px solid #fff; */
  /* border-top: 2px solid #fff; */
  width: 765px;
}
#topNav td {
        font-family:Arial,Helvetica,sans-serif;
}
#topNav a {
	font-size: 12px;
	line-height: 14px;
	text-transform : capitalize;
	display: block;
	font-weight: bold;
        text-align: center;
        height: 28px;
        padding: 4px;
        width: 86px;
        font-family:Arial,Helvetica,sans-serif;
}
#topNav a:link, #topNav a:visited {
   background-image: url(/images/nav-bg2.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #000;
}
#topNav a:hover, #topNav a:active {
   background-image: url(/images/nav-selected-bg2.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #000;
}
#topNav a.selected {
   background-image: url(/images/nav-selected-bg2.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
        color: #000;
}
#topNav td {
        /* border-right: 1px solid #ccc; */
}
td#topNavLast {
        border-right: 0;
}
#utilityNav {
	padding-top: 10px;
}
#utilityNav a {
	font-size: 10px;
	line-height: 14px;
	text-transform : capitalize;
	font-weight: normal;
}
#utilityNav a:link, #utilityNav a:visited {
	color: #fff;
	text-decoration: underline;
}
#utilityNav a:hover, #utilityNav a:active {
	color: #E8E8E8;
	text-decoration: underline;
}
#utilityNav span {
	color: #fff;
	padding: 0 6px;
}

#subNav{
    text-align: left;
    margin: 8px;
}
#subNav a {
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
}
#subNav a:link, #subNav a:visited {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}
#subNav a:hover, #subNav a:active, #subNav a:focus {
    text-decoration: none;
    background-color: #C0C0C0;
    color: #000;
}
#subNav span {
    margin: 0 8px;
}