/* Navigations */

/*MAINNAVIGATION*/

#main_nav {
  list-style:none;  
  overflow:hidden;
    position:absolute;
  top:45px;
  left:150px;
  /*z-index:4;*/
}

#main_nav  li  {
  float:left;
  border-left:1px solid #ffffff;
}

#main_nav a:link, #main_nav a:visited, #main_nav a:hover,  #main_nav a:focus, 
#main_nav a:active, #main_nav a.active{
  display:inline;
  /*width:130px;*/
  /*height:19px;*/
  background: #253678;
  font-family:"Times New Roman", Times, serif;
  font-size:11px;
  font-weight:bold;
  line-height:normal;
  color:#ffffff;
  text-align:center;
  text-transform:uppercase;  
  /*padding-top:7px;
  letter-spacing: -1px;
  float:left;*/
} 


#main_nav a:hover,#main_nav a:focus, #main_nav a:active, #main_nav a.active {
  background-color:#6f84b6;
}
  
#main_nav li.first {
   border-left:0;
}  

/*SUBNAVIGATION*/
#subnav_container span {
  font-family:"Times New Roman", Times, serif;
  font-size:10px;
  font-weight:bold;
  color: #253678;
  display:block;
  margin:4px 0 11px 0;
}
#sub_nav {
  width:136px;
  height:225px;
  background-color: #fbf5e1;
  padding: 2px 0 0 4px;
}

#sub_nav ul {
  width:136px;
  list-style:none;
}


#sub_nav ul li  {
  border-bottom:1px dotted #97948e;
  padding:3px 0 4px 1px;
}

#sub_nav a:link, #sub_nav a:visited,#sub_nav a:hover, #sub_nav a:focus,
#sub_nav a:active, #sub_nav a.active{
  font-size:10px;
  line-height:12px;
  color:#58595b;  
  text-transform:uppercase;
} 


#sub_nav a:hover, #sub_nav a:focus,
#sub_nav a:active,#sub_nav a.active {
  color: #253678;
}

#sub_nav ul li ul{
  border-top:1px dotted #97948e;
  margin:4px 0 0 0;
  
}

#sub_nav ul li ul li {
  padding:3px 0px 0 8px;
  border:0;

}


/*METANAVIGATION*/
#meta_nav {
  overflow:hidden;
  position:absolute;
  right:0;
  top:314px;
  z-index:3;
}


#meta_nav ul {
  list-style:none; 
}

#meta_nav ul li {
  float:left;
  border-left:1px solid #58595b;
  padding:0 3px;
}
#meta_nav a:link, #meta_nav a:visited, #meta_nav a:hover, #meta_nav a:focus, #meta_nav a:active, #meta_nav a.active{
  font-size:10px;
  font-weight:normal;
  line-height:12px;
  color:#58595b;
  text-transform:uppercase;
} 

#meta_nav a:hover, #meta_nav a:focus, #meta_nav a:active, #meta_nav a.active{
  color: #253678;
}


#header span, #header a:link, #header a:visited, #header a:hover, #header a:focus, #header a:active, #header a.active{
  font-size:10px;
  font-weight:normal;
  line-height:12px;
  color:#58595b;
  text-transform:uppercase;
} 

#header a:hover, #header a:focus, #header a:active, #header a.active{
  color: #253678;
}

#left span {
  font-size:10px;
  font-weight:normal;
  line-height:12px;
  color:#58595b;
  text-transform:uppercase;
}

#left a:link, #left a:visited, #left a:hover, #left a:focus, #left a:active, #left a.active{
  font-size:10px;
  font-weight:normal;
  line-height:12px;
  color:#58595b;
  text-transform:uppercase;
  text-decoration:underline;
} 


#meta_nav li.first {
   padding:0 3px 0 0;
   border-left:0;
}

#meta_nav li.last {
   padding:0  0 0 3px;
}

