.navigation_holding_table {
	/*width:100%;*/
	/*height:50px;*/
	/*background-image:url('');*/
	/*background-repeat:no-repeat;*/
}
.navigation_mainnav_center {
	/*width:120px;*/
	height:30px;
	padding-right:10px;
	padding-left:10px;
	/*background-image : url('http://www.orenauto.com/imgs/btn_nav_mid.jpg');
	background-repeat : repeat-x;*/
	background-color:#000000;
	vertical-align:middle;
	cursor:pointer;
	border-right:1px solid #2e2e2e;
}
.navigation_mainnav_center-hover {
	/*width:120px;*/
	height:30px;
	padding-right:10px;
	padding-left:10px;
	/*background-image : url('http://www.orenauto.com/imgs/btn_nav_mid.jpg');
	background-repeat : repeat-x;*/
	background-color:#323232;
	vertical-align:middle;
	cursor:pointer;
	border-right:1px solid #2e2e2e;
}

.navigation_mainnav_left {
	/*width:38px;
	background-image:url('http://www.orenauto.com/imgs/btn_nav_left.jpg');
	background-repeat:no-repeat;*/
}
.navigation_mainnav_right {
	/*background-image:url('http://www.orenauto.com/imgs/btn_nav_right.jpg');
	background-repeat:no-repeat;
	width:9px;*/
}

.navigation_mainnav_center_link a {
	color : #ffffff;
	font-size : 9pt;
	font-family : arial;
	text-decoration : none;
	text-transform: uppercase;
	vertical-align:bottom;
}
.navigation_mainnav_center_link a:hover {
	/*text-decoration : underline;*/
}

.navigation_mainnav_center_hassubL {

}
.navigation_mainnav_center_hassubR {

}


.navigation_sub_nav{
	position: absolute;
	z-index:2;
	left:0px;
	top:0px;
}
.navigation_sub_nav table{
	cursor: default;
	/*width:120px;*/
	/*border-spacing:1px;*/
	padding-top:1px;
	padding-bottom:1px;
	/*padding-left:4px;
	padding-right:4px;*/
	left:0;
	top:0;
	/*background-color:#0e0b0b;*/
}
.navigation_sub_off{
	height:20px;
	/*width:120px;*/
	border:1px solid #000000;
	padding:8px;
	vertical-align:middle;
	text-align:center;
	background-color:#144161;
}
.navigation_sub_over{
	height:20px;
	/*width:120px;*/
	border:1px solid #000000;
	padding:8px;
	vertical-align:middle;
	text-align:center;
	background-color:#464646;
	/*background-image:;*/
}
.navigation_sub_nav a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.navigation_sub_nav a:hover {
	text-decoration:none;
}
.navigation_sub_left {

}
.navigation_sub_right {

}