/*                                                                          */
/* 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.     */
/*    vision menu red = #c9252a  rgb(201,37,42)                             */
/*    vision menu purple = #802991 rbg(128,41,145)                          */
/*                                                                          */

ul.egNav_SmartMenuSubscribe 
{
	margin:0 0 30px 0;
	list-style: none;
	padding-left: 0;
	width:152px;
    width: 152px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 13px;
    background-color:transparent;
}
.egNav_SmartMenuSubscribe .egMenuLevel_0 a:visited  
{
    font-weight:bold;
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    text-decoration:none;
    background-color:transparent;
    color: rgb(128, 41, 145);     /*: rgb(128, 41, 145); link text color */

}
.egNav_SmartMenuSubscribe .egMenuLevel_0 a:link  
{
    font-weight:bold;
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    text-decoration:none;
    background-color:transparent;
    color: rgb(128, 41, 145);     /*: rgb(128, 41, 145); link text color */

}
.egNav_SmartMenuSubscribe .egMenuLevel_0 a:hover  
{
    font-weight:bold;
    height:20px;
    line-height:20px;
    display: block;
    padding: 0px 0px;
    background-position:0px 5px;
    padding-left: 10px;
    text-decoration:none;
    color:#ffffff;
    background: rgb(128, 41, 145);
}
li.egSelected  
{
    font-weight:bold;
}


