/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu
{


	list-style-type: none;
	margin: 0;
	padding: 0;
  height: auto !important;
	height:281px;
	 min-height: 280px;
	width: 164px;





	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/bg_menugrey.gif) repeat-y left top; 
}

.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0;
}
	
.menu ul li
{
	position: relative;
/*	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #494959;*/
}

.menu ul li a
{	
	display: block;
	color: #171695;
	padding: 8px 0; /* Vertical (top/bottom) padding for each menu link */
	text-decoration: none;
	width: 164px;
	text-align: right;
}

.menu .title
{
	padding-right: 9px;
}

.subfolderstyle ul li a
{
	background: url(../images/bg_menuwhite.gif) repeat-y left top;
	display: block;
	color: #393939;
	width: auto;
	padding: 1px 0px; /* Vertical (top/bottom) padding for each menu link */	
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	width: 164px;
	border: none;    
}

.menu ul li a:hover
{
	background: url(../images/bg_menuwhite.gif) repeat-y left top;
	color: #171695;
}

.subfolderstyle
{
	padding-bottom: 5px;
}

.subfolderstyle ul li
{
	border: none;
}

.menu ul .subfolderstyle
{
	background: url(../images/bg_menuwhite.gif) repeat-y left top;
}

.subfolderstyle .title
{
	background: url(../images/im_arrowlist.gif) no-repeat right;
}
.subfolderstyle .title_subratllat
{
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.subfolderstyle ul .title
{
	background: none;
}

.subfolderstyle ul li a:hover
{
	
	background: url(../images/im_arrowlist.gif) no-repeat 160px bottom;
	color: #FF6600;
	/*color: #393939;*/
}

.tab
{
	padding-right: 15px;
	_padding-right: 7px;
}



.subsubfolderstyle
{
    /*position: relative;*/
	border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.subsubfolderstyle ul li a
{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
	font-size: 10px;
    /*width: 120px;*/
}

.subsubfolderstyle ul li a:hover
{
    color: #FF6600;
    /*background: #EEEEEE url(../images/im_arrowlist.gif) no-repeat 112px bottom;*/
	background: url(../images/im_arrowlist.gif) no-repeat 160px bottom;
}

.soc_aqui 
{
	background: url(../images/im_arrowlist.gif) no-repeat 155px bottom;
	width:100%;
	float: right;
	text-align: right;
	overflow: visible;	
}
.soc_aqui_text 
{
	width: 153px;

	padding-right: 5px;
}

/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

.text_petit 
{
	
	font-size: 10px;
}
