/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div
{
	/*topmost and sub DIVs, respectively*/
	margin: -3px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #ACCFFC;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle ul
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	border: 0px none;
}

.ddsubmenustyle li a
{
	display: block;
	width: 180px; /*width of menu (not including side paddings)*/
	color: #605D57;
	background-color: #fff;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px dotted #ACCFFC;
	font-weight: bold;
}

* html .ddsubmenustyle li
{
	/*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
	background-color: #fff0bf;
	color: #E97D13;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer
{
	/*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0px;
}

.rightarrowpointer
{
	/*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 175px;
	border: 0px;
	/*width: 12px !important;
	height: 12px !important;*/
}

.ddiframeshim
{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0px;
	width: 0px;
	height: 0px;
	display: block;
}

.ddsubmenustyle li td a
{
	border-bottom: none;
}

.ddsubmenustyle li td{border-bottom:solid 1px #ACCFFC;color:#CCC;padding:1px 0}
.ddsubmenustyle li td.sub2{width:550px;display:block}
.ddsubmenustyle li td.sub2 .viewall{background:url(../img/arrow-continue.jpg) no-repeat center left;padding-left:10px;text-decoration:underline;margin-left:5px}

.ddsubmenustyle li td.sub2 a
{
	display:inline-block;
	color:#039;
	font-weight:normal;
	width:auto;
}

.ddsubmenustyle li td a:hover
{
	background-color: #fff;
	text-decoration:underline;
	color: #E97D13;
}