/* Start of CMSMS style sheet 'Menu Colors' */
/* 
Student=#ffccff
Parent=#9999cc
Cosigner=#cc9999
Don't Know=#cc99cc
*/

div#menu_vert li.activeparent li.activeparent a.activeparent{
      padding-left: 30px;
}

#student h3 {
      background: #ccccff url(/uploads/images/arrow.gif) no-repeat center left;
}

#student a:hover {
      background-color: #ccccff;
}

#student a.activeparent {
      background: #ccccff url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#parent h3 {
      background: #9999cc url(/uploads/images/arrow.gif) no-repeat center left;
}

#parent a:hover {
      background-color: #9999cc;
}

#parent a.activeparent {
      background: #9999cc url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#apply h3 {
      background: #cc99cc url(/uploads/images/arrow.gif) no-repeat center left;
}

#apply a:hover {
      background-color: #cc99cc;
}

#apply a.activeparent {
      background: #cc99cc url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#cosigner h3 {
      background: #cc9999 url(/uploads/images/arrow.gif) no-repeat center left;
}

#cosigner a:hover {
      background-color: #cc9999;
}

#cosigner a.activeparent {
      background: #cc9999 url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#i-don-t-know h3 {
      background: #cc99cc url(/uploads/images/arrow.gif) no-repeat center left;
}

#i-don-t-know a:hover {
      background-color: #cc99cc;
      padding-left: 15px;
}

#i-don-t-know .activeparent {
      background: #cc99cc url(/uploads/images/down.gif) no-repeat center left;
}

/*
School = #ffcc66
Lender =#ff9966
HS Guidance Counselor=#ff6666
*/
#school h3 {
      background: #ffcc66 url(/uploads/images/arrow.gif) no-repeat center left;
}

#school a:hover {
      background-color: #ffcc66;
}

#school a.activeparent {
      background: #ffcc66 url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#lender h3 {
      background: #ff9966 url(/uploads/images/arrow.gif) no-repeat center left;
}

#lender a:hover {
      background-color: #ff9966;
}

#lender a.activeparent {
      background: #ff9966 url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#lenders-servicers h3 {
      background: #ff9966 url(/uploads/images/arrow.gif) no-repeat center left;
}

#lenders-servicers a:hover {
      background-color: #ff9966;
}

#lenders-servicers a.activeparent {
      background: #ff9966 url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

li#hs-guidance-counselor h3 {
      background: #ff6666 url(/uploads/images/arrow.gif) no-repeat center left;
}

#hs-guidance-counselor a:hover {
      background-color: #ff6666;
}

#hs-guidance-counselor a.activeparent {
      background: #ff6666 url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#about-hesaa h3 {
      background: #996666 url(/uploads/images/arrow.gif) no-repeat center left;
}

#about-hesaa a:hover {
      background-color: #996666;
}

#about-hesaa a.activeparent {
      background: #996666 url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#quick-links h3 {
      background: #9999cc url(/uploads/images/arrow.gif) no-repeat center left;
}

#quick-links a:hover {
      background-color: #9999cc;
}

#quick-links a.activeparent {
      background: #9999cc url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}

#historical-borrower-benefit-charts h3 {
      background: #dccfd0 url(/uploads/images/arrow.gif) no-repeat center left;
}

#historical-borrower-benefit-charts a:hover {
      background-color: #dccfd0;
}

#historical-borrower-benefit-chartsa.activeparent {
      background: #dccfd0 url(/uploads/images/down.gif) no-repeat center left;
      padding-left: 15px;
}
/* End of 'Menu Colors' */

