.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #93e6ff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
background-color:#209fe5;
}

.ddsubmenustyle li a:link, .ddsubmenustyle li a:visited{
display: block;
width:180px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #93e6ff;
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold;
}



* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display:block;
width: 190px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #f98d22;
color: #ffffff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
color:ffffff;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
left: 100px;
border: 0;
color:ffffff;
}

.ddiframeshim{
position: absolute;
z-index: 500;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
background-image:url(../images/menu_line.gif); background-repeat:no-repeat; background-position:right top; margin:0 1px 0 1px;
font-family:Arial,; font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase;
padding-left:23px; padding-top:11px; padding-right:23px; padding-bottom:13px;
display:block; text-decoration:none;}


.mattblackmenu li a:visited{
font-family:Arial,; font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase;
padding-left:23px; padding-top:11px; padding-right:23px; padding-bottom:13px;
display:block; text-decoration:none;}

.mattblackmenu li a:hover, .mattblackmenu li a.current{
background-image:url(../images/tab_on_bg.gif); background-repeat:no-repeat; padding-left:23px; padding-top:11px; padding-right:23px;display:block; text-decoration:none; background-position:center; padding-bottom:13px; 
font-family:Arial,; font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase;
/*background of tabs for hover state */
}



.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{

font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
color:#FFFFFF;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
