@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#nav {
	margin: 11px 0 0 35px;
	font-size: 12px;
}

ul.dropdown {
	
}

	ul.dropdown li {
	 padding: 11px 14px;
	 color: #fff;
	 background-color: #611E41;
	}

	ul.dropdown ul li.hover,
	ul.dropdown ul li:hover {
	 background-color: #89c7be;
	}

	body div#navbar ul.dropdown a:link,
	body div#navbar ul.dropdown a:visited,
	body#contact div#navbar ul li.selected ul li a:link,
	body#contact div#navbar ul li.selected ul li a:visited,
	body#products div#navbar ul li.selected ul li a:link,
	body#products div#navbar ul li.selected ul li a:visited,
	body#about div#navbar ul li.selected ul li a:link,	
	body#about div#navbar ul li.selected ul li a:visited,
	body#news div#navbar ul li.selected ul li a:link,
	body#news div#navbar ul li.selected ul li a:visited
	{ color: #fff; text-decoration: none; font-weight: normal;}

	body#contact div#navbar ul li.selected ul li a:hover,	
	body#news div#navbar ul li.selected ul li a:hover,
	body#products div#navbar ul li.selected ul li a:hover,
	body#about div#navbar ul li.selected ul li a:hover,	
	body div#navbar ul.dropdown ul li a:hover	{ 
		color: white;
		font-weight: bold;
	}
/*	ul.dropdown a:active	{ color: #ffa500; }*/


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 135px;
	}

		ul.dropdown ul li {
			margin-top: 0;
		  font-weight: normal;
			background-color: #9dcac5;
			padding: 0px 6px 0px 14px;
			border-bottom: 1px solid #bbd9d4;
		}
		ul.dropdown ul li ul {
			margin-top: 0;
		}
		
		ul.dropdown ul li a {
			display: block;
			width: 100%;
			padding: 5px 0;
		}



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


ul.dropdown *.dir {
 padding-right: 15px;
/* padding-left: 5px;*/
 background-image: url(/skin/frontend/default/swtbretail/images/nav-down-arrow.gif);
 background-position: 95% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

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