/* TopMenu CSS*/

#topmenu-container {
	width: 623px;
	float: left;
	height: 40px;
}

#topmenu li {
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0 0 0 9px;
	background: url(../img/icons/topmenu.gif) no-repeat 0px 5px;
	float: left;
}

#topmenu a {
	color: #3366CC;
}

#topmenu a:hover {
 	color: #FF4E00;
	text-decoration: none;
}

.topSubmenu-container {
     position: relative;
     z-index: 1000;
}

.topSubMenu {
     display: none;
     position: absolute;
     left: -25px;
     top: 27px;
}

.topSubMenu ul {
     margin: 0;
     padding: 5px 10px 0 10px;
     list-style-type: none;
     background: #3b464a url('../img/bg_submenu.gif') repeat-x;
}

.topSubMenu li {
     padding: 3px 5px 3px 5px;
     border-bottom: 1px solid #616769;
     white-space: nowrap;
}

.topSubMenu a {
     font-weight: normal;
}

.submenu-item-last a {
     border: none;
}

#left-menu {
  width: 154px;
  clear: both;
}


.bgsub {
  background: #3b464a;
}

.lm-link {
     z-index: -1;
}

.lm-link2 {
  color: #7bb26a;
}

.lm-link3 {
  color: #7b7f81;
}


.sub-item a {
  color: #7b7f81;
}

.sub-item2 a {
  color: #7b7f81;
}

.sub-item2 a:hover {
  text-decoration: underline
}

.sub-item a:hover {
  text-decoration: underline;
}

.lm-padding {
  padding-left: 3px;
  border-top: 1px solid #9a9fa1;
}

.menu-relative {
  position: relative;
  z-index: 1;
}

.submenu-container {
  display: none;
  position: absolute;
  width: 140px;
  left: 140px;
  top: -6px;
  border: 1px solid #9a9fa1;
  border-width: 1px 0 1px 0;
  background: #f8f8f8;
  z-index: 10;
}


.submenu-container ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.submenu-container li {
  padding: 0 0 0 15px;
  margin: 0 0 7px 0;
  background: url('../img/bullet1.gif') no-repeat 5px 4px;
}

.submenu-container li a {
  color: #3b464a;
}

.submenu-container li a:hover {
    text-decoration: underline;
}

.sub3-items {
  padding-bottom: 5px;
}

.sub3-items a {
  padding-left: 15px;
  background: url('../img/bullet1.gif') no-repeat 5px 4px;
}

.sub3-items a:hover {
  text-decoration: underline;
}
