.ddm1 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	text-decoration: none;
	display: block;
	position: relative;
	width:90px;
	height:10px;
	text-align:center;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
/*above = main cell information*/
	
	
}
.ddm1 .item1 {
    /*background: #0EA138;*/
    color:#000000;}
	
/*above = main cell text colour*/
	
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    /*background: #FF6600;*/
    color:#000066;
}

/*above = main cell text over*/

.ddm1 .item2,
.ddm1 .item2:hover {
	padding: 3px 8px 4px 8px;
	text-decoration: none;
	display: block;
	width:160px;
	white-space: nowrap;
	color: #CCCCCC;
}

/*above = sub menu text colour over*/

.ddm1 .item2 {
	color: #000066;
	background-color: #CCCCCC;
}

/*above = sub menu cell colour and text*/

.ddm1 .item2:hover {
    
    color:#0066CC;
}

/*above = sub menu text colour over*/

.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	background-color:#CCCCCC;
	margin-top: 3px;
	
}

/*above = sub menu main cell colour*/

.ddm1 .left, .ddm1 .left:hover { }
.ddm1 .right, .ddm1 .right:hover { }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
