/* Dynamic drop-down CSS stuff.*/

#menu_container{
	background-color: #737373;
	margin-top: 50px;
	padding-left: 100px;
}
#menu1{
/*	background-color: #697e91;
	border-left: 6px solid #ff6633;
	border-right: 6px solid #ff6633;
	margin: 3px 20px 3px 20px;
*/
}

#menu1 a{
	font-size: 8pt;
	color: white;
	background: url(/images/arrow.gif) center left no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#menu1 a:hover{
	text-decoration: underline;
}

#menu1 td{
	border-right: white 1px solid;
	padding: 2px 5px 2px 5px;
}	

#menu1 td.first{
	border-left: white 1px solid;
}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    text-decoration: none;
    display: block;
    position: relative;
	padding-left: 7px;
	margin-left: 5px;
	padding-right: 5px;
}

.ddm1 .item1 {
    color: #ffffff;
    font-weight: bold;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;
}
.ddm1 .item2{
    padding: 3px 8px 4px 8px;
    display: block;
    white-space: nowrap;
    color: #ffffff;
}

.ddm1 .item2:hover,
.ddm1 .item2 a:hover{
    text-decoration: underline;
}

.ddm1 .section {
    border: 1px #003366;
	background-color: #737373;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	margin-top: 4px;
}

.ddm1 .section:hover{
/*   background: #b97b76; */
}

.ddm1 .left, .ddm1 .left:hover {
  border-style: none; 
}

.ddm1 .right, .ddm1 .right:hover {

}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
