﻿/* Colors - dark to light
http://slayeroffice.com/tools/color_palette/?hex=336666
#050A0A
#0D1A1A
#1A3333
#264D4D
#2B5757
#336666
#668D8D
#9AB3B3
#CCD9D9
#EBF0F0
*/

#top_nav {
  height: 35px;
  padding:  0 10px 0 10px;
}
ul#simple-menu { 
  list-style-type:  none;
  width:  100%;
  position:  relative;
  height:  30px;
  font-family: Georgia, Georgia, serif;
  font-size:  100%;
  font-weight:  bold;
  margin:  0;
  padding:  5px 0 0 0;
}
ul#simple-menu li {
  display:  block;
  float:  left;
  margin:  0 0 0 2px;
  height:  30px;
  padding:  0;
}
ul#simple-menu li.left {
  margin:  0;
}
ul#simple-menu li a {
  display:  block;
  float:  left;
  color:  #fff;
  background:  #336666;
  line-height:  200%;
  text-decoration:  none;
  padding:  0 10px 0 10px;
  height:  30px;
}
ul#simple-menu li a.right {
  padding-right:  19px;
}
ul#simple-menu li a:hover {
  background:  #9AB3B3;
  color:  #1A3333;
}
ul#simple-menu li a.current {
  background:  #fff;
  color:  #336666;
}
ul#simple-menu li a.current:hover {
  background:  #fff;
  color:  #336666;
}

