
/* Main navigator style */
.navigator_v { 
padding-left: 2px;
padding-top: 0px;
padding-right: 1px;
height: auto;
width: 170px;
overflow: hidden;
font-family: serif;
}

.navigator_h { 
border: 1px solid tomato;
background: tomato;
height: 2px;
width: 100%;
text-align: center;
overflow: hidden;
font-family: serif;
}

.navigator_space { 
height: 10px;
}

.navigator_selected { 
border-bottom: 1px dotted tomato;
border-right: 1px dotted tomato;
border-left: 1px dotted tomato;
padding: 0px;
margin-left: 0px;
margin-right: auto;
text-align: center;
text-transform: none;
background: aliceblue;
width: 156px;
}

.navigator_title { 
color: blue;
text-align: center;
text-transform: none;
}
.navigator_title:link { 
color: blue;
text-align: center;
text-transform: none;
}
.navigator_title:visited { 
color: blue;
text-align: center;
text-transform: none;
}
.navigator_title:hover { 
color: darkred;
/*background: gold;*/
}

