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

@import "helper.css";


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


ul.dropdown {
	font-size:11px;
	text-transform: uppercase;
}

	ul.dropdown li {
    padding: 7px 0 11px 0;
	 border-style: none;
	 background-color: #0669b2;
	 background-image: url(../Images/nav-arrow.gif);
	 background-repeat: no-repeat;
	 background-position: 17px 23px;
	 color: #000;
	text-transform: none;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #408cc5;
	 color: #000;
	}

	ul.dropdown a	{
    padding: 7px 15px 11px 15px;
    color: #000;
    text-decoration: none;
  }
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 250px;
	 margin-top: -1px;
	 font-size: 12px;
	}

		ul.dropdown ul li {
    padding: 5px 0 0 0;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #699fc7;
	border-bottom-color: #699fc7;
	border-left-color: #699fc7;
	background-image: none;
		}
		
		ul.dropdown ul a	{
		display: block;
		float: left;
		width: 220px;
    padding: 5px 15px 5px 15px;
    color: #000;
    text-decoration: none;
  }




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


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


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(../images/StrelicaDesno.png);
 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%;
}