#menu 									{ width:100%; height:44px; z-index:900; }
#menu .top								{ }			
#menu .ctn								{ overflow:hidden; background:transparent url(../images/menu_bg.png) 0 0 no-repeat; width:767px; height:37px; clear:both; margin:4px auto;  }
#menu .btm								{ }		

#menu ul.tabs 							{ margin:0 !important; padding:4px 35px 0 65px; height:33px; margin:0 auto; }
#menu ul.tabs li 							{ float:left; padding:0; margin:0; list-style-type:none; }
#menu ul.tabs a							{ position:relative; display:block; height:27px; padding:0 5px; margin-right:4px; color:#999; font-size:16px; line-height:27px; text-decoration:none; border:1px dotted #383737; text-transform:uppercase; font-family:Morpheus, Times, "Times New Roman", sans-serif; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#menu ul.tabs a:hover 						{ color:#F6AC27; cursor:pointer; border:1px solid #383737; }
	
/* selected tab */
#menu ul.tabs a.current 					{ color:#F6AC27; }
/* focused tab */
#menu ul.tabs a.focus 						{ background:#000; /* url(../images/menu_puce.png) center top no-repeat;*/}

	
/* tab pane */
#menu .panes								{ padding:0; z-index:900; position:relative; overflow:hidden; background:url(../images/menu/menu_panes.jpg) 0 0 no-repeat; border:1px solid #666; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;   }
#menu .panes a							{ display:block; text-decoration:none; padding:0 0 0 3px; }
.panes li.lvl-0 							{ display:none; overflow:auto; height:152px; padding:5px;  }

.panes .ul-1								{ overflow:hidden; padding-bottom:10px; }
.panes .ul-1 li 							{ list-style:none; padding:0 15px 0 0; }
.panes .ul-1 li h4							{ width:180px; font-size:14px; padding:3px; cursor:default; }
.panes .ul-1 li.current h4					{ background:#383737; }
.panes .ul-1 li h4 a:hover,
.panes .ul-1 li h4 a:active					{ color: #B7C5D1; }
.panes .ul-1 li p							{ display:none; position:absolute; top:5px; right:5px; width:200px; height:140px; border:1px solid #161616; background:#4b4a4a; padding:5px;}
.panes .ul-1 li.current p					{ display:block; }

.panes .ul-2								{ display:none; position:absolute; top:5px; left:200px; overflow:auto; width:300px; height:140px; background:#383737; padding:5px; }
.panes .current .ul-2					{ display:block; }
.panes .ul-2 li							{ float:none; white-space:nowrap; padding-bottom:1px; /* max-width:200px;*/  }
.panes .ul-2 li a:link,
.panes .ul-2 li a:visited					{ color: #F6AC27; }
.panes .ul-2 li a:hover,
.panes .ul-2 li a:active					{ background: none repeat scroll 0 0 #4B4A4A; color: #B7C5D1; }

