/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{padding-left:0px;background:#434343;font-size: 12px;font-weight: bold;color: #FFF;float: left;height: 32px;width:806px;}
.mattblackmenu ul{overflow: hidden;padding-left:0px;}
.mattblackmenu li{display: inline;float:left;}
.mattblackmenu li a{float: left;display: block;text-decoration: none;color:#fff;height:22px;padding: 0px 20px; padding-top:10px; margin-right:1px;}
.mattblackmenu li a:visited{color: white;}
.mattblackmenu li a:hover{background: black; background-color:#555;color:#fff;text-decoration: none;}
.mattblackmenu li#current a{background: black;background-color:#555;color:#fff;}
.mattblackmenu a.selected{background: black;background-color:#555;color:#fff;}



/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{position:absolute;left:0;top:0; padding:0px 0 10px 0; border: 1px solid #626161;background:url(../images/nav_03.jpg) bottom repeat-x;background-color:#f9f9f9;visibility: hidden;z-index: 100;width:200px;float:left;}
.ddsubmenustyle li a{display: block;width: 175px;color:#434343;text-decoration: none;padding: 0px 5px;padding-left:20px;line-height:28px;}

/*IE6 CSS hack*/
* html .ddsubmenustyle li a{display: inline-block;}
.ddsubmenustyle li a:hover{background-color:#bcb8b8;color:#434343;text-decoration: none;}

/* ######### Neutral CSS  ######### */
/*CSS for "down" arrow image added to top menu items*/
.downarrowpointer{padding-left: 0px;border: 0;}

/*CSS for "right" arrow image added to drop down menu items*/
.rightarrowpointer{ position: absolute;padding-top: 3px;right: 2px;border: 0;}
.ddiframeshim{position: absolute;z-index: 500;background: transparent;border-width: 0;width: 0;height: 0;display: block;}