.menu2 {
text-align:center;
font-size:x-small;
border: #336 2px solid;
margin:5px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
position:relative;
z-index:500;
padding:0;
list-style-type:none;
}
/* style the list items */
.menu2 li {
margin: 5px;
display:inline;
line-height: 2em;
}

/* style the links */
.menu2 a, .menu a:visited {
text-decoration:none;
color:#336; 
}

.menu2 a:hover {
	text-decoration:underline overline;
	color:#fff; 
	background:#336;
	}

.menu2 li:hover {
	position:relative;
	}

/* For accessibility of the top level menu when tabbing */
.menu2 a:active, .menu a:focus {color:#336; background:#fff;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu2 li:hover > a {
	color:#336; 
	background:#fff;
	}
 