/*                                                                          */
/* 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_SmartMenuMainMenu 
{
	margin:0 0 30px 0;
	list-style: none;
	padding-left: 0;
	color: red; /*rgb(255, 255, 255); /* default text color */
    width: 152px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 11px;
    font-family:Verdana;
    border-bottom: 1px solid #333333;
}

.egNav_SmartMenuMainMenu .egNoLink  
{

    line-height:20px;
    display: block;
    list-style:none;
    padding: 0px 0px;
    padding-left: 10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#333333;
}
.egNav_SmartMenuMainMenu .egNoLink:hover  
{

    line-height:20px;
    display: block;
    padding: 0px 0px;
    list-style:none;
    padding-left: 10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:white;
    background: rgb(128, 41, 145);
}
.egNav_SmartMenuMainMenu .egDrop ul
{
    list-style:none;
    list-style-position:inside;
    display:none;
    margin:0;
    padding:0px;
}  
.egNav_SmartMenuMainMenu .egDrop:hover ul
{
    list-style:none;
    display:block;
    list-style-position:inside;
        margin:0;
        padding:0;
} 
.egNav_SmartMenuMainMenu .egMenuLevel_0 a:visited 
{

    white-space:nowrap;
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    padding-left: 10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#333333;
}
.egNav_SmartMenuMainMenu .egMenuLevel_0 a:link   
{
    white-space:nowrap;
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    padding-left: 10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#333333;
}
.egNav_SmartMenuMainMenu .egMenuLevel_0 a:hover  
{
    height:20px;
    line-height:20px;
    display: block;

    padding: 0px 0px;
    padding-left: 10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#ffffff;
    background: rgb(128, 41, 145);
}
.egNav_SmartMenuMainMenu .egMenuLevel_1 a:visited  
{

    height:20px;
    line-height:20px;
    display:block;
    padding: 0px 0px;
    margin-left:-10px;
    padding-left:10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#333333;
    background-color:#eeeeee;
} 
.egNav_SmartMenuMainMenu .egMenuLevel_1 a:link 
{

    white-space:nowrap;
    word-spacing:-1px;
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    margin-left:-10px;
    padding-left:10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#333333;
    background-color:#eeeeee;
}
.egNav_SmartMenuMainMenu .egMenuLevel_1 a:hover
{

    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    margin-left:-10px;
    padding-left:10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#ffffff;
    background: rgb(128, 41, 145);
}

li.egSelected  
{
    font-weight:normal !important;
}

