/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:12px;
	margin: 0 0 0 5px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #000;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li {
padding: 0;
margin: 5px;
}

.ddsubmenustyle li a:link, .ddsubmenustyle li a:visited, .ddsubmenustyle li a:active{
	display: block;
	width: 174px; /*width of menu (not including side paddings)*/
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	padding: 3px;
	margin: 0;
	font-weight: normal;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background-color: #d35f95;
	color: #FFF;
	text-decoration:none;
}



/* ######### 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;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
float: left;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	background-color: #000;
	overflow: hidden;
	height: 37px;
	width: 660px;
	
}

.mattblackmenu ul li{
display: inline;
margin: 0;
background: none;
	float: left;
	margin: 0;
	padding-right: .3em ;
	padding-left: .3em ;
	margin-top: 8px;
	padding-top: 2px;
	color: #FFF;
	font-weight: bold;
	height: 20px;

}

.mattblackmenu ul li a:link{
  color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.mattblackmenu ul li a:visited{
color: #FFF;
text-decoration:none;
font-weight: bold;
}

.mattblackmenu ul li a:hover{
color: #FFF;
text-decoration:none;
font-weight: bold;
}

.mattblackmenu a.selected{
color: #FFF;
font-weight: bold;
text-decoration:none; /*background of tab with "selected" class assigned to its LI */
}



.navHome, .navHome:visited, .navHome:active{
	padding: 3px 10px;
}
.navHome:hover{
	background-image:url(images/dworks_menu_home.gif);
	background-position:top left;
	background-repeat:repeat-x;
}