@charset "UTF-8";

/** 
 * Flickr Ultimate Linear CSS Drop-Down Menu Theme
 *
 * @file		default.ultimate.linear.css
 * @name		Flickr
 * @version		beta
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "default.ultimate.css";


ul.cwMenu {
 width: 100%;
}

	ul.cwMenu li.divider {
	 border: none;
	}

	ul.cwMenu ul {
	 width: 100%;
	 margin-top: -1px;
	 padding: 3px 0;
	}

	* html ul.cwMenu ul {
	 margin-top: 0;
	 width: 760px;
	}

		ul.cwMenu ul li {
		 background: url(images/pattern2.png) 100% 0 repeat-y;
		}

		ul.cwMenu ul li.last {
		 background: none;
		}

		ul.cwMenu ul a {
		 padding: 4px 6px !important;
		}



ul.cwMenu ul *.dir,
ul.cwMenu ul a.dir:hover {
 padding-right: 0;
 background: none !important;
}

ul.cwMenu ul span.dir {
 display: none; /* to-do: consider moving to abstract */
}