/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 1px solid black;
visibility: hidden;
z-index: 100;

background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;
 text-align:center;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{

	width:142px;
	height:35px;
	float:left;
	color:#fff;
	overflow:hidden;
		padding-top:15px;
	font-family:"Lucida Grande", arial, sans-serif;

border-bottom: 1px solid #006699;

}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}


/*Menu Color Classes*/
.ddsubmenustyle li a .green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.ddsubmenustyle li a .yellow{background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.ddsubmenustyle li a .red{background:#D52100 url('images/red-item-bg.jpg') top left no-repeat;}
.ddsubmenustyle li a .purple{background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat;}
.ddsubmenustyle li a .blue{background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;}



/* ######### contact ul CSS  ######### */

.ddsubmenustyle_contact, .ddsubmenustyle_contact div{ /*topmost and sub DIVs, respectively*/
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_contact ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

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

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

.ddsubmenustyle_contact li a:hover{
background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
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;
}

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