

.arrowlistmenu{
width: 189px; /*width of accordion menu*/
}

.arrowlistmenu h3 {
margin:0;
padding:0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background: url('../../img/menu_close.gif') no-repeat top left;
font: bold 11px Arial;
color: #0066b3;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 15px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url('../../img/menu_open.gif') no-repeat top left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
border: 1px solid #c4c4c6;
border-width: 0 0 1px 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0; /*bottom spacing between menu items*/
font-family: arial, helvetica, sans-serif;
font-size:11px;
}

.arrowlistmenu ul li a{
color: #666;
display: block;
padding: 6px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border:none;
/*border-bottom: 1px solid #C4C4C6;*/
}

.arrowlistmenu ul li.selected{
color: #0066b3;
/*color: #666;*/
font-weight:normal;
display: block;
padding: 6px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border:none;
/*background: url('../../img/menu_close2.gif') no-repeat top left;*/
/*border-bottom: 1px solid #C4C4C6;*/
}

.arrowlistmenu ul li a:visited{
color: #666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000;
background: transparent;
background: url('../../img/menu_close3.gif') no-repeat center left; /*custom bullet list image*/
}


.blueRight { /*CSS class for menu headers in general (expanding or not!)*/
background: url('../../img/menu_close.gif') no-repeat top left;
font: bold 11px Arial;
color: #0066b3;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 15px; /*header text is indented 10px*/
border: 1px solid #c4c4c6;
border-width: 0 0 1px 0;
}

.blueDown { /*CSS class for menu headers in general (expanding or not!)*/
background: url('../../img/menu_open.gif') no-repeat top left;
font: bold 11px Arial;
color: #0066b3;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 15px; /*header text is indented 10px*/
border: 1px solid #c4c4c6;
border-width: 0 0 1px 0;
}

.menuItem {
color:#666;
display: block;
width:100%;
border: 1px solid #c4c4c6;
border-width: 0 0 1px 0;
}

.menuItemSelected {
color:#0066b3;
display: block;
width:100%;
border: 1px solid #c4c4c6;
border-width: 0 0 1px 0;
}

.subMenuItem {
color:#666;
display: block;
width:100%;
}

.subMenuItemSelected {
color:#0066b3;
display: block;
width:100%;
}

.menuItem a:link, .menuItem a:visited {
display:block;
padding: 6px 0;
padding-left: 15px; /*link text is indented 19px*/
color:#666;
text-decoration:none;
font: 11px Arial;
}

.menuItemSelected a:link, .menuItemSelected a:visited {
display:block;
padding: 6px 0;
padding-left: 15px; /*link text is indented 19px*/
color:#0066b3;
text-decoration:none;
font: 11px Arial;
}

.menuItem a:active, .menuItem a:hover {
color:#000;
}

.subMenuItem a:link, .subMenuItem a:visited {
display:block;
padding: 2px 0;
padding-left: 35px; /*link text is indented 19px*/
color:#666;
text-decoration:none;
font: 11px Arial;
}

.subMenuItemSelected a:link, .subMenuItemSelected a:visited {
display:block;
padding: 2px 0;
padding-left: 35px; /*link text is indented 19px*/
color:#0066b3;
text-decoration:none;
font: 11px Arial;
}

.subMenuItem a:active, .subMenuItem a:hover {
color:#000;
}

.menuItem:hover {
background: url('../../img/menu_close5.gif') no-repeat center left; /*custom bullet list image*/
}

.sidebarTable td {

}