

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;

}

ul.dropdown {
	background:url(../images/bg_menu_bar.png) no-repeat left top;
	border-right:1px solid #dbdcde;
	position: relative;
	/*z-index: 597;*/
	float: left;
	height:55px;
	width:959px;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 /*zoom: 1;*/

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
	float: none;
}
ul.dropdown ul li a{
	color:#000000;
	background-color:#bfbfbf;
	display:block;
	height:25px;
	padding:2px 10px 0 10px;
	text-decoration:none;
	width:170px;
	border-bottom:1px solid #a21010;
	}
ul.dropdown ul li a:hover {
	background-color:#a21010 !important;
	color:#ffffff;
	}
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}


ul.dropdown li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	height:30px;
/* padding: 7px 10px;*/
}
ul.dropdown li a.nav_home{
	background:url(../images/nav_txt_home.png) no-repeat center;
	margin-left:25px;
	width:78px;
}

ul.dropdown li a.nav_home:hover{
	background:url(../images/nav_txt_home_h.png) no-repeat center;
	margin-left:25px;
	width:78px;
}

ul.dropdown li a.nav_overview{
	background:url(../images/nav_txt_overview.png) no-repeat center;
	width:120px;
}
ul.dropdown li a.nav_overview:hover{
	background:url(../images/nav_txt_overview_h.png) no-repeat center;
	width:120px;
}
ul.dropdown li a.nav_solutions{
	background:url(../images/nav_txt_solutions.png) no-repeat center;
	width:125px;
}
ul.dropdown li a.nav_solutions:hover{
	background:url(../images/nav_txt_solutions_h.png) no-repeat center;
	width:125px;
}
ul.dropdown li a.nav_technology{
	background:url(../images/nav_txt_technology.png) no-repeat center;
	width:138px;
}
ul.dropdown li a.nav_technology:hover{
	background:url(../images/nav_txt_technology_h.png) no-repeat center;
	width:138px;
}
ul.dropdown li a.nav_career{
	background:url(../images/nav_txt_career.png) no-repeat center;
	width:100px;
}
ul.dropdown li a.nav_career:hover{
	background:url(../images/nav_txt_career_h.png) no-repeat center;
	width:100px;
}
ul.dropdown li a.nav_contact{
	background:url(../images/nav_txt_contact.png) no-repeat center;
	width:110px;
}
ul.dropdown li a.nav_contact:hover{
	background:url(../images/nav_txt_contact_h.png) no-repeat center;
	width:110px;
}
/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding: 0;
}


/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */

ul.dropdown li.dir {
 padding: 0;
}

ul.dropdown ul li.dir {
 padding-right: 15px;
}


/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul a {
 width: 129px;
}

ul.dropdown ul a:hover {}

ul.dropdown ul a.dir {
 width: 124px;
}

