#centeredmenu
{
    float : left;
    width : 100%;
    background : #ffffff;
    border-bottom : 1px solid #6587d6;
    border-top : 1px solid #6587d6;
    overflow : hidden;
    position : relative;
    background-color : #9ab0e4;
}
#centeredmenu ul
{
    clear : left;
    float : left;
    list-style : none;
    margin : 0;
    padding : 0;
    position : relative;
    left : 50%;
    text-align : center;
    background-color : #9ab0e4;
}
#centeredmenu ul li
{
    display : block;
    float : left;
    list-style : none;
    margin : 0;
    padding : 0;
    position : relative;
    right : 50%;
}
#centeredmenu ul li a
{
    display : block;
    margin : 0 0 0 1px;
    padding : 3px 10px;
    background : #6587d6;
    color : #ffffff;
    text-decoration : none;
    line-height : 1.3em;
}
#centeredmenu ul li a:hover
{
    background : #ffffff;
    color : #0000ff;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover
{
    color : #ff0000;
    background : #008000;
    font-weight : bold;
}
li.boxy span
{
	position: fixed;
	top: 0;
	left: -1000px;
	background-color: white;
	color: black;
	padding: 5px;
	visibility: hidden;
	text-decoration: none;
}
li.boxy:hover span
{
	position: fixed;
	top: 25px;
	left: 175px;
	width: 350px;
	background-color: white;
	color: black;
	border: 1px solid navy;
    padding: 5px;
	text-align: left;
	font-size: smaller;
	text-decoration: none;
	visibility: visible;
	z-index: 50;
	-webkit-border-radius: 0.50em;
	-moz-border-radius: 0.50em;
	border-radius: 0.50em;
	CCborderRadius: 0.50em;
}

