@charset "utf-8";
/* CSS Document */

.accor_header
{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#ff9933;
text-transform:uppercase;
width:216px;
background:url(../images/index_dropmen_arrow.gif) no-repeat right 50%;
display:block;
padding:7px 0px 5px 10px;
}


		#theMenu { width: 230px;  margin:8px 0 0 10px; padding: 0; font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; display:block; color:white; text-decoration:none;}
		
		
		
		
		
		#theMenu div.submenu_border{ /*DIV that contains each sub menu*/
font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background: #006FB7 url(../images/index_dropmen_bg.jpg) repeat-y center top;
display:none;
width:220px; margin:0px;
border: 1px solid #005C97;
}

#theMenu div.submenu_content{font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; margin:6px; display:block;}		
		
		
		
		
		/* Header links styling */
				
		.head
		{
		background: url(../images/index_dropmen_sep.jpg) no-repeat bottom left;
		display:block; text-decoration:none; height:28px; margin:0;
		}
		
		div.head a { 
		color:white;
		/*height:25px;*/
		display:block; 
		background: url(down.gif) no-repeat; 
		background-position: 93% 50%;
		font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		text-decoration:none;
		padding-left:2px; padding-top:6px;
		/*padding: 3px 6px;*/
		}
		div.head a:hover { 
		color: #F7971F;
		/*height:25px;*/
		background: url(down.gif) no-repeat; 
		background-position: 93% 50%;
		padding-left:2px; padding-top:6px;
		}
		div.selected a {
		/*height:25px;*/ 
		background: url(up.gif) no-repeat; 
		background-position: 93% 50%;
		color: #F7971F;
		padding-left:2px; padding-top:6px;
		/*padding: 3px 6px;*/
		}
		div.selected a:hover {
		/*height:25px;*/
		color:#F7971F; 
		background:url(up.gif) no-repeat; 
		background-position: 93% 50%;
		padding-left:2px; padding-top:6px;
		}
		
		/* Xtra Header links styling */
		h4.head a { 
		color: #333;
		display:block; 
		border-top: 1px solid #36a;
		border-right: 1px solid #36a;
		background: #eee url(down.gif) no-repeat; 
		background-position: 98% 50%;
		/*padding: 3px 6px;*/
		}
		h4.head a:hover { 
		color: #000;
		background: #ddd url(down.gif) no-repeat; 
		background-position: 98% 50%;
		}
		h4.selected a { 
		background: #6c9 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #fff;
		/*padding: 3px 6px;*/
		}
		h4.selected a:hover { 
		background: #6c9 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #36a;
		}