@charset "UTF-8";

/** 
 * Default Ultimate CSS Drop-Down Menu Theme
 *
 * @file		default.linear.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.
 *
 */
 
.car_type_bar a{
	color: #353435;
}

.car_type_bar ul.pop_up,.car_type_bar ul.pop_up ul{
	list-style: none outside none ;
	margin : 0px;
	padding : 0px;
}

.car_type_bar ul.pop_up{
	z-index: 597;
	width : 860px;
}

ul.pop_up li{
	position :relative;
	background :  url(../images/separater_grey.jpg) right center no-repeat;
	vertical-align:middle;
	line-height:25px;
	float: left;
	padding: 0px 29px 0px 27px;
}

ul.pop_up li a.dir{
	font-weight: bold;
	font-size : 12px;
	cursor : pointer;
}

.car_type_bar ul.pop_up ul{
	visibility:hidden;
	position:absolute;
	top: -20px;
	left: 6px;
	z-index: 598;
	width: 854px;
} 

ul.pop_up li ul li.first{
	padding : 0px 2px;
	border: none;
	line-height:20px;
	background: url(../images/bg_first_menu_product.png) left center no-repeat;
}

ul.pop_up li ul li.last{
	line-height:20px;
	padding : 0px 2px;
	border: none;
	background: url(../images/bg_last_menu_product.png) left center no-repeat;
}

ul.pop_up ul li.bg_none{
	background: #e1e1e2;
}

ul.pop_up ul li{
	background: #e1e1e2 url(../images/bg_separater_submenu_product.jpg) left center no-repeat;
	padding: 0px 14px 0px 8px;
	line-height:18px;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	font-size : 10px;
}

ul.pop_up li.dir{
	padding: 0 60px ;
	float: left;
}

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

ul.pop_up li,
ul.pop_up li a
{
	color:#000;
	border: none;
}

ul.pop_up li.hover,
ul.pop_up li:hover {
	position : relative;
}

ul.pop_up ul li a:hover {
	color : #818080;
}

ul.pop_up ul li a:active {
	color:#000;
}

ul.pop_up li.hover *.open {
 position: relative;
 z-index: 600;
 float: left;
}

.menupopup_box{
	position : absolute;
	width : 448px;
	top: -268px;
	left: -9px;
	height: 268px;
}

.menupopup_top{
	background : url(../images/bg_top_popup.png) left top no-repeat;
	height: 10px;
}

.menupopup_middle{
	background : url(../images/bg_middle_popup.png) left top repeat-y;
	height: 244px;
	width : 448px;
	padding :0px 0px 0px 7px;
}

.content_middle{
	height: 163px;
	padding :81px 0px 0px 17px;
}

.link_content_box{
	background : url(../images/arrow_rec_grey.png) right center no-repeat;
	width : 111px;
	padding : 0px 25px 0px 0px;
	height : 14px;
}

.link_content_box a{
	color : #767575;
}

.menupopup_bottom{
	background : url(../images/bg_bottom_popup.png) left top no-repeat;
	height: 14px;
}
ul.pop_up li ul li div{
	visibility : hidden;
}
ul.pop_up li ul li:hover div{
	visibility : visible;
}
