@charset "UTF-8";

/** 
 * Flickr CSS Drop-Down Menu Theme
 *
 * @file		default.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
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */

a.foot:link {
	color: #333;
	text-decoration: none;
	line-height: 22px;
}
a.foot:visited {
	line-height: 22px;
	color: #333;
	text-decoration: none;
}
a.foot:hover {
	line-height: 22px;
	color: #333;
	text-decoration: underline;
}
a.foot:active {
	line-height: 22px;
	color: #333;
	text-decoration: none;

}

ul.dropdown {
	padding-bottom: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

	ul.dropdown li {
	color: #FFF;
	padding: 4px;
	}

	ul.dropdown li.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #565656;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	color: #ffffff;
	text-decoration: underline;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #ffffff; text-decoration: none; }
	ul.dropdown a:hover		{
	color: #ffffff;
	text-decoration: none;
}
	ul.dropdown a:active	{ color: #ffffff; }


	/* -- level mark -- */

	ul.dropdown ul {
	width: 150px;
	padding: 3px 6px;
	background-color: #333;
	font-weight: normal;
	font-size: 12px;
	}

		ul.dropdown ul li {
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {


}




ul.dropdown-horizontal,
ul.dropdown-linear,
ul.dropdown-upward {
 width: 100%;
}

ul.dropdown-horizontal ul *.dir {


}

