
/* The two values below MUST be the same */

.dropdown dd {
	width:130px; 
}
.dropdown ul {
	width:130px; 
}

/* The value below MUST be 10 less than above value */

.dropdown a, .dropdown a:active, .dropdown a:visited {
	width:120px;
}
