/*
  -----------------------------------
  Tree Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Carbon
  -----------------------------------
*/

.p7TM3-04 {
  font-size: 1em;
  padding: 10px;
  background-color: #124661;
/*  background-image: linear-gradient(180deg, #333, #000); */
  background-image: none;
  font-family: "Segoe UI", "Gill Sans", Optima, "Droid Sans", sans-serif;
}
.p7TM3-04.outer-shadow {
  box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
.p7TM3-04.rounded-corners {
  border-radius: 6px;
}
.p7TM3-04.rounded-corners ul ul {
  border-radius: 6px;
}
.p7TM3-04:after {
  content: "\0020";
  font-size: 0px;
  display: inline;
  overflow: hidden;
  line-height: 1;
}
.p7TM3-04 ul {
  margin: 0;
  padding: 0;
}
.p7TM3-04 ul ul {
  padding: 6px 0px 15px 0px;
  background-color: #FFF;
  background-image: linear-gradient(#FFF, #DDD);
}
li.tm3last ul {
  margin-bottom: 0px;
}
.p7TM3-04 ul ul ul {
  border: none;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  background: none;
  box-shadow: none;
}
.p7TM3-04 li {
  list-style-type: none;
  margin: 0;
}
.p7TM3-04 ul ul ul li {
  padding-left: .5em;
}
.p7TM3-04 ul a {
  color: #ddd;
  display: block;
  padding: 3px 8px 3px 18px;
  text-decoration: none;
  -webkit-transition: all linear .35s .1s;
  transition: all linear .35s .1s;
}
.p7TM3-04 ul a:hover, .p7TM3-04 ul a:focus {
  color: #fff!important;
  outline: none;
}

.p7TM3-04 ul.level_2 a:hover, .p7TM3-04 ul.level_2 a:focus {
    color: #000 !important;
    
}

.p7TM3-04 ul ul a {
  font-size: 0.9em;
  border: none;
  color: #000;
  -webkit-transition: none;
  transition: none;
}
.p7TM3-04 ul ul a:hover, .p7TM3-04 ul ul a:focus {
  color: #000;
  text-shadow: 1px 0px 0px #999;
}
.p7TM3-04 a.trig_closed {
  background-image: url(https://www.uth.edu/global/icons/tm3_east_gray.gif);
  background-repeat: no-repeat;
  background-position: 0px 12px;
}
.p7TM3-04 ul ul a.trig_closed {
  background-image: url(https://www.uth.edu/global/icons/tm3_east_black.gif);
}
.p7TM3-04 a.trig_open {
  background-image: url(https://www.uth.edu/global/icons/tm3_south_gray.gif);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  color: #CCC;
}
.p7TM3-04 ul ul a.trig_open {
  background-image: url(https://www.uth.edu/global/icons/tm3_south_black.gif);
  color: #000;
  text-shadow: 1px 0px 0px #333333;
}
.p7TM3-04 a.p7tm3_page {
  background-repeat: no-repeat;
  background-position: left center;
}
.p7TM3-04 a.current_mark {
  text-shadow: none !important;
  font-weight: bold;
  border-radius: 6px;
}
.p7TM3-04 ul ul a.current_mark {
}
.p7TM3-04 ul a.current_mark.trig_open {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-bottom: 7px;
  margin-bottom: -4px;
}
.p7TM3-04 ul a.current_mark.trig_closed {
  border-radius: 6px;
}
.p7TM3-04_toggle_all {
  margin: 0 0 12px 0;
  display: block;
  font-size: .75em;
  text-transform: uppercase;
}
.p7TM3-04_toggle_all a {
  color: #000;
}
.p7TM3-04_toggle_all a:hover, .p7TM3-04_toggle_all a:focus, .p7TM3-04_toggle_all a:active {
  color: #C30;
  outline: none;
  background: none;
}
/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7TM3-toolbar {
  display: none;
}
/*IE10 Kill Default Active Background*/
.p7TM3-04 a:active {
  background-color: transparent;
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 600px) {
.p7TM3-04_toggle_all {
  display: none;
}
.p7TM3-04.responsive .p7TM3-toolbar {
  position: relative;
  z-index: 999;
  display: block;
  text-align: right;
  padding: 0px;
  cursor: pointer;
}
.p7TM3.responsive ul.closed {
  display: none;
}
.p7TM3.responsive ul.opened {
  display: block;
}
.p7TM3-04.responsive .p7TM3-toolbar img {
  border: none;
  display: inline-block;
  vertical-align: baseline;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
/*  Added */
ul.level_1 li.li_current_mark a.current_mark {
  background-color: #bd4f19;
  color:#fff;
}
ul.level_2 li.li_current_mark a.current_mark {
  background-color: transparent;
  color:#000;
}

/* The rule block below adds an icon indicating that the menu link goes to a protected site page.
Such a link should be the final item in the menu sidebar. */
a[href="http://inside.uthouston.edu/development/index.htm"]  {
 background-image: url('https://www.uth.edu/global/gfx/lock-white.png');
 background-position: 95% 50% !important;
 background-repeat: no-repeat;
}