/*
A3C3FE
E5EBE7

*/

#menu1.ddmx {
  font-size: 75%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	/* width: 135px; */
}

.ddmx#menu1 div {
	border-bottom: 1px solid #ddd;
}
.ddmx#menu1 div.sideTitle,
.ddmx#menu1 div.section {
	border: none;
}
.ddmx#menu1 div.sideTitle,
.ddmx#menu1 div.sideTitle {
	/* width: 135px; */
}

/* Main Menu Item */
#menu1.ddmx a.item1 {
	padding: 5px 5px;
	/* border-bottom: 1px solid #ddd; */
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

/* Main Menu Item Hover */
#menu1.ddmx a.item1:hover,
#menu1.ddmx a.item1-active,
#menu1.ddmx a.item1-active:hover {
	/* padding: 3px 10px 3px 10px; */
	/* border-bottom: 1px solid #ddd; */
	font-size: 100%;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
/* Sub Menu Item */
#menu1.ddmx a.item2,
#menu1.ddmx a.item2:hover,
#menu1.ddmx a.item2-active,
#menu1.ddmx a.item2-active:hover {
	background: #8d9397;
	padding: 5px 5px;
	font-size: 100%;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
	z-index: 500;
	width: 160px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* Sub Menu Item Hover on Main Menu Item */
#menu1.ddmx a.item2 {
	background: #8d9397;
	color: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 160px;
}
/* Sub Menu Items Hover */
#menu1.ddmx a.item2:hover,
#menu1.ddmx a.item2-active,
#menu1.ddmx a.item2-active:hover {
	background: #8d9397;
	color: #ccc;
	width: 160px;
}
#menu1.ddmx a.arrow {
    padding: 5px 5px;
}

#menu1.ddmx a.arrow:hover {
	padding: 5px 5px;
	/* color: #0066AC; */
}
#menu1.ddmx a.item2 img,
#menu1.ddmx a.item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
}







#menu .subItem3 
, #menu .subItem3 a:link 
, #menu .subItem3 a:visited {
	display: block;
	padding: 0px 0px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	line-height: 19px;
	cursor: pointer;
}

#menu .subItem3Off 
, #menu .subItem3Off a:link 
, #menu .subItem3Off a:visited {
	display: block;
	background: #ccc;
	background-image: url(template-img/status-off.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
	color: #ececec;
	line-height: 19px;
	cursor: pointer;
}

#menu .subItem4 
, #menu .subItem4 a:link 
, #menu .subItem4 a:visited {
	display: block;
	padding: 0px 0px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
	color: #144D8D;
	line-height: 19px;
	cursor: pointer;
}

#menu .subItem4Off 
, #menu .subItem4Off a:link 
, #menu .subItem4Off a:visited {
	display: block;
	background: #ccc;
	background-image: url(template-img/status-off.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
	color: #ececec;
	line-height: 19px;
	cursor: pointer;
}











.ddmx .section {
	border: 0px solid #b8b4ae; /* This MUST be border: not border-bottom or border-top etc */
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
	border-bottom: 1px solid #000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */