/** Top Navigation **/

#navigation ul {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 40px;
}

#navigation div.chromestyle ul li {
  display: inline;
  float: left;
}

#navigation div.chromestyle ul li.nav-divider {
  background: url(../images/template/divider.jpg);
  width:3px;
  height:40px;
}

#navigation div.chromestyle ul li.home-filler a {
  text-decoration: none;
  padding: 10px 10px 8px 10px;
  color: #fff;
  background: url(../images/template/home_back.jpg);
  height: 40px;
  display: table-cell;
}

#navigation div.chromestyle ul li.home-filler a:hover {
  color: #fff;
  background: url(../images/template/home_hover_back.jpg);
}

#navigation div.chromestyle ul li.nav-filler a {
  text-decoration: none;
  padding: 10px 10px 8px 10px;
  color: #fff;
  background: url(../images/template/nav1_background_repeater.jpg);
  height: 40px;
  display: table-cell;
}

#navigation div.chromestyle ul li.nav-filler a:hover {
  color: #fff;
  background: url(../images/template/nav1_background_repeater_hover.jpg) center center repeat;
}

/* ######### Style for Drop Down Menu ######### */

.menu-pad {
    border-bottom: 1px solid #BBB;
}

.menu-indent {
    margin-left: 10px;
    padding-left: 10px;
}

.dropmenudiv {
    font-size: 11px;
    position: absolute;
    top: 0;
    border: 1px solid #BBB;
    border-bottom-width: 0;
    font-weight: normal;
    font-size: 10pt;
    line-height: 25px;
    z-index: 100;
    width: auto;
    visibility: hidden;
    background-image: url(../images/template/dropdown_background_repeater.jpg);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a:link,
.dropmenudiv a:active,
.dropmenudiv a:visited {
  font-size: 11px;
    width: auto;
    display: block;
    text-indent: 8px;
    padding: 1px 0;
    text-decoration: none;
    font-family: Verdana;
    color: #333333;
}

.dropmenudiv a:hover{
  font-size: 11px;
  width: auto;
  display: block;
  text-indent: 8px;
  padding: 1px 0;
  text-decoration: underline;
  font-family: Verdana;
  color: #365ebf;
  background-color: #e7eefe;
}

.chromestyle ul li.signin{
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.chromestyle ul li a.signin:hover {
    background: none;
    color: #FFFFFF;
    text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv a.signin:hover{
    background-color: white;
}

.dropmenudiv a.help:hover{
    background-color: yellow;
}

.a-nav {
    color: #505050;
}

a.a-nav:link,
a.a-nav:active,
a.a-nav:visited {
    color: #505050;
    text-decoration: none;
}
a.a-nav:hover {
    color: #505050;
    text-decoration: underline;
}

.header-nav {
    color: #505050;
    font-family: Verdana;
    font-size: 10px;
}

a.header-nav:link,
a.header-nav:active,
a.header-nav:visited {
    color: #505050;
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
}

a.header-nav:hover {
    color: #505050;
    text-decoration: underline;
    font-family: Verdana;
    font-size: 10px;
}

.signinmenudiv {
    position: absolute;
    top: 0;
    border: 1px solid #FDAA40; /*THEME CHANGE HERE*/
    font-weight: normal;
    font-size: 10pt;
    line-height: 25px;
    z-index: 100;
    background-color: white;
    width: auto;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.signinmenudiv ul.signin{
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*----------------------------------------------------------------------------------------------------*/

#supernavTopContainer{
  float:right;
  margin-top:0px;
  margin-right: 5px;
}

.supernavDropdownLinkContainer {
  position: relative;
  border: #ffffff 1px solid;
  float: left;
  margin: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: left;
  text-indent: 5px;
  top: 0px;
}

#countryFormContainer {
  position: absolute;
  background: url(../images/template/dropdown_background_repeater.jpg);
  float:left;
  border: #BBB 1px solid;
  display: none;
  line-height: 25px;
  margin: 0px;
  margin-top: 5px;
   text-align: left;
  z-index: 100001;
  width: 135px;
}

#countryFormContainer a:link,
#countryFormContainer a:active,
#countryFormContainer a:visited {
  font-size: 11px;
    width: auto;
    display: block;
    text-indent: 5px;
    text-decoration: none;
    font-family: Verdana;
    color: #333333;
}

#countryFormContainer a:hover{
  font-size: 11px;
  width: auto;
  display: block;
  text-indent: 5px;
  text-decoration: underline;
  font-family: Verdana;
  color: #365ebf;
  background-color: #e7eefe;
}

.supernavDropdownSectionContainer {
  border-bottom: #e3e3e3 1px solid;
  line-height: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}