#theMenu {
	width: 130px;
}

/* Some list and link styling */
ul#theMenu li {
	width: 130px;
}

ul#theMenu ul li {
	width: 130px;
}

/* For the xtra menu */
ul#theMenu ul ul li {
	width: 130px;
}

/* Header links styling */
span.head a {
	color: #333;
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-image: url(images/down.gif);
}

span.head a:hover {
	color: #000;
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-image: url(images/down.gif);
}

span.selected a {
	color: #fff;
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-image: url(images/up.gif);
}

span.selected a:hover {
	color: #36a;
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-image: url(images/up.gif);
}