/* horizontal menu with pop-outs on the bottom and right side. 3 levels deep */

/* ---- */


#nav li { /* all list items */
	float: left;
}

/* style the links for the first level */
#nav a, #nav a:visited {
	text-align:center;
	width:130px;
}

#nav ul a, #nav ul a:visited {
	font-size:12px;
}