@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
 */

    a{padding: 7px 0px 8px 0px;}
	ul.dropdown {font-weight: bold;}
	.main a.destiny{padding: 7px 20px 10px; display:block; color:#00b4ff; text-decoration:none;}
	.main a.destiny:hover{background:url(../images/menu-bg.jpg) repeat-x; color:#000;} 
	ul.dropdown li ul li{ border-style: solid; border-width: 1px 1px 1px 1px; border-color: #fff #000 #d9d9d9 #000; background-color: #f9f9f9; color: #000;}
	ul.dropdown li ul li.last{ border-bottom: 1px solid #000;}

	ul.dropdown li.hover { display:block;  background-color: none !important; color: #000;} 
	ul.dropdown li.main:hover { display:block;  background-color: none !important; color: #000;} 
	ul.dropdown li.hover,
	ul.dropdown li:hover { display:block;  color: #000;} 
	ul.dropdown a:link,
	ul.dropdown a:visited	{ display:block; color: #00b4ff; text-decoration: none; }
	ul.dropdown a:hover	{ display:block;  color: #000; }
	ul.dropdown a:active	{ display:block;  color: #00b4ff; }


	/* -- level mark -- */

	ul.dropdown ul { width: 190px; margin-top: 1px;}

	ul.dropdown ul li {font-weight: normal; width: 190px; margin-right:0;}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {padding-right: 15px; background-position: 100% 50%; background-repeat: no-repeat;}
/* -- Components override -- */

ul.dropdown-horizontal ul *.dir { padding-right: 0px;  background-position: 100% 50%; background-repeat: no-repeat;}

ul.dropdown-upward *.dir { }

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir { }

ul.dropdown-vertical-rtl *.dir { padding-right: 10px; padding-left: 15px;  background-position: 0 50%;}
