﻿/****************************************
* Action Bar
****************************************/

#BF_divActionBar {
    display: none;
    height: 52px;
    margin: 0;
    padding: 0;
    width: 980px;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    z-index: 10000;
    visibility: hidden;
    font-family: Arial, sans-serif;
}
#BF_divActionBar .BF_LeftSide {
    background: url(../../images/actionbar/basebox/bg_left.png) no-repeat;
    display: block;
    float: left;
    height: 52px;
    margin: 0;
    padding: 0;
    width: 10px;
}
#BF_divActionBar .BF_Logo {
    background: url(../../images/actionbar/basebox/logo_btn_u.png) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 52px;
    margin: 0;
    padding: 0;
    width: 60px;
}
#BF_divActionBar .BF_Logo:hover {
    background: url(../../images/actionbar/basebox/logo_btn_o.png) no-repeat;
    display: block;
    float: left;
    height: 52px;
    margin: 0;
    padding: 0;
    width: 60px;
}
#BF_divActionBar .BF_ActionArea {
    background: url(../../images/actionbar/basebox/bg_middle.png);
    display: block;
    float: left;
    height: 52px;
    overflow: hidden;
}
#BF_divActionBar .BF_ActionArea .BF_ActionArea-inner {
    display: block;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
    width: 892px;
    font-size: 12px;
}

/* Appearance */
.BF_Actionbar-button ul {
    margin: 0;
    padding: 0;
}
.BF_Actionbar-button li {
    _display: inline;
    border-right: 1px #e7e7e7 solid;
    color: #1c1413;
    cursor: pointer;
    display: table-cell;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    list-style: none;
    padding: 0 12px 4px;
    text-align: center;
    vertical-align: baseline;
    position: relative;
}
.BF_Actionbar-button li img {
    border: 0 solid #fff;
    padding-right: 4px;
    vertical-align: middle;
}
.BF_Actionbar-button li:hover {
    color: #333;
    padding-top: 1px;
    background: #e6e6e6 !important; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#D1D1D1'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#D1D1D1')"; /* IE8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d1d1d1)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top, #f6f6f6, #d1d1d1) !important; /* for firefox 3.6+ */
}
.BF_Actionbar-button li a:link,
.BF_Actionbar-button li a:visited {
    color: #555;
    font-size: 12px;
    text-decoration: none;
}
.BF_Actionbar-button li a:hover {
    color: #333;
    text-decoration: none;
}
.BF_Actionbar-button .Signup {
    color: #1c1413;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
}
.BF_Actionbar-button .Signup img {
    /* do not carry out any filter in IE because of bad image processing */ /*filter: alpha(opacity=100);*/ /* Netscape */
    -moz-opacity: 1; /* Safari */
    -khtml-opacity: 1; /* Good browsers */
    opacity: 1;
}
.BF_Actionbar-button .MsgCount {
    background: url(../../images/actionbar/common/hint_ball.png) no-repeat;
    color: #fff;
    font-size: 10px;
    height: 16px;
    left: 0;
    line-height: 16px;
    overflow: hidden;
    padding-top: -10px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 16px;
    visibility: hidden;
}
.BF_LogoutStatus li {
    color: #777;
}
.BF_LogoutStatus li img {
    /* do not carry out any filter in IE because of bad image processing */ /* Netscape */
    -moz-opacity: 0.7; /* Safari */
    -khtml-opacity: 0.7; /* Good browsers */
    opacity: 0.7;
}

#BF_divActionBar .BF_ActionArea .BF_ActionArea-inner .BF_Seperater {
    float: right;
    border-right: 1px #e7e7e7 solid;
    height: 100%;
    width: 5px;
}
#BF_divActionBar .BF_RightSide {
    background: url(../../images/actionbar/basebox/bg_right.png) no-repeat;
    display: block;
    float: left;
    height: 52px;
    margin: 0;
    padding: 0;
    width: 10px;
}

/* Login Button */
#BF_divLoginBtn {
    background: transparent url(../../images/actionbar/buttons/login_btn_right.png) no-repeat scroll right top;
    display: block;
    float: right;
    height: 30px;
    margin-top: 0;
    padding-right: 3px;
    text-decoration: none;
}
#BF_divLoginBtn a {
    _width: 30px;
    background: transparent url(../../images/actionbar/buttons/login_btn_left.png) no-repeat;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 14px;
    margin: 0;
    padding: 8px 12px 0 17px;
    text-decoration: none;
}
#BF_divLoginBtn:hover {
    background-position: right -30px;
}
#BF_divLoginBtn:hover a {
    background-position: left -30px;
}

/* Gash sub menu */
#BF_divGashSubMenu {
    border: 1px solid #999999;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    bottom: 0;
    display: none;
    height: auto;
    overflow: hidden;
    position: fixed;
    width: 100px;
    z-index: 10001;
}
#BF_divGashSubMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#BF_divGashSubMenu ul li {
    background: #f0f0f0 url(../../images/default/actionbar/nav_a.gif) repeat-x;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 8px;
    width: 100px;
}
#BF_divGashSubMenu ul li:hover {
    background: #dddddd;
    color: #333;
    cursor: pointer;
}
#BF_divGashSubMenu ul li:active {
    background: #ffffff;
    cursor: pointer;
}
#BF_divGashSubMenu ul li a:link,
#BF_divGashSubMenu ul li a:visited {
    color: #666666;
    text-decoration: none;
}
#BF_divGashSubMenu ul li a:hover {
    color: #333333;
    text-decoration: none;
}

/* MsgBox */
#BF_divMsgBox {
    position: fixed;
    background: transparent;
    width: 206px;
    height: 200px;
    z-index: 10001;
    bottom: 38px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}
#BF_divMsgBoxInner {
    position: relative;
    height: auto;
}
#BF_divMsgBoxInner .BF_MsgBoxHeader {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px 4px 10px;
    background: url(../../images/default/actionbar/popup_actionbar-t.png) no-repeat;
    height: 16px;
}
#BF_divMsgBoxInner .BF_MsgBoxHeader .BF_MsgBoxTitle {
    float: left;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    width: 150px;
}
#BF_divMsgBoxInner .BF_MsgBoxHeader .BF_MsgBoxCloseBtn {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
    background: url(../../images/default/actionbar/close.gif) no-repeat 0 0;
}
#BF_divMsgBoxContent {
    position: relative;
    color: #000000;
    padding: 15px 10px 11px 10px;
    font-size: 12px;
    background-image: url(../../images/default/actionbar/popup_actionbar-m.png);
    background-repeat: repeat-y;
}
#BF_divMsgBoxContent a:link,
#BF_divMsgBoxContent a:visited {
    color: #409900;
    text-decoration: none;
}
#BF_divMsgBoxContent a:hover,
#BF_divMsgBoxContent a:active {
    color: #f38630;
    text-decoration: underline;
}
#BF_divMsgBoxInner .BF_MsgBoxFooter {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: url(../../images/default/actionbar/popup_actionbar-f.png) no-repeat;
    width: 206px;
    height: 23px;
}

.BFProgressBar {
    width: 120px;
    height: 12px;
    background: url(../../beanfun_block/images/percentImage_back.png) no-repeat -120px 0px;
}

/* Pop Window List */
#BF_divPopWindow {
    position: fixed;
    z-index: 10002;
    left: 10px;
    bottom: 28px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    width: 320px;
}
#BF_divPopWindow .BF_Header {
    background: url(../../images/pop_list_windows/basebox/header.png) no-repeat;
    color: #fff;
    display: block;
    height: 37px;
    position: relative;
    width: 320px;
}
#BF_divPopWindow .BF_Header .BF_CloseButton {
    position: absolute;
    right: 12px;
    top: 11px;
}
#BF_divPopWindow .BF_Header .BF_CloseButton a.popclose {
    border: 0;
    background-image: url(../../images/pop_list_windows/icons/close_btns.png);
    background-position: left top;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 0;
    padding-left: 1px;
    text-decoration: none;
}
#BF_divPopWindow .BF_Header .BF_CloseButton a.popclose:hover {
    background-position: right top;
    outline: none;
    padding-left: 1px;
    text-decoration: none;
}
#BF_divPopWindow .BF_Header .BF_Caption {
    display: inline-block;
    font-weight: bold;
    padding-top: 11px !important;
    vertical-align: middle;
    padding-left: 17px;
}
#BF_divPopWindow .BF_Content {
    background: url(../../images/pop_list_windows/basebox/middle.png) repeat-y;
    display: block;
    overflow: hidden;
    padding: 0 14px;
    word-break: normal;
    word-wrap: break-word;
}
#BF_divPopWindow .BF_Content .BF_MoreInfo {
    background: #ff8300;
    border-bottom: 1px #c96b08 solid;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px;
}
#BF_divPopWindow .BF_Content .BF_MoreInfo a:link,
#BF_divPopWindow .BF_Content .BF_MoreInfo a:visited {
    color: #fff;
    outline: none;
    text-decoration: underline;
}
#BF_divPopWindow .BF_Content .BF_MoreInfo a:hover {
    color: #2d752d;
}
#BF_divPopWindow .BF_Footer {
    background: url(../../images/pop_list_windows/basebox/footer.png) no-repeat;
    display: block;
    height: 22px;
    width: 320px;
}
#BF_BaseList {
    list-style: none;
    margin: 0;
    max-height: 320px;
    overflow: auto;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}
* html #BF_BaseList {
    height: expression(this.scrollHeight > 320 ? "320px": "auto");
    _width: 292px; /* max-height for IE */
}
#BF_BaseList img {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
}
#BF_BaseList li {
    _display: inline;
    _zoom: 1;
    background: url(../../images/pop_list_windows/basebox/nav_a.gif) repeat-x #fcfcfc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    cursor: pointer;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 3px 5px;
    width: 100%;
}
#BF_BaseList li + li {
    *margin: -3px 0 !important;
}
#BF_BaseList li:hover {
    background: #ddd;
    cursor: pointer;
}
#BF_BaseList li:active {
    background: #fff;
    cursor: pointer;
    outline: none;
}
#BF_BaseList li h2 {
    font-size: 16px;
    margin: 5px 0;
    padding: 0;
}
#BF_BaseList li h3 {
    font-size: 12px;
    margin: 2px 0;
    padding: 0;
}
#BF_BaseList li p {
    color: #4f4f4f;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#BF_BaseList li .RightDetails {
    float: left;
    margin-left: 8px;
    padding: 0;
    width: 200px;
}
#BF_BaseList li .RightDetails i {
    color: #666;
}
#BF_BaseList li .RightDetails h3 {
    color: #409900;
}
#BF_BaseList li .CommLock {
    background: url(../../images/pop_list_windows/icons/comm_lock.gif) no-repeat;
    display: block;
    height: 24px;
    left: 35px;
    position: absolute;
    top: 32px;
    width: 24px;
}
#BF_BaseList li:hover a:link.Remove,
#BF_BaseList li:hover a:visited.Remove {
    display: block;
    outline: none;
}
#BF_BaseList li a:link.Remove,
#BF_BaseList li a:visited.Remove {
    background: url(../../images/pop_list_windows/icons/remove.png) no-repeat 1px 1px;
    border: 1px transparent solid;
    color: #999;
    display: none;
    _display: block;
    float: right;
    font-size: 11px;
    overflow: hidden;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
}
#BF_BaseList li a:hover.Remove {
    border-top: 1px #ccc solid;
    border-right: 1px #999 solid;
    border-bottom: 1px #999 solid;
    border-left: 1px #ccc solid;
    background-color: #fff;
    color: #449900;
}
#BF_BaseList li .RightDetails p,
#BF_BaseList li .RightDetails b,
#BF_BaseList li .RightDetails h3 {
    font-weight: normal;
}
#BF_BaseList li.Unread .RightDetails p,
#BF_BaseList li.Unread .RightDetails b,
#BF_BaseList li.Unread .RightDetails h3 {
    font-weight: bolder;
}
#BF_BaseList li .RightDetails h3,
#BF_BaseList li .RightDetails p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Action Bar Notifications List */
#BF_Notifications {
    list-style: none;
    margin: 0;
    max-height: 232px;
    overflow: auto;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}
* html #BF_Notifications {
    height: expression(this.scrollHeight > 232 ? "232px": "auto");
    _width: 292px; /* max-height for IE */
}
#BF_Notifications img {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
}
#BF_Notifications li {
    _display: inline;
    _zoom: 1;
    background: url(../../images/pop_list_windows/basebox/nav_a.gif) repeat-x #fcfcfc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    cursor: pointer;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 3px 5px;
    width: 100%;
}
#BF_Notifications li + li {
    *margin: -3px 0 !important;
}
#BF_Notifications li:hover {
    background: #ddd;
    cursor: pointer;
}
#BF_Notifications li:active {
    background: #fff;
    cursor: pointer;
    outline: none;
}

#BF_Notifications li .RightDetails {
    float: left;
    margin-left: 8px;
    padding: 0;
    width: 180px;
}
#BF_Notifications li .RightDetails h1 {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    padding: 0;
}
#BF_Notifications li .RightDetails p {
    font-size: 12px;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#BF_Notifications li .RightDetails p a {
    color: #409900;
}
#BF_Notifications li .RightDetails span.Time {
    font-size: 12px;
    color: #999;
    padding: 0;
}
#BF_Notifications li .Numbers {
    background-color: #ff6600;
    float: right;
    height: 30px;
    margin: 10px 15px 0 0;
    width: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
#BF_Notifications li .Numbers p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
}

/****************************************
* Header
****************************************/

/* ----------------------------------- 
 Base rounded-corners box 
 ----------------------------------- */
#BF_divHeader {
    color: #000000;
    margin: 0 auto;
    width: 100%;
}

#BF_divHeader .BF_BoxBD {
    background: transparent url(../../images/header/basebox/ml.png) repeat-y 0 0;
    _background: transparent url(../../images/header/basebox/IE6/ml.gif) repeat-y 0 0;
    margin-right: 9px;
}
#BF_divHeader .BF_BoxBD .BF_BoxContent {
    background: transparent url(../../images/header/basebox/mr.png) repeat-y right 0;
    _background: transparent url(../../images/header/basebox/IE6/mr.gif) repeat-y right 0;
    margin-right: -9px;
}
#BF_divHeader .BF_BoxBD .BF_BoxContent .BF_BoxContentNarrowPadding {
    background: #ffffff url(../../images/header/basebox/mc.png) repeat-x 0 0;
    _background: #ffffff url(../../images/header/basebox/IE6/mc.gif) repeat-x 0 0;
    margin: 0 7px;
    padding-left: 8px;
    padding-right: 8px;
}

#BF_divHeader .BF_BoxFT .BF_BoxContent {
    background: transparent url(../../images/header/basebox/br.png) no-repeat right 0;
    _background: transparent url(../../images/header/basebox/IE6/br.gif) no-repeat right 0;
    font-size: 1px;
    height: 20px;
    margin-right: -14px;
}

#BF_divHeader .BF_BoxFT {
    background: transparent url(../../images/header/basebox/bl.png) no-repeat 0 0;
    _background: transparent url(../../images/header/basebox/IE6/bl.gif) no-repeat 0 0;
    margin-right: 14px;
}

/**** #BF_divHeader .BoxHD .BoxContent {
	background : transparent url(../../images/header/basebox/tr.png) no-repeat right 0;
	_background: transparent url(../../images/header/basebox/IE6/tr.gif) no-repeat right 0;
	font-size: 1px;
	height: 11px;
	margin-right: -14px;
	} 
#BF_divHeader .BoxHD {
	background : transparent url(../../images/header/basebox/tl.png) no-repeat 0 0;
	_background: transparent url(../../images/header/basebox/IE6/tl.gif) no-repeat 0 0;
	margin-right: 14px;
	}	********************/

/* ----------------------------------- 
 Top Navigational Bar - Base Layout
 ----------------------------------- */
.BF_HeaderWrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 48px;
    _height: 30px;
}
.BF_HeaderWrapper li {
    list-style: none;
}
.BF_HeaderWrapper li.BF_Logo {
    float: left;
    margin: 14px 20px 0 15px;
    _margin: 14px 20px 0 8px;
}

.BF_HeaderWrapper li.BF_Logo.bilingual{
    margin: 12px 20px 0 15px;
}

.BF_HeaderWrapper li.BF_Logo img {
    height: 28px;
}

.BF_HeaderWrapper li.BF_Logo.bilingual img {
    height: 34px;
}

.BF_HeaderWrapper li.BF_Navbar {
    margin: 0;
    padding: 5px 0;
    height: 40px;
    _height: 20px;
    *padding: 12px 0;
    _padding: 4px 0;
}
#BF_MainMenuBar {
    display: block;
    margin-top: 8px;
    _margin-top: 16px;
    width: 100%;
}
#BF_SubMenuBar {
    display: block;
    height: 15px;
    line-height: 14px;
    margin: 0;
    margin-top: -44px;
    _margin-top: -36px;
    padding: 0;
    width: 100%;
}

/* ----------------------------------- 
 Top Navigational Bar - Main Menu
----------------------------------- */

/* main-menu-wrapper */
.BF_MainMenu {
    font-family: Arial, helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

/* main-menu-item */
.BF_MainMenu > li {
    background-position: right 0px;
    float: left;
    list-style: none;
    outline: none;
    padding-right: 15px;
}
.BF_MainMenu > li > a {
    background: transparent url(../../images/header/menu/main_menu.png) no-repeat;
    background-position: left 0px;
    color: #2d752d;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    line-height: 14px;
    outline: none;
    padding: 10px 2px 0 10px;
    text-decoration: none;
    text-align: center;
    text-indent: 8px;
    font-family: Microsoft JhengHei;
}

/* main-menu-item with drop-icon */
.BF_MainMenu li.BF_Drop a span {
    background: transparent url(../../images/header/menu/drop_arrows.png) no-repeat right -3px;
    color: #ff8300;
    display: block;
    margin: 0;
    padding: 0;
    padding-right: 18px;
}

/* sub-menu hover-display */
.BF_MainMenu li.BF_Drop:hover div.BF_Drop_menu {
    left: auto;
}

/* sub-menu outer-wrapper with shadow */
.BF_MainMenu li.BF_Drop div.BF_Drop_menu {
    background: transparent url(../../images/header/menu/drop_menu.png) no-repeat;
    background-position: left bottom;
    left: -9999px;
    position: absolute;
    width: 182px;
    margin: 0;
    margin-left: -12px; /* specify the x offset of the drop down menu */
    padding: 0;
    z-index: 9999;
}
/* sub-menu inner-wrapper */
.BF_MainMenu li.BF_Drop div.BF_Drop_menu ul {
    border-top: 3px #ffae59 solid;
    margin: 0 12px 5px 9px;
    padding: 5px 1px 15px 1px;
}

/* sub-menu inner-text */
.BF_MainMenu li.BF_Drop div.BF_Drop_menu li + li {
    background-image: none;
    border-top: 1px #f7f7f7 dotted;
}
.BF_MainMenu li.BF_Drop div.BF_Drop_menu li a {
    background-image: none;
    background-color: transparent;
    border-bottom: 1px transparent solid;
    color: #666;
    display: block;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    padding: 5px 8px;
    text-decoration: none;
    text-align: left;
    font-family: Microsoft JhengHei;
}
/* sub-menu inner-text-hover */
.BF_MainMenu li.BF_Drop div.BF_Drop_menu li a:hover {
    background-image: none;
    background-color: #ff9f39;
    border-bottom: 1px #ff8300 solid;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* main-menu-item hover&Active-effect */

/* normal menu-item */
.BF_MainMenu li:hover {
    background: transparent url(../../images/header/menu/main_menu.png) no-repeat;
    background-position: right -35px;
}
.BF_MainMenu li:hover a {
    background: transparent url(../../images/header/menu/main_menu.png) no-repeat;
    background-position: left -35px;
    color: #fff;
    outline: none;
}

/* drop-down menu-item */
.BF_MainMenu li.BF_Drop:hover,
.BF_MainMenu li.BF_Drop.BF_Active:hover {
    background: transparent url(../../images/header/menu/main_menu.png) no-repeat;
    background-position: right -70px;
}
.BF_MainMenu li.BF_Drop:hover a,
.BF_MainMenu li.BF_Drop.BF_Active:hover > a {
    background: transparent url(../../images/header/menu/main_menu.png) no-repeat;
    background-position: left -70px;
    color: #fff;
}
.BF_MainMenu li.BF_Drop:hover a span,
.BF_MainMenu li.BF_Drop.BF_Active:hover > a span {
    color: #fff;
    text-decoration: underline;
}
.BF_MainMenu li.BF_Drop:hover a[rel~="none"] span,
.BF_MainMenu li.BF_Drop.BF_Active:hover > a[rel~="none"] span {
    text-decoration: none;
}

/* active menu-item */
.BF_MainMenu li.BF_Active,
.BF_MainMenu li.BF_Active:hover {
    background: transparent url(../../images/header/menu/main_menu.png) no-repeat;
    background-position: right -105px;
}
.BF_MainMenu li.BF_Active a,
.BF_MainMenu li.BF_Active:hover a {
    background: transparent url(../../images/header/menu/main_menu.png) no-repeat;
    background-position: left -105px;
    color: #fff;
}
.BF_MainMenu li.BF_Active:hover a {
    text-decoration: underline;
}
.BF_MainMenu li.BF_Active a span,
.BF_MainMenu li.BF_Active:hover a span {
    color: #fff;
}

/* drop-down-icon */
.BF_MainMenu li.BF_Drop:hover a span,
.BF_MainMenu li.BF_Drop:active a span {
    background-position: right -19px;
}
.BF_MainMenu li.BF_Drop.BF_Active a span {
    background-position: right -19px;
}

/* ---------------------------------------
 Top Navigational Bar - Main Menu - IE6
------------------------------------------ */
.BF_MainMenu_IE6 {
    font-family: Arial, helvetica, sans-serif;
    margin: 6px 0;
    padding: 0;
}
.BF_MainMenu_IE6 li {
    border-left: 1px dotted #efefef;
    float: left;
    list-style: none;
    line-height: 14px;
    position: relative;
    padding: 0 10px 0 12px;
    text-decoration: none;
}
.BF_MainMenu_IE6 li ul,
.BF_MainMenu_IE6 li ul li {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
    margin-right: -4px;
    line-height: 20px;
    cursor: pointer;
}
.BF_MainMenu_IE6 li ul li a {
    display: block;
    width: 100%;
}
.BF_MainMenu_IE6 li ul {
    position: absolute;
    display: none;
    background-color: #ffffff;
    border-top: 3px #9ece82 solid;
    border-right: 1px #888 solid;
    border-bottom: 1px #888 solid;
    border-left: 1px #aaa solid;
    z-index: 10001;
}
.BF_MainMenu_IE6 li a {
    color: #2d752d;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    padding: 3px 5px 1px 5px;
}
.BF_MainMenu_IE6 li a.BF_Drop {
    padding-right: 16px;
    background-image: url(../../images/header/menu/sub_drop_arrows.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.BF_MainMenu_IE6 li.BF_Active a,
.BF_MainMenu_IE6 li.BF_Active:hover a,
.BF_MainMenu_IE6 li.BF_Active.BF_Exhover a,
.BF_MainMenu_IE6 li:hover a,
.BF_MainMenu_IE6 li.BF_Exhover a {
    color: #fff;
    background-color: #9ece82;
}
.BF_MainMenu_IE6 li:hover ul,
.BF_MainMenu_IE6 li.BF_Exhover ul {
    display: block;
}
.BF_MainMenu_IE6 li:hover ul a,
.BF_MainMenu_IE6 li.BF_Exhover ul a {
    color: #333;
    background-color: transparent;
    padding: 2px;
    margin: 0px;
}
.BF_MainMenu_IE6 li ul a:hover,
.BF_MainMenu_IE6 li ul a.BF_Exhover {
    background-color: #9ece82;
    color: #ffffff;
    width: auto;
    padding-left: 3px;
    margin: 0px;
}
.BF_MainMenu_IE6 li {
    z-index: 20001;
}

/* ----------------------------------- 
 Top Navigational Bar - Sub Menu
----------------------------------- */
.BF_SubMenu {
    color: #999;
    font-size: 11px;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    float: right;
    margin: 0;
    padding: 0;
}
.BF_SubMenu li.BF_Start {
    border-left: none;
}
.BF_SubMenu li {
    float: left;
    position: relative;
    border-left: 1px solid #f5f5f5;
    list-style: none;
    line-height: 16px;
    padding: 0 2px 0 2px;
}

.BF_SubMenu li ul,
.BF_SubMenu li ul li {
    margin: 0;
    padding: 0;
    min-width: 130px;
    list-style: none;
    border: none;
    _width: 150px;
    margin-right: -4px;
    line-height: 20px;
}
.BF_SubMenu li ul li a {
    display: block;
    width: 100%;
}
.BF_SubMenu li ul {
    position: absolute;
    display: none;
    background-color: #ffffff;
    border-top: 3px #ff8300 solid;
    border-right: 1px #888 solid;
    border-bottom: 1px #888 solid;
    border-left: 1px #aaa solid;
    z-index: 10001;
}
.BF_SubMenu li a {
    color: #a0a0a0;
    display: block;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
}
.BF_SubMenu li a.BF_Drop {
    padding-right: 16px;
    background-image: url(../../images/header/menu/sub_drop_arrows.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
.BF_SubMenu li:hover a,
.BF_SubMenu li.BF_Exhover a {
    color: #fff;
    background-color: #ff8300;
}
.BF_SubMenu li:hover ul,
.BF_SubMenu li.BF_Exhover ul {
    display: block;
}
.BF_SubMenu li:hover ul a,
.BF_SubMenu li.BF_Exhover ul a {
    color: #333;
    background-color: transparent;
    padding: 2px;
    margin: 0px;
}
.BF_SubMenu li ul a:hover,
.BF_SubMenu li ul a.BF_Exhover {
    background-color: #ff8300;
    color: #ffffff;
    width: auto;
    padding-left: 3px;
    margin: 0px;
}
