/* menu isrp */
/* A few IE bug fixes */
*  #theMenu{ margin: 0; padding: 0; }
* html #theMenu ul ul li a { height: 100%; }
* html #theMenu ul li a { height: 100%; }
* html  #theMenu ul ul li { margin-bottom: -1px; }

#theMenu { width: 175px; height: 350px; margin: 30px 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
#theMenu h3 {
font-size: 13px;
}
#theMenu h4 { 
font-size: 10px;
}
/* Some list and link styling */
#theMenu ul li { width: 175px;padding-left:4px; }
#theMenu ul ul li { margin-left:-30px; border-left: 5px solid #66669A; padding: 0; width: 170px; margin-bottom: 0; }
#theMenu ul ul li a { display:block; color: #66669A; padding: 3px 6px; font-size: 11px; }
#theMenu ul ul li a:hover { display:block; color: #66669A; background-color: #eee; padding: 3px 6px; font-size: 11px; }
/* For the xtra menu */
#theMenu ul ul ul li { border-left: none; border-bottom: 1px solid #eee; padding: 0; width: 150px; margin-bottom: 0; }
#theMenu ul ul ul li a { display:block; color: #66669A; padding: 3px 6px; font-size: 12px; }
#theMenu ul ul ul li a:hover { display:block; color: #66669A; background-color: #eee; padding: 3px 6px; font-size: 12px; }


#theMenu li { list-style-type: none; }
#theMenu h2 { margin-top: 1.5em; }

/* Header links styling */
#theMenu h3
a { 
color: #66669A;
display:block; 
font-weight:100;
	
background-color: #FFFFFF; 
/*padding: 3px 6px;*/
padding: 3px 14px;
background-image:url(../images/themenu-flechedroite.gif); background-repeat: no-repeat; background-position: 6px 6px;}
#theMenu h3 a:hover { 
color: #66669A;
background-color: #eee; 
}
#theMenu h3.selected a { 
background-color: #66669A; 
color: #fff;
/*padding: 3px 6px;*/
padding: 3px 14px;
background-image:url(../images/themenu-flechebas.gif); background-repeat: no-repeat; background-position: 2px 8px;

}
#theMenu h3.selected a:hover { 
background-color: #66669A; 
color: #efefef;



}

#theMenu h3.head
 { 
}


/* Xtra Header links styling */
#theMenu h4.head a { 
color: #66669A;
display:block; 

background-color: #eee; 
padding: 3px 6px;
}
#theMenu h4.head a:hover { 
color: #66669A;
background-color: #ddd; 
}
#theMenu h4.selected a { 
background-color: #6c9; 
color: #fff;
padding: 3px 6px;
}
#theMenu h4.selected a:hover { 
background-color: #6c9; 
color: #66669A;
}
