@charset "UTF-8";

/** 
 * MTV.com CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		MTV
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, 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
 *
 */

@import "helper.css";



/*------------------------------------------------------------------------------------------------------/
	@section	Base Drop-Down Styling  */



	/* ALL LEVELS (incl. first) */

	ul.dropdown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}

		ul.dropdown li {

		}

		/* Links */

		ul.dropdown a:link,
		ul.dropdown a:visited {
	color: #3D4631;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	;
	font-weight: bold;
	font-size: 13px;
	text-shadow: #ccc 0px 0px 0px;
}
		ul.dropdown a:hover {
	-webkit-border-radius: 12px;
	border-radius: 4px;
	background-color: #A8CE43;
	color: #FFF;
	-moz-border-radius: 1px;
		}

		ul.dropdown a:active {
	color: #FFF;
	background-color: #333;
		}


		/* NON-FIRST LEVEL */

		ul.dropdown ul {
	width: 207px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
		}

			ul.dropdown ul li {
	background-color: #A8CE43;
	background-image: url(../images/link_bg.jpg);
			}
