/* Start of CMSMS style sheet 'Otar-menu' */
li.menu {
             background-image: url(gfx/knop-universal.png);
             height: 27px;
             width: 170px;
             list-style-type: none;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 12px;
             color: #339966;
             padding-left: 10px;
             padding-top: 13px;
             margin-left: -40px;
             text-transform: uppercase;
             text-align: left;
}

li.menuactive {
             background-image: url(gfx/knop-universal.png);
             height: 27px;
             width: 170px;
             list-style-type: none;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 12px;
             color: #339966;
             padding-left: 10px;
             padding-top: 13px;
             margin-left: -40px;
             text-transform: uppercase;
             text-align: left;
}

a.menu:link {
             text-decoration: none;
             color: #000000;
}

a.menu:visited {
             text-decoration: none;
             color: #000000;
}

a.menu:hover {
             text-decoration: underline;
             color: #FF6600;
}

a.menu:active {
             text-decoration: none;
             color: #000000;
}

a.menuactive:link {
             text-decoration: none;
             color: #000000;
}

a.menuactive:visited {
             text-decoration: none;
             color: #000000;
}

a.menuactive:hover {
             text-decoration: underline;
             color: #FF6600;
}

a.menuactive:active {
             text-decoration: none;
             color: #000000;
}
/* End of 'Otar-menu' */

