.header {
	color : #ffffff;
	font-family : sans-serif;
	font-size : 16px;
	font-style : italic;
	font-weight : bold;
	text-decoration : none;
}
.subhead {
	color : #CC0000;
	font-family : Times New Roman, Times, serif;
	font-size : 30px;
	font-style : italic;
	font-weight : bold;
	text-decoration : none;
}
.bodybg {
	background-image : url("../assets/body_bg.gif");
	background-repeat : no-repeat;
	background-position : top;
}
.mainbg {
	background-image : url("../assets/bg.gif");
	background-repeat : repeat-x;
	background-position : top;
}
.body {
	color : #000000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : none;
	text-decoration : none;
}
.menu {
	color : #ffffff;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-decoration : none;
}
A:link.menu {
	color : #ffffff;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-decoration : none;
}
A:active.menu {
	color : #ffffff;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-decoration : none;
}
A:hover.menu {
	color : #FFCC66;
	font-family : sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-decoration : none;
}
.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 4px 4px 4px;
    border: 1px #333333;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #333333;
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: url("../assets/btn_bg.gif") no-repeat center;
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	text-align: left;
}
.ddm1 .item2 {
    color: #000000;
}
.ddm1 .item2:hover {
	background-color: #72642F;
	color: #ffffff;
}
.ddm1 .section {
	background-image : url("../assets/body_bg.gif");
	background-repeat : no-repeat;
	background-position : top;
    background-color: #ffffff;
    border: 1px #333333;
    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 */