/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single SmartMenu server control per page     */
/*    the CSS files' name is used as a class and is prefixed to all of      */
/*    the selectors (without the path or extension).                        */
/*                                                                          */
/*    The server control will automatically wrap the entire SmartMenu       */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    Only the base ASCII character set is supported.                       */
/*                                                                          */
/*    Also, spaces and periods before the extension will be converted       */
/*    into underscores, as these are not permitted within the selector.     */
/*                                                                          */
/*    Menu purple = #802991 rgb (128,41,145)                                */
/*    Menu red = #c9252a						    */
ul.egNav_SmartMenu1 
{
    Padding-top:10px;
    margin-left:0px;
    padding-left:10px;
    width:150px;
    list-style-type:none;
    list-style-position:inside;
    line-height:16px;
}
.egNav_SmartMenu1 .egMenuLevel_0 a:visited  
{
    height:16px;
    line-height:16px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    text-decoration:none;
    color:rgb(128, 41, 145);
}
.egNav_SmartMenu1 .egMenuLevel_0 a:link  
{
    height:16px;
    line-height:16px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    text-decoration:none;
    color:rgb(128, 41, 145);
}
.egNav_SmartMenu1 .egMenuLevel_0 a:hover  
{
    height:16px;
    line-height:16px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    text-decoration:none;
    color:#333333;
}
li.egSelected  
{
    font-weight:bold;
}

