
a.menu:link
{
text-decoration:none;
color:add8e6;
background-image: url(bgstar.gif);
font-weight : bold;
font-size : medium;
width: 150px;
display:block;
}

a.menu:active
{
text-decoration:none;
color:add8e6;
background: burlywood;
font-weight:bold;
font-size : medium;
width: 150px;
display:block;
}

a.menu:visited
{
text-decoration:none;
color:add8e6;
background:black;
font-weight:bold;
font-size : medium;
width: 150px;
display:block;
}

a.menu:hover
{
text-decoration:none;
color:add8e6;
font-weight:bold;
font-size : medium;
width: 150px;
background: brown;
display:block;
}

.navigationBorder
{
background-image: url(bgstar.gif);
border-style:solid;
border-color: burlywood;
border-width:5px;
width:150px;
 }


a.menu2:link
{
text-decoration:none;
color:add8e6;
background-image: url(bgstar.gif);
font-weight : bold;
font-size : small;
width: 150px;
display:block;
}

a.menu2:active
{
text-decoration:none;
color:add8e6;
background: burlywood;
font-weight:bold;
font-size : small;
width: 150px;
display:block;
}

a.menu2:visited
{
text-decoration:none;
color:add8e6;
background:black;
font-weight:bold;
font-size : small;
width: 150px;
display:block;
}

a.menu2:hover
{
text-decoration:none;
color:add8e6;
font-weight:bold;
font-size : small;
width: 150px;
background: brown;
display:block;
}

.navigationBorder
{
background-image: url(bgstar.gif);
border-style:solid;
border-color: burlywood;
border-width:5px;
width:150px;
 }


