@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
 *
 */
 
/*-------------------------------------------------/
 * @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 {
	margin:0;
	padding:0;
	}
		
ul.dropdown li {
		margin:0;
		padding:0px;
		list-style-type:none;
		display:block;
		float:left;
		text-indent:-2000px;
		}
		
ul.dropdown li.about a {
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-about.gif) no-repeat;
	}
	
ul.dropdown li.about a:hover {
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-about-up.gif) no-repeat;
	}
	
ul.dropdown li.about-selected a{
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-about-up.gif) no-repeat;
	}
	
ul.dropdown li.solutions a {
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-solutions.gif) no-repeat;
	}
	
ul.dropdown li.solutions a:hover {
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-solutions-hover.gif) no-repeat;
	}
	
ul.dropdown li:hover a.solutions {
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-solutions-hover.gif) no-repeat;
	}
	
ul.dropdown li.solutions-selected a{
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-solutions.gif) no-repeat;
	}
	
ul.dropdown li.products a {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-products.gif) no-repeat;
	}
	
ul.dropdown li.products a:hover {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-products-hover.gif) no-repeat;
	}
	
ul.dropdown li:hover a.products {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-products-hover.gif) no-repeat;
	}
	
ul.dropdown li.products-selected a{
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-products.gif) no-repeat;
	}
	
ul.dropdown li.team a {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-our-team.gif) no-repeat;
	}
	
ul.dropdown li.team a:hover {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-our-team-up.gif) no-repeat;
	}
	
ul.dropdown li.team-selected a{
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-our-team-up.gif) no-repeat;
	}
	
ul.dropdown li.news a {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-news.gif) no-repeat;
	}
	
ul.dropdown li.news a:hover {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-news-up.gif) no-repeat;
	}
	
ul.dropdown li.news-selected a{
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-news-up.gif) no-repeat;
	}
	
ul.dropdown li.clients a {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-clients.gif) no-repeat;
	}
	
ul.dropdown li.clients a:hover {
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-clients-up.gif) no-repeat;
	}
	
ul.dropdown li.clients-selected a{
	width:129px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-clients-up.gif) no-repeat;
	}
	
ul.dropdown li.partners a {
	width:67px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-partners.gif) no-repeat;
	}
	
ul.dropdown li.partners a:hover {
	width:67px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-partners-up.gif) no-repeat;
	}
	
ul.dropdown li.partners-selected a{
	width:67px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-partners-up.gif) no-repeat;
	}
	
ul.dropdown li.contact a {
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-contact.gif) no-repeat;
	}
	
ul.dropdown li.contact a:hover {
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-contact-up.gif) no-repeat;
	}
	
ul.dropdown li.contact-selected a{
	width:128px;
	height:27px;
	display:block;
	background:url(../images/menus/global-menu-contact-up.gif) no-repeat;
	}



/*-------------------------------------------------/
 * @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%;
}


ul.dropdown-2 {
	margin:0;
	padding:0;
	background:#fff;
	width:250px;
	}
	
ul.dropdown-2 li.sol-investment-teams {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.sol-investment-teams a {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-investment-teams.gif) no-repeat;
	}
	
ul.dropdown-2 li.sol-investment-teams a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-investment-teams.gif) no-repeat;
	}
	
ul.dropdown-2 li.sol-investor-relations {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.sol-investor-relations a {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-investor-relations.gif) no-repeat;
	}
	
ul.dropdown-2 li.sol-investor-relations a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-investor-relations.gif) no-repeat;
	}
	
ul.dropdown-2 li.sol-finance-operations {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.sol-finance-operations a {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-finance-operations.gif) no-repeat;
	}
	
ul.dropdown-2 li.sol-finance-operations a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-finance-operations.gif) no-repeat;
	}
	
ul.dropdown-2 li.sol-information-technology {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.sol-information-technology a {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-information-technology.gif) no-repeat;
	}
	
ul.dropdown-2 li.sol-information-technology a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:238px;
	height:61px;
	background:url(../images/menus/sol-information-technology.gif) no-repeat;
	}
		
ul.dropdown-2 li.v-insight {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.v-insight a {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-insight.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-insight a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-insight.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-deal {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.v-deal a {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-deal.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-deal a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-deal.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-funds {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.v-funds a {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-funds.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-funds a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-funds.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-performance {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.v-performance a {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-performance.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-performance a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-performance.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-investor {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.v-investor a {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-investor.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-investor a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-investor.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-alternative {
	margin:0;	
	padding:5px 5px 0px 5px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:#fff;
	text-indent:-2000px;
	}
	
ul.dropdown-2 li.v-alternative a {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-alternative.gif) no-repeat;
	}
	
ul.dropdown-2 li.v-alternative a:hover {
	display:block;
	list-style-type:none;
	float:left;
	width:248px;
	height:61px;
	background:url(../images/menus/v-alternative.gif) no-repeat;
	}
	
ul.dropdown-2 li.bdr-btm {
	border-bottom:1px solid #8c8c8c;
	padding:5px 5px 5px 5px;
	}