﻿/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 10px Verdana, Arial, sans-serif;
margin: 0;padding: 0;position: absolute;left: 0;top: 0;
list-style-type: none;background: white;border: 1px solid black;border-bottom-width: 0;visibility: hidden;z-index: 100;
}

.ddsubmenustyle li a{display: block;width: 160px; /*width of menu (not including side paddings)*/color: #3F7CE1;
background-color: white;text-decoration: none;padding: 2px 0px 4px 2px;border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{color: white;background-color: #3F7CE1;}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;border: 0;}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;padding-top: 3px;left: 100px;border: 0;}
/* ######### End of Menu Base  ######### */

/* ######### Main Vertical Menu Bar CSS ######### */
.markermenu{width: 160px; clear: left;position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
.markermenu ul{list-style-type: none;margin: 2px 0;padding: 0;border: 1px solid #9A9A9A;}
.markermenu ul li a{background: #FFFFFF ; font: 10px Verdana, Arial, sans-serif;color: #3F7CE1;display: block;width: auto;
padding: 2px 0px 4px 2px;text-decoration: none;border-bottom: 1px solid #B5B5B5;list-style-type:none;}
* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;list-style-type:none;
}

.markermenu ul li a:visited, .markermenu ul li a:active{color: #3F7CE1;list-style-type:circle;}
.markermenu ul li a:hover, .markermenu ul li a.selected{color: white;background-color: #3F7CE1;list-style-type:none;}
.blackwhite li a{background: white;color: #3F7CE1}
.blackwhite li a:hover{color: white;background-color: #3F7CE1;}
.finchley li a{background: white;} 
.finchley li a:hover{background: color: white;}


/* ######### Main Horizontal Menu Bar CSS ######### */

.mattblackmenu ul{margin: 0;padding: 0;font: bold 12px Verdana, Arial, sans-serif;list-style-type: none;border-bottom: 1px solid gray;background: #3F7CE1;overflow: hidden;width: 100%;}
.mattblackmenu li{display: inline;margin: 0;}
.mattblackmenu li a{float: left;display: block;text-decoration: none;margin: 0;padding: 6px 8px;border-right: 1px solid white; color: white;background: #3F7CE1;}
.mattblackmenu li a:visited{color: white;}
.mattblackmenu li a:hover{background: #7B41CB;}
.mattblackmenu a.selected{background: #7B41CB;}

