/* Subnavigation */
div#subnavi
  {margin-top: 109px; z-index: 9; position: absolute;}
div#subnavi a
  {font-size: 11px; color: #ffffff; width: 172px; display: block; float: left; text-decoration: none;}
div#subnavi a:hover
  {font-size: 11px; color: #c50000;}

div#panel {
	margin: 0px;
	padding: 0px;
	}
 
div#panel div.subnavi_left
  {width: 150px; float: left; height: 240px; margin-left: 20px;}
  * html div#panel div.subnavi_left {margin-left: 5px;}
div#panel div.subnavi_right
  {width: 345px; float: left; height: 240px; margin-left: 10px;}
  
  div#panel ul
    {float: left; list-style: none; width: 155px; font-size: 11px; font-weight: bold; text-transform: uppercase; padding-top: 10px; clear: both; /* margin-left: 10px; */}
    
    div#panel ul.right {width: 345px;}
    
    div#panel ul.right ul.sub_right 
    	{margin: 0px; padding: 0px; width: 345px; text-transform: none; font-weight: normal;margin-bottom: 15px; clear: both;}
    
    div#panel ul.right ul.sub_right li 
    	{width: 155px; /* float: left; */}
    		* html div#panel ul.right ul.sub_right li 
    			{margin-left: 0px;}
    
    div#panel ul.sub
    	{padding: 0px; margin: 0px; float: left; list-style: none; width: 155px; font-size: 11px; font-weight: normal; text-transform: none; clear: both;}
    
    div#panel ul.sub
    	{margin-bottom: 15px; clear: both;}
    		div#panel ul.sub li 
    		{float: left; position: relative; width: 100px;}
    		
div#trigger {
	background: transparent url(images/subnavi_button_open-trans.png) top left;
	height: 36px;
	width: 900px;
	float: left;
	color: #ffffff;
	z-index: 98;
	}
	div#trigger a {width: 80px; color: #ffffff; z-index: 99;}


/* PANEL SETTINGS */

.panel_button {
	float: right;
	position: relative;
	margin-right: 80px;
	top: 5px;
	text-align: left;
	width: 70px;
	z-index: 20;
	color: #999999;
	cursor: pointer;
}
* html .panel_button {
	float: right;
	margin-right: 36px;
	}
.panel_button a {
	text-decoration: none;
	color: #999999;
	font-size: 20px;
	height: 35px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #660000;
}

#panel {
	width: 900px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 904px;
	position: absolute;
	z-index: -1;
	left: 0;
}