/*                                                                          */
/* 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_SmartMenuLangMenu 
{
	margin:0 0 30px 0;
	list-style: none;
	padding-left: 0;
	width:152px;
	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;
    border-bottom: 1px solid #333333;
}
.egNav_SmartMenuLangMenu .egMenuLevel_0 a:visited  
{
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#333333;
}
.egNav_SmartMenuLangMenu .egMenuLevel_0 a:link  
{
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
    color:#333333;
}
.egNav_SmartMenuLangMenu .egMenuLevel_0 a:hover  
{
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    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:bold;
}

