/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
	margin:0;
	padding: 0 10px 0 0;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("../../media/icons/tabmenu/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../../media/icons/tabmenu/tabrightB.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
	

	
/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #b5b5b5;
      }
    #tabsJ ul {
	margin:0;
	padding:0 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../../media/icons/tabmenu/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../../media/icons/tabmenu/tabrightJ.gif") no-repeat right top;
      padding:7px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
	
	
	
	

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

.arrowlistmenu .headerbar
{

padding-left: 22px;
background: url(../../media/icons/zoom.gif) no-repeat left center;	

font-size: 1.4em;
font-weight: normal;
letter-spacing: 0.5px;
color: #202020;



/* background: black url(../../media/images/titlebar.png) repeat-x center left; */
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0 0 0 8px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
background: url(../../media/images/menu_bullet2.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0 0 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px dotted #eaeaea;
font-size: 90%;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #333333;
background-color: #F3F3F3;
}

