@charset "utf-8";
/* CSS Document */

.menu-bg
{
background-image:url(../images/menu-bg.png);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.menulink
{
text-decoration:none;
color:#666666;
}

.menulink:hover
{
text-decoration:underline;
color:#666666;
}

img
{
border: 0px;
}

.left
{
background-image:url(../images/left.png);
background-repeat:repeat-y;
}

.right
{
background-image:url(../images/right.png);
background-repeat:repeat-y;
}
