@charset "UTF-8";

/** 
 * LWIS Celebrity CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera9+, Firefox2+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2009 Live Web Institute. All Rights Reserved.
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 */


ul.dropdown {
}

	ul.dropdown li {
            padding: 0px;
            background-color: transparent;
            color: #000;
            width: 158px;
            text-align: center;
	}

	ul.dropdown li.last ul li {
            float: right;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {

	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ 
            display: block;
            padding: 0px;
            padding-top: 8px;
            padding-bottom: 8px;
            font-size: 15px;
            color: #000000;
            font-weight: 100;
        }
	ul.dropdown .selected a, 
	ul.dropdown a:hover{ 
            text-decoration: none;
            background-color: #f9af4c;
        }
	ul.dropdown a:active{}


	/* -- level mark -- */

	ul.dropdown ul {
            background-color: #f9af4c;
            padding: 10px 35px;
	}

	* html ul.dropdown ul {
            width: 950px;
	}

		ul.dropdown ul li {
                    background-image: url("../../../../img/menu_item_bg.png");
                    background-repeat: no-repeat;
                    background-position: 0px 11px;
/*                    width: 100%;*/
                    width: auto;
                    min-width: 240px;
                    text-align: left;
                    padding-left: 15px;
		}
                
		ul.dropdown ul li a{
                    font-size: 17px;
		}
                ul.dropdown ul li.selected a,
		ul.dropdown ul li a:hover{
                    font-weight: 700;
                    text-decoration: underline;
		}

		/* -- level mark -- */

		ul.dropdown ul ul {
                    margin-top: 5px;
                    text-transform: none;
		}

			ul.dropdown ul ul li {
                            font-weight: normal;
			}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 */


ul.dropdown *.dir {
 
}

ul.dropdown ul *.dir {
 background-image: none;
}