@charset "UTF-8";

ul.MenuBarVertical {
     cursor: default;
     font-size: 12px;
     list-style-type: none;
     padding: 0pt;
     width: 175px;
}

ul.MenuBarActive {
     z-index: 1000;
}

ul.MenuBarVertical li {
     background-image: url("../images/menu_a.png");
     background-repeat: no-repeat;
     font-size: 12px;
     height: 31px;
     list-style-type: none;
     margin: 0pt;
     padding: 0pt;
     position: relative;
     text-align: left;
     width: 175px;
}

ul.MenuBarVertical ul {
     cursor: default;
     font-size: 12px;
     left: -1000em;
     list-style-type: none;
     margin: 0pt 0pt 0pt 95%;
     padding: 0pt;
     position: absolute;
     top: 0pt;
     width: 210px;
     z-index: 1020;
}

ul.MenuBarVertical ul.MenuBarSubmenuVisible {
     background-image: url("../images/menu_a.png");
     background-repeat: no-repeat;
     font-size: 12px;
     height: 27px;
     left: 0pt;
}

ul.MenuBarVertical ul li {
     background-image:url("../images/menu_a_sub_long.png");
     background-repeat: no-repeat;
     font-size: 12px;
     height: 27px;
     list-style-type: none;
     position: relative;
     text-align: left;
     width: 210px;
}

ul.MenuBarVertical li {
    
}

ul.MenuBarVertical ul li a {
      background-image:url("../images/menu_a_sub_long.png");
     background-repeat: no-repeat;
     color: #231F20;
     font-size: 12px;
     height: 25px;
     list-style-type: none;
     padding-left: 25px;
     position: relative;
     text-align: left;
     width: 185px;
}

ul.MenuBarVertical ul li {
    
}

ul.MenuBarVertical a {
     color: #231F20;
     cursor: pointer;
     display: block;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 12px;
     font-weight: normal;
     height: 26px;
     padding-left: 25px;
     padding-top: 4px;
     text-decoration: none;
}

ul.MenuBarVertical ul a {
     background-color: #FFFFFF;
     color: #FFFFFF;
     font-size: 11px;
     font-weight: normal;
     height: 30px;
}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
     background-image: url("../images/menuHover.png");
     background-repeat: no-repeat;
     color: #FFFFFF;
     height: 25px;
     padding-top: 5px;
     text-decoration: none;
}

ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
     background-image: url("../images/menuHover.png");
     color: #FFFFFF;
     font-size: 12px;
     height: 25px;
     padding-top: 5px;
}

ul.MenuBarVertical ul a.MenuBarItemHover, ul.MenuBarVertical ul a.MenuBarItemSubmenuHover, ul.MenuBarVertical ul a.MenuBarSubmenuVisible {
     background-image:url(../images/menuHover_long.png);
     font-size: 12px;
     height: 27px;
}

ul.MenuBarVertical a.MenuBarItemSubmenu {
     background-image: url("../images/menu_a_sub.png");
     background-repeat: no-repeat;
     font-size: 12px;
     height: 27px;
}

ul.MenuBarVertical a.MenuBarItemSubmenuHover {
     background-image: url("../images/menuHover.png");
     font-size: 12px;
     height: 27px;
     list-style-type: none;
     position: relative;
     text-align: left;
     width: 175px;
}

ul.MenuBarVertical ul a.MenuBarItemSubmenu {
     background-image: url("../images/more.png");
     background-position: 95% 50%;
     background-repeat: no-repeat;
}

ul.MenuBarVertical ul a.MenuBarItemSubmenuHover {
     background-image: url("../images/more.png");
     background-position: 95% 50%;
     background-repeat: no-repeat;
}

ul.MenuBarVertical iframe {
     position: absolute;
     z-index: 1010;
}

@media screen, projection {
  ul.MenuBarVertical li.MenuBarItemIE { display: inline; float: left; }
}

/**/

ul.MenuBarVertical li.green a { 
     font-size: 12px;
     height: 31px;
     list-style-type: none;
   /*  margin: 0pt;
     padding: 0pt;*/
     position: relative;
     text-align: left;
    /* width: 175px;*/
	 color: #000 !important;
	 font-weight:bold;
}

ul.MenuBarVertical li.green a:hover {
   
	 background-image: url("../images/menuHover.png");
     background-repeat: no-repeat;
     font-size: 12px;
     height: 31px;
     list-style-type: none;
    /* margin: 0pt;
     padding: 0pt;*/
     position: relative;
     text-align: left;
    /* width: 175px;*/
	 color: #FFF !important;
	 font-weight:bold;
}


ul.MenuBarVertical li.green ul li a:hover {
   
	 background-image :url(../images/menuHover_long.png);
     background-repeat: no-repeat;
     font-size: 12px;
     height: 31px;
     list-style-type: none;
    /* margin: 0pt;
     padding: 0pt;*/
     position: relative;
     text-align: left;
    /* width: 175px;*/
	 color: #FFF !important;
	 font-weight:bold;
}


ul.MenuBarVertical li.green ul li  a  { 
     font-size: 12px;
     height: 31px;
     list-style-type: none;
   /*  margin: 0pt;
     padding: 0pt;*/
     position: relative;
     text-align: left;
    /* width: 175px;*/
	 color: #000 !important;
	 font-weight:normal;
}