.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}


#container {

}

/* ######### UL container for menu ######### */

ul #navbox {
list-style:none;
}


.navitem {
display:inline;
padding-left: 6px;
padding-right: 4px;

}




/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #DADADA;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
text-align: left;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;

}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DADADA;
padding: 1px 0;
color: #17479e;

text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #7597c6;
color: #ffffff;
}



/* ######### MENU TABLE BORDER ######### */

#tableborder {
border: 1px solid #686868;
}

.cellrule {
border-right: 1px solid #686868;
padding: 0 6px;
padding-top: 0px;
}

.graphicrule {
border-right: 1px solid #686868;
padding: 0 6px;
}
.nographicrule {
border-right: 0px solid #686868;
padding: 0 6px;
}





/* ######### END MENU TABLE BORDER ######### */



/* ######### classes for hover colors ######### */

.bone a:hover {
color: #ffffff;
background-color: #dda471;
}

.cat a:hover {
color: #ffffff;
background-color: #078563;
}

.mamm a:hover {
color: #ffffff;
background-color: #f72626;
}

.mri a:hover {
color: #ffffff;
background-color: #8885dd;
}

.nuclear a:hover {
color: #ffffff;
background-color: #7eb92a;
}

.pet a:hover {
color: #ffffff;
background-color: #d7c25d;
}

.ultra a:hover {
color: #ffffff;
background-color: #cc56ff;
}

.xray a:hover {
color: #ffffff;
background-color: #ea6b26;
}

/* ######### END classes for hover colors ######### */



