/* 
 * ASP.NET User Control: "ControlMenu"
 * Copyright © 2005, Pedro Lopez-Cabanillas <pedro.lopez@getronics.com>
 * Copyright © 2005, Getronics
 * All rights reserved
 *
 * Nota: JS i CSS substituïts per "XP style sliding Menu Bar" pq l'original no funcionava amb FireFox
 *
 * Author: Eric Simmons
 *	Contact: info AT jswitch DOT com
 *	Website: http://www.jswitch.com
 */
.XPMNU_mainDiv
{
	font-size: 11px;
	font-family: Verdana;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

.XPMNU_topItem
{
	background-image: url(mnu_grup_selected.jpg);
	position: relative;
	color: #0000cd;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Arial, Sans-Serif;
	cursor: hand, pointer;
	height: 25px;
 }

.XPMNU_topItemOver
{
	background-image: url(mnu_grup_selected_over.jpg);
	position: relative;
	color: #0066ff;
	font-size: 12px;
	font-weight: bold;
	cursor: hand, pointer;
	height: 25px;
}

.XPMNU_topItemClose
{
	background-image: url(mnu_grup.jpg);
	position: relative;
	color: #0000cd;
	font-size: 12px;
	font-weight: bold;
	cursor: hand, pointer;
	width: 200px;
	height: 25px;
}

.XPMNU_topItemCloseOver
{
	background-image: url(mnu_grup_over.jpg);
	position: relative;
	color: #0066ff;
	font-size: 12px;
	font-weight: bold;
	cursor: hand, pointer;
	height: 25px;
}

.XPMNU_topItem_text
{
	width:100%;
	position: absolute;
	left: 6px;	
	bottom: 3px;
}

.XPMNU_dropMenu
{
  filter:alpha(opacity=100);
  opacity: 1;
  padding-top:5px;
  padding-bottom:5px;
}

.XPMNU_subMenu
{
   display:block;
}

.XPMNU_subItem
{
	white-space: nowrap;
	width: 195px;
	height: 25px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
   text-decoration:none;
}

.XPMNU_subItem a
{
	width: auto;
	display: inline;
	white-space: nowrap;
	color: #000000;
	text-decoration: none;
}

.XPMNU_subItem a:hover
{
	width: auto;
	display: inline;
	white-space: nowrap;
	color: #000000;
	text-decoration: underline;
}

.XPMNU_subItemOver
{
	width: auto;
	white-space: nowrap;
	width: 195px;
	height: 25px;
	color: #0000cd;
	text-decoration: none;
	font-weight: bold;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
}

.XPMNU_subItemOver a
{
	width: auto;
	display: inline;
	white-space: nowrap;
	color: #000000;
	text-decoration: none;
}

.XPMNU_subItemOver a:hover
{
	width: auto;
	display: inline;
	white-space: nowrap;
	color: #000000;
	text-decoration: underline;
}
.XPMNU_subItemSelected
{
	white-space: nowrap;
	width: 195px;
	height: 25px;
	color: #0000cd;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
   text-decoration:none;
	font-weight: bold;
}

.XPMNU_subItemSelectedOver
{
	white-space: nowrap;
	width: 195px;
	height: 25px;
	color: #0066ff;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
   text-decoration:none;
	font-weight: bold;
}

.XPMNU_tipHeader
{
	background-color: #0000cd;
	color: white;
	font-weight: bold;
	white-space: nowrap;
}

.XPMNU_tipText
{
	min-width: 200px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	border: 1 solid #e0ffff;
	background-color: #e0ffff;
	color: #0000cd;
	display: none;
	width: auto;
	position: absolute;
	border: 1 solid #0000cd;
	z-index: 999;
	white-space: nowrap;
}

* html .XPMNU_tipText
{
	width: 200px;
}

