.navbar
{
	float:left;
	width:190px;
	height:200px;
	margin-right:25px;
	background-color: #FFFFFF;
	border-top: 10px;
}  

.mainDiv
{
	margin-left:3px;
	width:185px;
	position:relative;
	left: 0;
}

.topItem
{
	letter-spacing: 1px;
	background: url("menu_gauche/arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: 0px;
	width: 185px;
	height: 25px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:10px;
	border-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.topItemOver
{
	text-indent:10px;
	background: url("menu_gauche/arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #F00;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 1px;
}

.topItemClose
{
	text-indent:10px;
	letter-spacing: 1px;
	background: url("menu_gauche/arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}


.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 1px;
	background: url("menu_gauche/arrow-down-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #F00;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}



.dropMenu
{
	background-color: #FFFFFF;
	color: #F00;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 3px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

.subMenu
{
   display:block;
}

.subItem
{
	background: url("../imgs/point.gif") no-repeat 0 0;
	margin-left:10px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #A50021;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
   
}

.subItem a
{
	margin-left:23px;
	text-decoration:none;
	color: #A50021;
	font-family: georgia, serif;
	font-size: 12px;
}

.subItemOver
{
	text-decoration:none;
	margin-left:10px;
	margin-top:2px;
	height:18px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.subItemOver  a
{
	margin-left:23px;
	cursor:pointer;
	color: #333333;
	text-decoration:underline;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
