/*CSS Menu*/

a.button {
   display: -moz-inline-stack;
   display: inline-block;
   width: 221px;
   height: 38px;
   background: url("http://dabuttonfactory.com/b.gif?t=RESEARCH%20TOPICS&f=Calibri-Bold&ts=24&tc=ffffff00&tshs=1&tshc=22222200&it=gif&c=5&bgt=gradient&bgc=223388&ebgc=4477cc&hp=20&vp=11") no-repeat;
   line-height: 38px;
   vertical-align: text-middle;
   text-align: center;
   color: #ffffff;
   font-family: Calibri;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-shadow: #222222 1px 1px 0;
}
a.button > span {
   display: -moz-inline-block;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: center;

width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#current a:link 
{
background-color: #fff;
color: #fff;
}
#current a:visited 
{
background-color: #fff;
color: #fff;
}