/*                                                                          */
/* 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_SmartMenuBotMenu 
{
	padding-left: 0;
    font-size: 11px;
}
.egNav_SmartMenuBotMenu li
{
    list-style:none;
    display:inline;
    text-align:left;
}  
.egNav_SmartMenuBotMenu .egMenuLevel_0 a:visited  
{
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 30px;
    padding-right:30px;
    text-decoration:none;
    color:#333333;
}
.egNav_SmartMenuBotMenu .egMenuLevel_0 a:link  
{
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 30px;
    padding-right:30px;
    text-decoration:none;
    color:#333333;
}
.egNav_SmartMenuBotMenu .egMenuLevel_0 a:hover  
{
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 30px;
    padding-right:30px;
    text-decoration:none;
    color:#ffffff;
    background: rgb(128, 41, 145);
}
li.egSelected  
{
    font-weight:bold;
}

