	/* style the menu navigation wrap  */
#menu-wrap {
   height:20px;
background:#333;
border-left:1px solid #666;
border-left-style:dotted;
} 


/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
	margin-top:-5px;
	height:25px;
	font-size:11px;
	text-decoration:none; 
    color:#999999;
    border-right:1px solid #666;
	border-right-style:dotted; 
}

/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    background-color: #336666;               
    color:white; 
}
/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color:white; 
    background:#336666;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color:white; 
    background:#336666;
}


                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
	color:white;
    background-color: #336666;
}