@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 {
align:right;
list-style:none;

}
ul.dropdown li, ul.dropdown li a {
	 padding: 0px;
	 line-height:72px;
	 width:141px;
	 text-align:center;
	 font-weight:bold;
	 color:#164D95;
	 font-size:17px;
	 font-family:"Comic Sans MS", arial;
	
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-image:url('images/menu-over.gif');
	 background-repeat:no-repeat;
	 background-position: center;
	 color: #ffffff;
	 line-height:74px;
	 width:141px;
	 font-weight:bold;
padding-bottom:0px;
	 font-size:17px;
	 font-family:"Comic Sans MS", arial;
	}
	
	ul.dropdown li.selectedTopMenu{background-image:url('images/menu-over.gif');
	 background-repeat:no-repeat;
	 background-position: center;
	 width:141px;
	 line-height:40px;
	 	 font-size:17px;
	 font-family:"Comic Sans MS", arial;
	 font-weight:bold;
	}


	ul.dropdown li a:hover { color:#ffffff;}
	
.searchbg a {}

	ul.dropdown a:link{ color: #164D95; text-decoration:none; font-weight:bold; }
	ul.dropdown a:visited {text-decoration:none; font-weight: bold; background-image:none;color: #164D95; }	
	ul.dropdown a:hover		{ color: #ffffff; }
	ul.dropdown a:active	{ color: #164D95; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	
	 list-style:none;
	}


		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @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;
  color:#ffffff;
width:636px;
}



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%;
}

