@charset "UTF-8";

/**
 * Horizontal Upward CSS Drop-Down Menu Component
 *
 * @file		dropdown.upward.css
 * @package		Dropdown
 * @version		0.1
 * @type		Transitional
 * @requires	dropdown.upward.css
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */
 
ul.dropdown li.hover, ul.dropdown li:hover {
	z-index: 98;
	cursor: default;
	}

ul.dropdown ul {
 /*border-bottom:1px solid #ddd;*/
	}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
	}

ul.dropdown-upward ul ul {
 /* bottom: 1px; */

}

ul.dropdown {
  font-family: Arial, sans-serif;
  /*font-size:1.1em;*/
  	width: auto;
}

ul.dropdown li {
	/*border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #ddd;
	background-color: #440D14;*/
	text-decoration: none;
/*color: #000;
	text-align:center;*/
	}

ul.dropdown li a { 
	padding: 7px 20px; 
	}

ul.dropdown li.hover, ul.dropdown li:hover {
	/*background-color: #440D14;*/
	/*text-decoration: underline;*/
	color: #000;
	}

ul.dropdown a:link, ul.dropdown a:visited {
	/*background-color: #89161F;*/
	/*color: #000;*/
	text-decoration: none;
	/*display:block;*/
	}

ul.dropdown a:hover	{ 
	/*color: #000;*/
	/*text-decoration: underline;*/
	background-color: #440D14;
	/*width: auto;*/
	}

ul.dropdown a:active	{ 
	color: #440D14; 
	}

/* -- level mark -- */

ul.dropdown ul {
	/*margin-top: 0px;
	margin-left:-1px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
	margin-top: 0px;
	margin-left:-1px;
	background-color: #440D14;
	}

ul.dropdown ul li {
	width: 100%;
	text-align: left;
	/*	border-left:1px solid red;*/
	}

/*-------------------------------------------------/

 * @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 {
	/*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%;
	}

li.current_page_item a { 
	/*color: #ed008c;*/ 
	}

li.current_page_item a:link, li.current_page_item a:visited { 
	/*color: #ed008c;*/ 
	}

li.current_page_item ul a, li.current_page_item ul a:visited, li.current_page_item ul a:link { 
	/*color: #000;*/ 
	}

li.current_page_ancestor a,li.current_page_ancestor a:visited, li.current_page_ancestor a:link {
	text-decoration: underline;
	}

li.current_page_ancestor ul a, li.current_page_ancestor ul a:visited, li.current_page_ancestor ul a:link {
	text-decoration:none;
	}

.shailan-dropdown-menu {
	/*background-color:#efefef;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;*/
	}