/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* 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: black;
color: white;
}

/* 1 **/


.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #006600;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle1 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #F0FFB3;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle1 li a:hover{
/*background-color: black;
color: #5050E2;*/
font-size:15px;
background-color: #000000;
color:#FFFF00;
}

/* 2 */


.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: red;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle2 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #CCFF00;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle2 li a:hover{
background-color: black;
color: white;
}
/* 3 */


.ddsubmenustyle3, .ddsubmenustyle3 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: red;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle3 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #CCFF00;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle3 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle3 li a:hover{
background-color: black;
color: white;
}
/* 4 */


.ddsubmenustyle4, .ddsubmenustyle4 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: red;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle4 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #CCFF00;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle4 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle4 li a:hover{
background-color: black;
color: white;
}
/* 5 */


.ddsubmenustyle5, .ddsubmenustyle5 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: red;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle5 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #E35EDA;
background-color: #EBEBEB;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
margin-top:1px;
}

* html .ddsubmenustyle5 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle5 li a:hover{
background-color: black;
color: white;
}
/* 6 */


.ddsubmenustyle6, .ddsubmenustyle6 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: red;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle6 li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: #00F;
	background-color: #FfFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #80FFFF;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

* html .ddsubmenustyle6 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle6 li a:hover{
background-color: #00F;
color: white;
}



.ddsubmenustyle7, .ddsubmenustyle7 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: red;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle7 li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: #00F;
	background-color: #FfFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #80FFFF;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

* html .ddsubmenustyle7 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle7 li a:hover{
background-color: #00F;
color: white;
}
/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items
padding-left: 0px;
background-color:#f5ffff;

border: 0;*/
/*width:0px;
height:0px;
background-color:red;*/
padding-left: 4px;
border: 0;

}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
/*background-color:#E8FFD0;*/
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* 21 **/


.ddsubmenustyle21, .ddsubmenustyle21 ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px;
	font-family: "Verdana";
	font-weight:bold;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #006600;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ddsubmenustyle21 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #F0FFB3;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle21 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle21 li a:hover{
/*background-color: black;
color: #5050E2;*/
font-size:15px;
background-color: #000000;
color:#FFFF00;
}
