.nav
{
	background-color: black;
	width: 970px;
	height: 49px;
	margin-top: 112px;
	position: absolute;
	padding-left: 10px; 
	z-index: 99;
}
.ddsmoothmenu{
	font: 20px Arial;
	width: 965px;
	height: 49px;
	position: absolute; 
	z-index: 100;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
background: #000000;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #000000;
color: white;
margin-top: 17px;
padding: 0px 22px 7px 23px;
text-align:center;
border: 0px;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
z-index: 100;
}

.ddsmoothmenu ul li a:hover{
	background: black; /*background of menu items during onmouseover (hover state)*/
	color: #a9a9a9;
	z-index: 100;
	
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
z-index: 100;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: 16px Arial;
width: 100px; /*width of sub menus*/
padding: 3px;
margin: 0px;
border-top-width: 0px;
border-bottom: 1px solid gray;
z-index: 100;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 500;
height: 10;
background: silver;
}



/* ######### CSS for perth web design footer  ######### */
i {
	color:#666;
	font-size:0.6em;
	text-decoration:none;
	font-style: normal;
	font-variant: normal;
}
i a {
	color:#666;
	text-decoration:none;
	
}
a span {
	display: none;
}
a:hover span {
	display: block;
	position: absolute;
	width: 180px;
	z-index: 10;
	color: #999;
	font-size:0.85em;
	text-decoration:none;
	text-decoration: none;
	right: 130px;
}

.pwdlogo {
position:absolute;
	left:820px;
	top:30px;
	width:132px;
	z-index:1;
}
