@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */



/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

ul.dropdown a {color:#004990;}
       
	ul.dropdown li.level1 {
	 padding: 0px 0px;
         font-size:11px;
	 color: #004990;
         text-align:center;
         background: #fdb813 url('images/back_menu_y.png') no-repeat top center;
         
	}

	ul.dropdown li.selected {
	 padding: 0px 0px;
         font-size:11px;
	 color: #004990;
         text-align:center;
         background: #fdb813 url('images/back_menu_b.png') no-repeat top center;
         
	}
ul.dropdown li.selected a {color:#fdb813;}



	ul.dropdown li.hover,
	ul.dropdown li:hover {
        width:100%;
        background: none;
	background-color:#004990;
	color:#fbd813;

	}

        ul.dropdown li.hover a, ul.dropdown li:hover a {color: #fdb813;background-color:#004990;text-decoration:none;}

        ul.dropdown li a {margin-bottom:10px;}

	

      

	/* -- level mark -- */

	#nav ul.undermenu {
	width: 150px;
	margin-top: 0px;
        background-color:#004990;
        padding:15px;
	}

        #nav ul.lastmenu {
	width: 78px;
	margin-top: -15px;
        background-color:#004990;
        padding:15px;
	}

		#nav ul.undermenu li, #nav ul.lastmenu li {
                text-align:left;
		font-weight: normal;
                line-height:20px;
		}

#nav li ul.undermenu li a:link,#nav li ul.undermenu li a:visited,#nav li ul.lastmenu li a:link, #nav li ul.lastmenu li a:visited {color: #fdb813; text-decoration:none;}
#nav li ul.undermenu li a:hover, #nav li ul.lastmenu li a:hover, #nav li ul.undermenu li a:active, #nav li ul.last li a:active {color: #fdb813; text-decoration:none;}

#nav a {text-decoration:none;}



