#nav{z-index: 1000;}

#nav ul, #nav ul ul{ /* all lists */
padding: 0;margin: 0;list-style: none;line-height: 1;height: 40px;font-family: arial, helvetica, serif;font-size:12px
}

#nav ul a {display: block;width: 7.6em;	color:#fff;height:40px;	text-decoration:none;border-right: 1px solid #fff;}

#nav ul a:hover, #nav ul a:active {background: #031e6b url(/socialsciencelawtest/media/ditsocialscienceslaw/styleassets/menu-bg-hover.jpg) repeat-x; 
border-right: 1px solid #fff;}

#nav ul li{ /* all list items */
float: left;	width: 7.6em; /* width needed or else Opera goes nuts */
background: #031e6b url(/socialsciencelawtest/media/ditsocialscienceslaw/styleassets/menu-bg.jpg) repeat-x;
height: 40px;	text-align:center;	border-right: 1px solid #fff;	color:#fff;	
}



