/***********************************************/
/* navi.css                            */
/* Use with template bremerhavener-rodelkambuse.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 




#navcontainer { margin-left: 15px;

position:absolute;
top:88px;
left:0; 
width: 97%;
height: 82% ;
background: #e6e6e6;
overflow:auto;
}


#navcontainer ul
{

margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
}

#navcontainer li { margin: 0; margin-left:2px;}

#navcontainer a
{
display: block;
color: #333;
background-color: transparent;
width: 100px;
padding: 2px 0px;
text-decoration: none;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
font-size: 12px;
}

#navcontainer a:hover
{
background-color: #ddd;
color: #333;
border-right: 10px solid #aaa;
padding: 2px 1px 2px 0px;
}

#navcontainer ul ul
{
margin-left: 20px;
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
display: block;
color: #333;
background-color: transparent;
width: 110px;
padding: 2px 10px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #aaa;
text-decoration: none;
font-size: 12px;
}

