#topnavdd
        {
        font-size:11px;
        font-family: verdana, arial, sans-serif;
        height: 25px;
        width:100%;
        float:left;
        margin:0; padding:0; margin-top: -4px;
        background: url(../images/default/bg-menu.gif) repeat-x;
        }

#topnavdd a
        {
        height:16px;
        font-size:11px;
        text-align: center;
        display:block;
        /* border: 1px solid #999999; */
        white-space:nowrap;
        padding: 3px 14px 3px 14px;
        text-align: left;
        }

#topnavdd a, #topnavdd a:visited    /* menu at rest */
        {
        color: #fff;
        background: url(../images/default/bg-menu.gif) repeat-x;
        text-decoration:none;
		font-size:12px;
        }

#topnavdd a:hover /* menu at mouse-over  */
        {
        color: #fff;
		font-weight:900;
        background: url(../images/default/bg-menu.gif) repeat-x;
        }



#topnavdd ul
        {
        list-style:none;
        margin:0;
        padding:0;
        float:left;
        /* width of all menu boxes */
        }
		
#topnavdd ul.menurhs
        {
        list-style:none;
        margin:0;
        padding:0;
        float:right;
        /* width of all menu boxes */
        }		

#topnavdd li
        {
        position:relative;
    min-height: 1px;    /* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
        border-right: #fff solid 1px;
        height:22px; /* height of drop-down elements */
        }
#topnavdd li.menurhs
        {
        position:relative;
    min-height: 1px;    /* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
        border-left: #fff solid 1px;
        height:22px; /* height of drop-down elements */
        }


#topnavdd ul ul
        {
        position:absolute;
        z-index:500;
        top:auto;
        display:none;
        padding: 12px;
		/*border:#f50 solid 2px;*/
/*
        margin:-1em 0 0 -1em;
*/
        margin: -10px 0 0 -12px;
        }

#topnavdd ul ul ul
        {
        /*top:0;*/
        /*left:100%;*/
		/*border:#f50 solid 2px;*/
		top:-2px;
		left:180px;	
        }

div#topnavdd li:hover
        {
        cursor:pointer;
        z-index:1000;      
        }

div#topnavdd li:hover ul ul,
div#topnavdd li li:hover ul ul,
div#topnavdd li li li:hover ul ul,
div#topnavdd li li li li:hover ul ul
{display:none;}

div#topnavdd li:hover ul,
div#topnavdd li li:hover ul,
div#topnavdd li li li:hover ul,
div#topnavdd li li li li:hover ul
{display:block;}

#topnavdd ul ul {width: 180px; }
#topnavdd ul ul a { border:0;}

#topnavdd ul ul li      /* menu at rest */
        {
        border: #999 solid 1px;
        border-top:0;
        width:180px;
        }
#topnavdd ul ul ul li      /* menu at rest */
        {
        border: #999 solid 1px;
        border-top:0;
        width:180px;
        }		

#topnavdd ul ul a, #topnavdd ul ul a:visited        /* menu at rest */
        {
        color: #bc2c89;
        background: #ececed;
        text-decoration:none;
        }

#topnavdd ul ul a:hover   /* menu at mouse-over  */
        {
        color: #fff;
        background: #999999;
        }
/* End CSS Drop Down Menu */





