﻿.ddmx {
    font: 11px tahoma;
    margin-left:27px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #E7F1AB;
    font: 12px Verdana;
    color: #107F26;
    font-weight: bold;
    background: url('/images/bullet_menu.gif') no-repeat left 9px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    line-height: 100%;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color: #FF844D;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   
   padding: 1px 3px 4px 6px;
	font: 12px Verdana;
    color: #107F26;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1000;
   
}
.ddmx .item2 {

    background: #CFED88;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {

    background: #CFED88;
    color: #FF844D;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #C9DD4E;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.rounded_border {
  /* fix IE 6 layout */
  position:relative;
  /* IE haslayout */
  height:1%; 
  /* obey floats */
  overflow:auto; 
}

.sub_top_a {
    margin:0;
    padding:0;
	background: url('/images/submenu_top_01.gif') no-repeat bottom;
	width:151px;
	height:7px;
}

.sub_bottom_a {
	background: url('/images/submenu_bottom_01.gif') no-repeat;
	width:151px;
	height:7px;
}

.sub_top_b {
	background: url('/images/submenu_top_02.gif') no-repeat bottom;
	width:220px;
	height:7px;
}

.sub_bottom_b {
	background: url('/images/submenu_bottom_02.gif') no-repeat;
	width:220px;
	height:7px;
}

.sub_top_c {
	background: url('/images/submenu_top_03.gif') no-repeat bottom;
	width:185px;
	height:7px;
}

.sub_bottom_c {
	background: url('/images/submenu_bottom_03.gif') no-repeat;
	width:185px;
	height:7px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
