td.border-right {border-right: 1px solid #FFF; }

.ddm1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	padding: 5px 23px 6px 23px;
	text-decoration: none;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0E1E37;
	border-right-color: #0E1E37;
	border-bottom-color: #0E1E37;
	border-left-color: #0E1E37;
}
.ddm1 .item1 {
	color: #ffffff;
	background-color: #0E1E37; /*main bg colour*/
}

.item1:visited  {color: #ffffff;} /* Brad Fix  */

.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	color: #ffffff;
	background-image: url(Images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2  {
    background: #EAEAEA;
    color: #000000;
}

.item2:visited  { color: #000000; } /* Brad Fix  */


.ddm1 .item2:hover {
    background: #CCCCCC;
    color: #000000;
}


.ddm1 .section {
    border: 1px #000000;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

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