a, a:link, a:active, a:visited {
    color:#0067b7;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}
#vocab_top {
    margin:auto;
    width:750px;
    font-size: 15px;
    text-align:left;
    background-image:url(../images/vocab_top_bg.gif);
    background-repeat:no-repeat;
}

#navcontainer {
    position:relative;
    padding:15px 10px 10px 14px;
    margin-left:2px;
    margin-right:2px;
    border-bottom:solid 1px #cacace;
    font-weight:bold;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navcontainer ul li { 
    display: inline; 
	/*background: url("../images/seperator.gif") right no-repeat;*/
}


#navcontainer ul li a {
    padding: 2px 2px 1px 2px;
    margin-right: 15px;
    text-decoration: none;
    color: #666;
    border-bottom: solid 3px #dcdbdb;
}

#navcontainer a:hover {
    color: #333;
    border-bottom: solid 3px #00a5d2;
/*	background: url("../images/menu_under.gif") bottom repeat-x;*/
}

#navcontainer a.active {
    color: #333;
    border-bottom: solid 3px #00a5d2;
}

#navcontainer a.navlink, #navcontainer a.stbutton {
    border:none;
    text-decoration:none;
}
#navcontainer a.navlink, #navcontainer a.stbutton:hover {
    border:none;
    text-decoration:none;
}
#vocab_bot {
    margin:auto;
    width:750px;
    font-size: 15px;
    text-align:left;
    background-image:url(../images/vocab_footer_bg.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    height:40px;
}
#vocab_main {
    margin:auto;
    width:750px;
    text-align:left;
    background-image:url(../images/vocab_main_bg.gif);
    background-repeat:repeat-y;
    overflow:hidden;
}
.innertube {
    padding:10px 25px;
}


#header {
    margin:auto;
    width:750px;
    font-size: 15px;
    text-align:left;
  font-size:18px;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 0 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 13px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
  /*
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
/*#header a {float:none;}*/
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("../images/left_on.gif");
  border-width:0;
  }
#header #current a {
  background-image:url("../images/right_on.gif");
  color:#333;
  padding-bottom:4px;
  }
#footer_l {
    float:left;
    width:500px;
    margin-left:18px;
}

#footer_r {
    margin-left:620px;
    padding-top:0px;
}

#comments_right {
    width:440px;
    margin-left:260px;
}
#comments_left {
    float:left;
    width:240px;
}
#navcontainer a.webdemopop {
    font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
    font-weight:normal;
    font-size:11px;
    text-decoration:none;
    border:none;
    color:#666666;
}
#navcontainer a.webdemopop:hover {
    border:none;
    text-decoration:none;
    color:#025290;
}

