.nav-wrapper {
    background: #30A8C3 url(../img/header3.gif) repeat-x top left;
    text-align: center;
    height: 28px;
}

/* Basic code - don't modify */
 
 #nav { width: 770px; display: block; margin: 0 auto; padding: 0; position: relative; 
    text-align: left;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
      #nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 175px; }
#nav ul ul { left: 175px; }

/* Everything else is theming */
 
#nav { background-color: #30A8C3; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; padding-right: 25px !important; line-height: 1; 
    background: url(../img/downsmallpointer.gif) no-repeat 95% 55%;
    padding-top: 8px;
}

#nav li li a {
    background: none;
    padding-right: 0;
    padding-top: 0;
}
#nav li ul li.sub a {
    background: url(../img/rightsmallpointer.gif) no-repeat 95% 55%;
}
#nav li ul li.sub li a {
    background: none;
}
  #nav li.hover a { background-color: #4e97c6;}
  #nav ul { top: 24px; } /* background color needed for IE */
    #nav ul li a { background-color: #4e97c6; }
      #nav ul a.hover { background-color: #30A8C3; text-decoration: underline;}
   #nav ul a { border-bottom: 0px solid #4d96c6; margin-bottom: 0 !important; border-right: none; opacity: 1; filter: alpha(opacity=100); }
   /* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav li a {
    padding-left: 20px;
    padding-right: 20px;
}

#nav li li a {
    padding: 6px !important;
}

/* custom styles */
#nav{
    
    background-color: transparent !important;
    z-index: 9999;
}

#nav li a{
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    border-right: 0;
}

#nav li a:visited{color: white;}

#nav ul li a{
    color: #fff !important;
    background-color: #4d96c6 !important;
    text-decoration: none;
    border-bottom: 1px solid #0069ae;
    border-top: 1px solid #85c3ea;
}

#nav li a:hover{
    background-color: #0069ae !important;
    color: #fff !important;
}

#nav li.search {
    float: right;
    margin-right: 20px;
}

#nav li div.searchtxt {text-align: center; }

.iframeshim{
position: absolute;
z-index: 9998;
background: transparent;
border-width: 0;
width: 0;
height: 0;
border: 1px solid red;
}


.searchbttn {
        width:20px;
    height:17px; 
    border:none; 
    background: transparent url(../img/txtsrchbttn.gif) no-repeat center top; 
    cursor: pointer;
     margin-top: 4px;
}

.roundedinputsrch { position: relative; width: 125px; float: left; top: 1px;}
input.prettysearch {height: 16px; background: url(../img/srchrpt.gif) center top repeat-x; border: 0px; margin: 3px 0 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
input.prettysearch { margin-left: 10px; }
.roundedinputsrch .left { position: absolute; left: 0; top: 3px; width: 10px; height: 19px; background: transparent url(../img/srchleftcap.gif) left top no-repeat; }
.roundedinputsrch .right { position: absolute; right: 3px; top: 3px; width: 10px; height: 19px; background: transparent url(../img/srchrightcap.gif) right top no-repeat; }  

@media screen and (-webkit-min-device-pixel-ratio:0) {
input.prettysearch { padding-left: 3px; width: 105px; }
.roundedinputsrch .left,.roundedinputsrch .right { background-image: none !important;}
}