.navbar
{
/*	margin-left: 10px;
	margin-top: 12px; */
}  

.mainDiv
{
	width:100%;
}

.topItem
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url("../images/2_nosProduits/back_off.gif") no-repeat 0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	border: none;
	height: 21px;
	padding-left: 8px;
	letter-spacing: -1px;
	color: #FFFFFF;
	cursor:pointer;
	
}

.topItemOver
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #547385;
	background: url("../images/2_nosProduits/back_on.gif") no-repeat 0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	border: none;
	height: 21px;
	padding-left: 8px;
	letter-spacing: -1px;
	cursor:pointer;
}

.topItemClose
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: url("../images/2_nosProduits/back_off.gif") no-repeat 0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	border: none;
	height: 21px;
	padding-left: 8px;
	letter-spacing: -1px;
	cursor:pointer;
}


.topItemCloseOver
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #547385;
	background: url("../images/2_nosProduits/back_on.gif") no-repeat 0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	border: none;
	height: 21px;
	padding-left: 8px;
	letter-spacing: -1px;
	cursor:pointer;

}

.dropMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7796A9;
	text-align:right; 
	/*border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;*/
	filter:alpha(opacity=100);
	width: 100%;
	background: url("../images/2_nosProduits/back2_off.gif") repeat-y;
}

.subMenu
{
   display:block;
}

.subItem
{
	padding-top:2px;
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7796A9;
	padding-right: 10px;

}

.subItem a
{
	padding-top:2px;
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7796A9;
	text-decoration: none;
}

.subItemOver
{
	padding-top:2px;
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #547385;
	background: url("../images/2_nosProduits/back2_on.gif") repeat-y;	
	 padding-right: 10px;
}

.subItemOver  a
{
	padding-top:2px;
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #547385;
	text-decoration:none;
	cursor:pointer;
}


.drop
{
   /*border-left:1px solid black;
   border-right:1px solid black;	*/
}

