/*__BASIC ELEMENTS__*/

div.verticalscroll {
    overflow: auto; /* For browsers that can't do overflow-y */
    overflow-y: scroll; /* Controls overflow on the y-axis */
}

a
{
    color : #ffffff;
    text-decoration: none;
}
a:visited
{ 
    color : #ffffff;
    text-decoration: none; 
}

a:hover, a:visited:hover
{
    color : ff0000
    text-decoration : none; 
}

/*__END OF BASIC ELEMENTS__*/


/* menu*/
.menu-main, a.menu-main
{
    font-family : Arial;
    font-size : 10px;
    color : #ffffff;
}
a.menu-main:visited
{
    color : #ffffff;
}
a.menu-main:hover, a.menu-main:visited:hover
{
    color : #ff0000;
    text-decoration: none;
}
#scroll 
{ 
position:absolute; 
top:0; 
bottom:-0.1px; 
width:1em; 
z-index:-1; 
}