/*
*	@author Tereso Ramos G - tramos@d-webstudio.com
*	Update: 24-07-2010
*/


/* topics menu */

.uccs-topics{
  background: #eff4cc url(images/bg-box-smart.png) 100% 100% no-repeat;
  margin-bottom: 10px;
}
.uccs-topics h2{
  height: 38px;
  padding: 0 10px;
  background: url(images/bg-box-smart-h2.png) no-repeat;
  font-size: 18px;
  line-height: 32px;
}

.uccs-topics a{
  color: #444334;
}
.uccs-topics ul{
  list-style:none;
  padding:0px;
  margin:0px;
}
.uccs-topics ul li{
  border-bottom: 2px solid #fff;
}
.uccs-topics span{
  display: block;
  padding: 3px 10px;
}
.uccs-topics ul li ul{
  background: #d8dbb8;
}
.uccs-topics ul li ul li{
  border-bottom: none;
}
.fly{
  font-size:110%;
  line-height: 120%;
  border-top: 2px solid #fff;
  font-weight: bold;
}

.drop{
  font-size:110%;
  line-height: 120%;
  display: block;
  padding: 5px 0;
  font-weight: bold;
}

.drop:hover{
  background: #d8dbb8;
}
.activated{
  background: #d8dbb8;
}


/* top menu */
.nav {
  float: right;
  margin-right: 40px;
  z-index:100;
  font-size: 14px;
}

.nav ul {
  height: 40px;
  float: left;
  margin: 0;
  list-style: none;
}
.nav li {
  float: left;
  padding: 0 1px;
  background: url(images/split.png) no-repeat right center;
  position: relative;
  z-index: 101;
}
.nav li.last {
  background:none;
}
.nav li:hover {
  z-index:102;
}
.nav li a {
  display: block;
  line-height: 40px;
  overflow: hidden;
  float: left;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
a .menu-left {
  background: url(images/menu_left.png) no-repeat;
  width: 8px;
  height: 40px;
  display: block;
  float: left;
}
a .menu-mid {
  padding: 0 5px;
  background: url(images/menu_mid.png) repeat-x top;
  height: 40px;
  line-height: 46px;
  display: block;
  float: left;
}
a .menu-right {
  background: url(images/menu_right.png) no-repeat;
  width: 8px;
  height: 40px;
  display: block;
  float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
  background-position: 0 -40px;
  line-height:46px;
  cursor:pointer;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}
.nav li:hover .sub,
.nav li.hover .sub {
  display:block;
}
.nav li .sub {
  display: none;
  position: absolute;
  top: 40px;
  left: 1px;
  width: 196px;
}
.nav li ul {
  background: #282c30;
  width: 176px;
  height: auto;
  margin: 0;
  list-style: none;
  padding: 4px 10px;
  z-index:103;

  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;

  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;

  box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.2);

}
.nav li:hover li,
.nav li.active li {
  width: 100%;
  padding: 0 ;
  background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
  background: none !important;
  line-height: normal;
  width: 156px;
  padding: 5px 10px;
  text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
  background: #464e57 !important;
  text-decoration: none;
  line-height: normal;
}
/*IE*/

.nav li li a {
  margin: 3px 0;
}
.nav li li a:hover,
.nav li li a:hover {
  color: #fff;
  background: #464e57 !important;
  text-decoration: none;
  line-height: normal;

  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;

  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}



/* nav bar menu */
#menusimple {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menusimple li {
  float: left;
  margin: 0;
  padding: 0;
}
#menusimple a {
  color: #000;
  display: block;
  float: left;
  padding: 0 14px;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  /*font-weight: 700;*/
  text-shadow: 1px 1px 1px #fff;
}
#menusimple a:hover {
  color: #333;
}
/**/


