@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
A:visited  {color: #FFBF00; text-decoration: none}
A:active  {color: #C0FFC0; text-decoration: none}
A:hover   {color: #C0FFC0; text-decoration: none}

ul.dropdown li:hover {

 z-index: 98;

 cursor: default;
background-color: gray;


}

#whirl_menu ul {

 width:1000px;

}

#whirl_menu ul ul{

	width: auto;



	
}

#whirl_menu ul ul li{
width: 200px;
}

#whirl_menu ul ul li a.hover{

}

#whirl_menu ul ul ul li{
background-color: #555555;
margin-left: 52px;
margin-top:-24px;
margin-bottom: 24px;


}

#whirl_menu ul ul ul li a.hover{

}

ul.dropdown ul ul {

 top: 1px;

 left: 99%;

	margin-top: 1.9em;
	
		margin-left: -50px;
		


	

}



ul.dropdown-upward ul ul {

 /* bottom: 1px; */

}



ul.dropdown {

	width:1000px;
	
	height:26px;
	
	background-image: url(images/whirl-menu-bck2.jpg);

  font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;

  font-size:4em;

text-transform:uppercase;


}

	ul.dropdown li {

		color: white;

		text-align:center;
		
		padding-top:5px;
		
		height:20px;

	}

	ul.dropdown li a{ padding: 7px 10px; }

	ul.dropdown li a.hover {
		
	}


	ul.dropdown a:link,

	ul.dropdown a:visited	{ color: white; text-decoration: none; display:block; }

	ul.dropdown a:hover	{ color: red; }

	ul.dropdown a:active	{ color: white; }

	/* -- level mark -- */

	ul.dropdown ul {

	 margin-top: 0px;

         margin-left:-1px;

		 
	}

		ul.dropdown ul li {

		 /*font-weight: normal;*/

                    text-align: left;
					
					background-color:#000000;

		}
		
		
/*-------------------------------------------------/

 * @section		Support Class `dir`

 * @level sep	ul, .class

 */

ul.dropdown *.dir {

 padding-right: 20px;

 background-position: 100% 50%;

 background-repeat: no-repeat;



}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {

 padding-right: 15px;

 background-position: 100% 50%;

 background-repeat: no-repeat;





}


ul.dropdown-vertical-rtl *.dir {

 padding-right: 10px;

 padding-left: 15px;
 
 background-position: 0 50%;

}

li.current_page_item a { color: white; }

li.current_page_item a:link, li.current_page_item a:visited { color: white; }

li.current_page_item ul a, li.current_page_item ul a:visited, li.current_page_item ul a:link { color: white; }

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;}

#whirl_menu ul li a { color:white; !important}
