/* Combined base, topmenu and sidebar sytlesheet */

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
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;
  text-align: left;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #E8F1FF;  /* same light blue as side menus */
text-decoration: none;
padding: 4px 5px;
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{
background-color: white;
color: black;
}

/* ######### 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;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
font: bold 12px Verdana;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: #033F99 url(blue.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #033F99 url(hiblue.gif) center center repeat-x;
}

/* ######### Marker List Vertical Menu ######### */

.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: 0;
padding: 0;
border: 1px solid #83A0CC;
}

.markermenu ul li a{
background: #E8F1FF none no-repeat 3px center;  /*light blue background*/
font: normal 13px Veranda, Tahoma, Arial, Helvetica, sans-serif;
color: black;  /* dark blue text */
display: block;
width: auto;
padding: 3px 20px 3px 8px; /* enough space on the right for the arrow */
/* padding-left: 20px; */
text-decoration: none;
border-bottom: 1px solid #83A0CC; /* blue grey */
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: black;  /* dark blue text */
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black;
background-color: white;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */



.blackwhite li a{
background: white url(bulletlist.gif) no-repeat 3px center; /*white background*/
font: normal 12px Arial, Veranda, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #004b91;   /* blue link */
padding: 3px 0;
padding-left: 20px;
border-bottom: 0;
}

.blackwhite li a:hover{
background: white url(bulletlist.gif) no-repeat 3px center; /*white background*/
color: #E47911;   /* orange highlight */
text-decoration: underline;
}

