/************************************** Profile Menu ***************************/


#accordion ul {
    margin: 0 0 2px 0;
    list-style-type: none !important;
    background: #005099;
    background: -moz-linear-gradient(top, #005099 1%, #0b0c4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#005099), color-stop(100%,#0b0c4f));
    background: -webkit-linear-gradient(top, #005099 1%,#0b0c4f 100%);
    background: -o-linear-gradient(top, #005099 1%,#0b0c4f 100%);
    background: -ms-linear-gradient(top, #005099 1%,#0b0c4f 100%);
    background: linear-gradient(to bottom, #005099 1%,#0b0c4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005099', endColorstr='#0b0c4f',GradientType=0 );  
}

#accordion ul li {
    font-family: "DroidSans";
    background: none;
    width: 100%;
    color: #454545;
    clear: both;
}

/*heading styles*/
#accordion h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 7px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

/*heading hover effect*/
#accordion h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordion h3 span {
    font-size: 16px;
    margin-right: 10px;
}

.accordion {
    margin-bottom: 8px;
}

.accordion ul {
    margin: 0 0 10px 0;
}

/*list items*/
.accordion li {
    list-style-type: none;
}

/*links*/
.accordion li a {
    color: #454545;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    display: block;
    padding: 0 13px;
    /*transition for smooth hover animation*/
    transition: all 0.15s;
}

/*hover effect on links*/
.accordion li a:hover {
    background: #eee;
    border-left: 6px solid #3bb063;
    color: #00529B;
}

/*Lets hide the non active LIs by default*/
.accordion ul ul {
  display: none;
}

#accordion li.active ul {
  display: block;
}

/******************************************************/

span.member_login_name {
  font-size: 17px !important;
  font-weight: bold !important;
  color: #00529b !important;
  padding-bottom: 10px;
}
.member-login-content {
  font-size: 12px;
  line-height: 1.5;
  float: right;
  text-align: right;
  padding-bottom: 10px;
}
ul.member_logged_in {
  margin: 0;
  list-style-type: none;
}
ul.member_logged_in li {
  display: inline;
}
.member_login_name {
  font-weight: bold;
}
ul.member_logged_in li a {
  color: #1fb25a !important;
  font-weight: bold;
  
}