/* ******************************** NAVIGATION ********************************************* */
#menuBlock{ /*  Div Wrapping Navigation*/
width:160px;
margin-bottom:10px;
padding:0px;
border: none;
overflow:hidden;
height:auto;
}
.menuButton,.subMenuButton{
width:160px;height:30px;min-height:30px;
margin-top:0px;
background:url('../images/bg_nav.jpg') no-repeat center;	
}
.subMenuButton{
width:145px;height:20px;min-height:20px;
background:url('../images/bullet.jpg') no-repeat center right;	
}
.menuText,.subMenuText{
width:145px;
font-size:x-small;
font-weight:bold;
vertical-align:middle;
padding:8px 5px 5px 15px;
}
.subMenuText{
padding:0px 5px 0px 50px;
}
a.nav{	
color:#fff;
font-weight:bold;
text-decoration: none;
}
a.nav:hover{
color:#ccc;
font-weight:bold;
text-decoration: none;
}
#menuBlock a.subMenu
{
color:#4e4e4e;font-weight:bold;font-size:x-small;
margin-left:90px; 
text-decoration:none;
}
#menuBlock a:hover.subMenu{
color:#ccc;
margin-left:70px;
text-decoration:none;
}

#content{
height:auto;min-height:100%;
}
#content a{
color:#369;
border-bottom: dashed thin #369;
font-weight:normal;
}
#content a:hover{
color:#999;
border-bottom: dashed thin #999;
}
#content .title{
display:none;
}