@charset "UTF-8";

/**
 * 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 {
 position: relative;
 z-index: 597;
 float: left;
 width:100%;
 border-bottom:1px solid #f7f7f7;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}
ul.dropdown span { display:none; }

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

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 background:url(../css/images/navi_bg.png) no-repeat bottom;
 padding:10px 5px 15px 10px !important;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 143px;
 text-align: left;
}

ul.dropdown ul li {
 float: none;
}

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

ul.dropdown li:hover > ul {
 visibility: visible;
}
#navi_infotainment {
	width:35px;
	height:20px;
	background:url(../css/images/navi_info.jpg) no-repeat center;
}
#navi_infotainment:hover {
	background:url(../css/images/navi_info2.jpg) no-repeat center;
}
#navi_xx5 {
	width:35px;
	height:20px;
	background:url(../css/images/navi_xx5.jpg) no-repeat center;
}
#navi_xx5:hover {
	background:url(../css/images/navi_xx52.jpg) no-repeat center;
}
#navi_community {
	width:35px;
	height:20px;
	background:url(../css/images/navi_community.jpg) no-repeat center;
}
#navi_community:hover {
	background:url(../css/images/navi_community2.jpg) no-repeat center;
}
#navi_media {
	width:35px;
	height:20px;
	background:url(../css/images/navi_media.jpg) no-repeat center;
}
#navi_media:hover {
	background:url(../css/images/navi_media2.jpg) no-repeat center;
}