div#nav ul {
  font-size: 12px;
  color: #b3b3b3;
}

div#nav ul a {
  color: #b3b3b3;
}

div#nav ul li ul a {
  color: #000;
}

div#nav ul a:hover {
  color: #FFF;
}

div#nav ul li ul a:hover {
  color: #000;
  text-decoration: none;
}

div#nav ul li {
	width: 83px;
	padding: 70px 0 20px 0;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	line-height: 14px;
	float: left;
}

div#nav ul li:hover {
  cursor: pointer;
}

li.home {
	background: url(/img/home.gif);
}

li.security {
	background: url(/img/security.gif);
}

li.projects {
	background: url(/img/projects.gif);
}

li.careers {
	background: url(/img/careers.gif);
}

li.construction {
	background: url(/img/services.gif);
}

li.news {
	background: url(/img/news.gif);
}

li.contacts {
	background: url(/img/contacts.gif);
}

div#nav ul li ul {
	width: 250px;
	text-align: left;
	background: url(/img/dropdown-grad.gif) repeat;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border: thin solid #ccc;	
}

div#nav ul li ul li {	
  padding: 2px 2px 2px 20px;
  margin: 0 0 0 0px;
  width: 228px;
	background: url(/img/bullet.gif) no-repeat 5px;
	text-align: left;
	color: #000;
	text-transform: none;
}

div#nav ul li ul li:hover {
	background-color: #FFF;
	cursor: pointer;
}