#navstyle
{
padding: 0px 0px 0px 0px;
margin: 0px auto;
text-align: center;
width: 15em;
position: relative;
background-color:
}

#navstyle ul
{ /* all lists */
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
list-style: none;
width: 15em;
text-align: center;
position: relative;
}
#navstyle li
{ /* all list items */
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
line-height : 1.5em;
text-align: center;
width: 15em;
border: 0px solid black;
vertical-align: bottom;
}

#navstyle li a
{
padding: 3px 0px;
margin: 0px 0px 0px 0px;
color: #ffcc00;
font-weight: 500;
text-decoration: none;
background-color: #3366ff;
background-image: url(images/buttonbg1.jpg);
background-repeat: repeat-x;
background-position: 0px 0px;
font-family: arial, sans-serif;
font-size: 1.1em;
font-weight: 600;
text-align: center;
list-style: none;
line-height : 1.3em;
width: 100%;
display : block;
}


#navstyle li ul
{ /* all lists */
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
list-style: none;
width: 15em;
text-align: center;
position: relative;
border-top: 2px solid #ffcc00;
border-bottom: 2px solid #ffcc00;
}












#navstyle li a:active, #navstyle li a:focus, #navstyle li a:hover
{
background-image: url(images/buttonbg2.jpg);
background-repeat: repeat-x;
background-position: 0px 0px;
color: #000099;
}


