/**
 * Styles for the menus on the WorkSmart Labs website.
 *
 * @author   vera, charlie
 * @copyright  2011 WorkSmart Labs, Inc.
 */

div#top {
  width:863px;
  height:34px;
  margin-top:29px;
  text-align:right;
  position:relative;
}

div#top_menu {
  position:absolute;
  bottom:2px;
  right:2px;
  height:16px;
  color:#999999;
  margin-bottom: 10px;
}

#sub_menu ul {
  padding: 0;
}

#sub_menu li {
  list-style: none;
  margin-bottom: 5px;
}

div#logo {
  position:absolute;
  width:285px;
  height:47px;
  bottom:0px;
  left:0px;
  background-image:url(/images/wsl_logo.png);
  background-repeat:no-repeat;
}

a.nav:link {
  color:#666666;
  text-decoration:none;
  font-weight:bold;
}

a.nav:visited{
  color:#666666;
  text-decoration:none;
  font-weight:bold;
}
a.nav:hover{
  color:#000000;
  text-decoration:none;
  font-weight:bold;
}
a.nav:active{
  color:#666666;
  text-decoration:none;
  font-weight:bold;
}

a.subnav:link, a.subnav:visited {
  color:#666666;
  text-decoration:none;
  font-weight:bold;
  line-height:2;
}

a.subnav:hover{
  color:#000000;
  text-decoration:none;
  font-weight:bold;
  line-height:2;
}

a.subnav:active{
  color:#666666;
  text-decoration:none;
  font-weight:bold;
  line-height:2;
}

.current {
  color:#3ea32a;
  font-weight:bold;
}

.subnavCurrent {
  color:#333333;
  font-weight:bold;
  line-height:2;
}
