
/*1st sub level menu*/
.ddsmoothmenu ul#nav li ul{
        position: absolute;
        background: #fff url('img/subnav-bg.jpg') 0 0 repeat-x;
        left: 0;
        display: none; /*collapse all sub menus to begin with*/
        visibility: hidden;
        font-size:12px;
        color:#333;
        margin:0;padding:0;
        }


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul#nav li ul li{
        display: list-item;
        float: none;
        margin:0;padding: 0;
        }
/* Sub level menu links style */
.ddsmoothmenu ul#nav li ul li a{
        color:#333;
        width: 130px; /*width of sub menus*/
        padding: 10px 15px 10px 20px;
        margin: 0;
        text-indent:0 !important;
        text-align:left;
        height:auto;
	float: none !important;
        }

.ddsmoothmenu ul#nav li ul li a:hover{
        color: white !important;
	background: #2F3A5C !important;
	font-weight: bold;
        }

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

.ddsmoothmenu ul#nav li {
	position: relative;
	list-style-type: none;
}


