.ddmx {
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
img {
	border:none;
}
#nav {
	width:900px;
	background:#f7f7f7 url(../images/dot.jpg) repeat-x bottom;
	border-top:3px solid #f7f7f7;
	padding-bottom:1px;
	/*border-bottom:1px dotted #333;*/
}

/*****************first level items*************/
/*general*/
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	border-right:none; 
	padding:8px 12px 10px 12px; 
	text-decoration:none; 
	font-weight:bold;
	font-size:14px;
	color:#333;
	display:block;
    position: relative;
	background:#f7f7f7 url(../images/vertical_dot.jpg) repeat-y right;
	padding-right:1px;
	border-color:#333333;
}
/*****************end first level items*************/
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 6px 0 6px 0;
	/*width:188px;*/
	width:220px;
    color: #666;
	font-size:12px;
    font-weight: bold;
    text-decoration: none;
	border-bottom:1px solid #676767;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-collapse:collapse;
}
.ddmx .item2 {
    background: #fff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #e0e0e0;
}
.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;
}
.ddmx .section {
    border: 1px solid #666;
	border-collapse:collapse;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	margin-left:5px;
	padding:0;
	margin-top:0 !important;
	margin-top:-2px;
	background:#FFF;
}

.linkPad {
	margin-left:8px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */