/* Menu Crédit Municipal de Toulouse */

.ThemePanelMenu,.ThemePanelSubMenuTable
{
	cursor:			default;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#FFFFFF;
	padding:		0;
	border:			0;
	white-space:	nowrap;
}

.ThemePanelSubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;
}

.ThemePanelSubMenuTable
{
	border:				1px solid #A5BF39;
	background-color:	#F2F7E1;
}

.ThemePanelSubMenuTable td
{
	white-space:	nowrap;
	color:			#333333;
	padding-left:	3px;
	padding-right:	3px;
}

.ThemePanelMainItem,.ThemePanelMainItemHover,.ThemePanelMainItemActive,
.ThemePanelMenuItem,.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
{
	padding-left:	10px;
	padding-right:	10px;
	white-space:	nowrap;
}

.ThemePanelMainItemHover,.ThemePanelMainItemActive,
.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
{
	color:				#FFFFFF;
	background-color:	#A5BF39;
}

/*.ThemePanelMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}*/

/*.ThemePanelMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}*/

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

/*.ThemePanelMenuItem img.seq1
{
	display:	inline;
}

.ThemePanelMenuItemHover seq2,
.ThemePanelMenuItemActive seq2
{
	display:	inline;
}

.ThemePanelMenuItem .seq2,
.ThemePanelMenuItemHover .seq1,
.ThemePanelMenuItemActive .seq1
{
	display:	none;
}*/