/* Styles for body, links, fonts*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited{
	color: #000066;
	text-decoration: none;
}
a:hover{
	color: #000066;
	text-decoration: underline;
}


/* Styles for left-hand nav*/

.ddmx a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.ddmx a.item1
{
	color: #CC0000;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 23px;
	padding-right: 3px;
	width: 173px;
	background-color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #A6A693;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    position: relative;
}
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover   {
	color: #CC0000;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 23px;
	padding-right: 3px;
	width: 173px;
	background-color: #EDEDDB;
	background-image: url(images/arrow.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #A6A693;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    position: relative;
	text-decoration: none;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #ECECEC;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #FFFFFF;
    background: #6686A2
}
.ddmx .section {
    border: 1px solid #A6A693;
	background: #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #A6A693;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */