@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
 */

#nav {
	left: -1px;
	padding: 0px;
}


ul.dropdown {
 font-weight: normal;
 font-size: small;
 font-family: arial, helvetica, sans-serif;
}

	ul.dropdown li {
	 
	 border-style: solid;
	 border-width: 0px 1px 1px 1px;
	 border-color: #000 #000 #000 #000;
	 background-color: #b38653;
	 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #666666;
	 color: #fff;
	}

	#topclass {
		height: 70px;
		padding: 0px;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; display:block; }
	ul.dropdown a:hover		{ color: #fff; background-color: #666666; }
	ul.dropdown a:active	{ color: #fff; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}

	/* colors */
	ul.color-browse a	/* menu at rest */
	{
		color: white;
	
		background-color: #b38653;
		background-repeat: no-repeat;
		text-decoration:none;
		padding: 1px 5px;
	}
	ul.color-news a	/* menu at rest */
		{
		background-color: #a01639;
		background-repeat: no-repeat;
		text-decoration:none;
		
		padding: 1px 5px;
		color: #fff;
	}
	ul.color-faq a	/* menu at rest */
		{
		color: white;
	
		background-color: #1b942b;
		background-repeat: no-repeat;
		text-decoration:none;
		padding: 1px 5px;
	}
	ul.color-fdclips a	/* menu at rest */
		{
		color: white;
	
		background-color: #BF5FFF;
		background-repeat: no-repeat;
		text-decoration:none;
		padding: 1px 5px;
	}
	ul.color-purchase a	/* menu at rest */
		{
		color: white;
	
		background-color: #5571b7;
		background-repeat: no-repeat;
		text-decoration:none;
		padding: 1px 5px;
	}
	
	#browseFix {
		width:220px;
	}



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


ul.dropdown *.dir {
 padding-right: 20px;
 /*background-image: url(images/nav-arrow-down.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir-browse {
 padding-right: 15px;
 background-image: url(images/nav_white.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background-color: #b38653;
}
ul.dropdown-horizontal ul *.dir-news {
 padding-right: 15px;
 background-image: url(images/nav_white.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background-color: #a01639;
}
ul.dropdown-horizontal ul *.dir-faq {
 padding-right: 15px;
 background-image: url(images/nav_white.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background-color: #1b942b;
}
ul.dropdown-horizontal ul *.dir-purchase {
 padding-right: 15px;
 background-image: url(images/nav_white.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background-color: #5571b7;
}

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav_white.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}