
/* styles for the navigator area */
.navigator_simple_title { 
background:  antiquewhite;
color: blue;
text-align: center;
font-weight: bold;
margin-left: auto;
margin-right: auto;
padding: auto;
width: 156px;
border-right:  1px solid tomato;
border-left:   1px solid tomato;
border-top:    1px solid tomato;
border-bottom:    1px solid tomato


}
.navigator_simple_element { 
border-bottom: 1px dotted tomato;
border-left:   1px solid tomato;
border-right:  1px solid tomato;
border-top: none;
padding: auto;
margin-left: auto;
margin-right: auto;
margin-top:    0px;
margin-bottom: 0px;
text-align: center;
background: antiquewhite;
width: 156px;
}
.navigator_simple_element:hover { 
background: aliceblue;
border-left:   1px solid tomato;
border-right:  1px solid tomato;

}
.navigator_simple_title:hover {
background: aliceblue;
border-left:   1px solid tomato;
border-right:  1px solid tomato;

}

/* For Internet Explorer BUG only */
.navigator_simple_elementHover { 
background: aliceblue;
border-left:   1px solid tomato;
border-right:  1px solid tomato;

}
/* For Internet Explorer BUG only */
.navigator_simple_titleHover {
background: aliceblue;
border-left:   1px solid tomato;
border-right:  1px solid tomato;

}






/* end of nacvigator section */


/* simple links */
.simple_link:visited { 
color: blue;
}
.simple_link:hover { 
color: white;
}






