/* Niran: css for menu inside pages */

#contentsarea .navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin: 0;
background-color: #036;
color: white;
width: 100%;
line-height: 18px;
/* fixes Firefox 0.9.3 */
clear:both;
}
#contentsarea .navcontainer ul li
{
display: inline;
}
#contentsarea .navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
margin-right: -3px;
}
#contentsarea .navcontainer ul li a:visited {background-color: #036;color: white;text-decoration: none;}
#contentsarea .navcontainer ul li a:hover {background-color: #369;color: white;text-decoration: none;}
#contentsarea .navcontainer ul li a#current {background-color: #369;color: white;}

#contentsarea .contenttable_lmenu .standout {font-weight: bold}


/*------------- Clearing and hiding ------------*/
.hide {
  position: absolute;
  left: -1000em;
}

.hide2 {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/#comment28 */
#contentsarea .clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
#contentsarea .clearfix { display: inline-block; }
#contentsarea .clearfix { display: block; }
