/* Menu behaviour */

.dropdownMenu
	{
	position:relative;
	z-index:100;
	height: 18px;
	}

.dropdownMenu ul
	{
	padding:0;
	margin:0;
	list-style-type:none;
	}

.dropdownMenu ul ul 
	{
	width:150px;
	}

.dropdownMenu li
	{
	float:left;
	position:relative;
	}

.dropdownMenu a, .dropdownMenu a:visited
	{
	display:block;
	display: inline-block;
	line-height: 18px;
	text-decoration:none;
	}

.dropdownMenu ul ul
	{
	visibility: hidden;
	position:absolute;
	height: auto;
	top:18px;
	left:0;
}

.dropdownMenu table
	{
	position:absolute;
	top:0;
	left:0;
	}

.dropdownMenu ul ul a, .dropdownMenu ul ul a:visited
	{
	padding-right:0px; 
	width:140px
	}

.dropdownMenu ul :hover ul
	{
	visibility: visible;
	}

/* First level style */

.dropdownMenu ul a
	{
	padding-left:10px;
	}

.dropdownMenu ul a:hover
	{
	background-color: transparent;
	background-image: url('/img/bg-tl_corner-11x18.png');
	background-position: left top;
	background-repeat: no-repeat;
	}

.dropdownMenu ul :hover > a
	{
	color: #a31a0f;
	background-color: transparent;
	background-image: url('/img/bg-tl_corner-11x18.png');
	background-position: left top;
	background-repeat: no-repeat;
	}

.dropdownMenu span
	{
	padding-right: 16px;
	display: block;
	}

.dropdownMenu ul span
	{
	background-image: url('/img/bg-mi_splitter-11x18.png');
	background-position: right top;
	background-repeat: no-repeat;
	}

.dropdownMenu ul li.mmLastItem span
	{
	background: transparent;
	}

.dropdownMenu ul li.mmLastItem a:hover span
	{
	background-image: url('/img/bg-mi_right_no_splitter-200x18.png');
	background-position: right top;
	background-repeat: no-repeat;
	}

.dropdownMenu ul li.mmLastItem:hover span
	{
	background-image: url('/img/bg-mi_right_no_splitter-200x18.png');
	background-position: right top;
	background-repeat: no-repeat;
	}

.dropdownMenu ul a:hover span
	{
	color: #a31a0f;
	background-image: url('/img/bg-mi_right-200x18.png');
	background-position: right top;
	background-repeat: no-repeat;
	}

.dropdownMenu ul :hover span
	{
	color: #a31a0f;
	background-image: url('/img/bg-mi_right-200x18.png');
	background-position: right top;
	background-repeat: no-repeat;
	}

.dropdownMenu ul li
	{
	padding-right:5px;
	}

/* Second level style */

.dropdownMenu ul ul li
	{
	background-color: #e5e5e5;
	padding-right:0px;
	}

.dropdownMenu ul ul a:hover
	{
	background: #efefef;
	}

.dropdownMenu :hover ul li.firstItem
	{
	padding-top: 5px;
	background-color: transparent;
	background-image: url('/img/bg-sm_top-150x100.png');
	background-position: right top;
	background-repeat: no-repeat;
	}

.dropdownMenu :hover ul li.lastItem
	{
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url('/img/bg-sm_bottom-150x100.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	}

/* General style */

.dropdownMenu,
.dropdownMenu *
	{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	padding-bottom: 1px;
	}

.dropdownMenu a,
.dropdownMenu a:visited
	{
	color: #000000;
	}

.dropdownMenu a:hover
	{
	color: #a31a0f;
	}

.dropdownMenu .itemSplitter
	{
	display: inline;
	border-left: solid 5px #e5e5e5;
	border-right: solid 5px #e5e5e5;
	background-color: #d9d9d9;
	width: 140px;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	padding-bottom: 0px;
	}
