#pageWrapper {
	
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background:#9E070E;
	color: white;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
color: white;
border-bottom: 1px solid #600;
border-right: 1px solid #600;
}


.ddshadow{ /*shadow for NON CSS3 capable browsers*/
background: #600;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #600; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: #600; /*background of menu items during onmouseover (hover state)*/
color: white;
}


h2 {
	color:#9E070E;
}


#layLeftMenu #contentWrapper {
	background-image:URL(contentBackground.jpg)
}



