.ddmx {
    font: 13px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,

.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 0px 0px 0px 0px;
	font: 12px arial;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #50788F;
	color: #FFFFFF;
	background: #50788F;
	
				
}
.ddmx .item2,
.ddmx .item2:hover,

.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	font: 12px arial;
	color: #50788F;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #999999;
	border-width:1px;
	border-style:solid;
	
}
.ddmx .item2 {
	background: #e5e1da;
	border-color: #FFFFFF;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #50788F;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

/* This is a comment */

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	padding: 3px 8px 4px 8px;
	background: #50788F;
	font: 12px arial;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #50788F;
	border-width:1px;
	border-style:solid;
	
}
.ddmx .item3 {
	background-color: #50788F;
	color: #FFFFFF;
	background: #50788F;
	border-color: #FFFFFF;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	background-color: #50788F;
	color: #FFFFFF;
	background: #50788F;
	border-color: #FFFFFF;
}


/* This is a comment */


.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
/* This is a comment */

.ddmx .item3 img,
.ddmx .item3-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

/* This is a comment */


.ddmx .section {
    border: none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

img {
	border:0;
	text-align: center;
} 


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

/* -------------------- [ left link menu ] -------------------- */
.leftlink
{
	margin-left: 10px;
}
.leftlink ul
{
	padding: 0;
	margin: 0 0 1.25em 0;
	list-style-type: none;
	font-weight: bold;
}
.leftlink li
{
	margin: 0 0 0.5em 0;
	display: block;
}
.leftlink a:link
{
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
}
.leftlink a:visited
{
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
.leftlink a:active
{
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
.leftlink a:hover
{
	text-decoration: none;
	color: #989898;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #DB2727;
}
