/* 
    Document   : context
    Created on : 04.09.2012, 12:25:46
    Author     : Cyril
    Description:
        Purpose of the stylesheet follows.
*/

.cmenu {margin: 0; padding: 0.3em; list-style-type: none;
    background-color: white;}
.cmenu li:hover {}
.cmenu hr {border: 0; border-bottom: 1px solid grey;
    margin: 3px 0px 3px 0px; width: 10em;}
.cmenu a {border: 0 !important;}
.cmenu a:hover {text-decoration: underline !important;}
.cmenu .topSep {font-size: 90%; border-top: 1px solid gray;
    margin-top: 0.3em; padding-top: 0.3em;}
