ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}


/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-size:9pt;
	color: #000000;
	background-image: url(../pcs/bg_menu.gif); /* IE6 Bug */
	padding: 5px;
	border-bottom:solid 1px;
	border-left: none;
	border-right: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #F76503 ;display: block; background-image: url(../pcs/bg_menu.jpg)} /* Hover Styles */
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.mode {
  position: absolute;
  left: 5px;
  top: 5px;
}

.linkwithicon{
	text-decoration: none;
	font-weight:bold;
	font-size:9pt;
	color: white;
	background-image: url(../pcs/bg_footer.gif); /* IE6 Bug */	
	width:150px;
	height:25px;
	border-bottom:solid thin white;
	
	
}
.linkwithicon a{
	text-decoration: none;
	font-weight:bold;
	font-size:9pt;
	color: white;
	background-image: url(../pcs/bg_footer.gif); /* IE6 Bug */	
	height:25px;
	border:none;
	cursor:pointer ;	
}


.leftlink {
	display:inline;
	text-decoration: none;
	font-weight:bold;
	font-size:9pt;
	color: #000000;
	background-image: url(../pcs/bg_menu.gif); /* IE6 Bug */
	border:none;
}

.linkindented {
	border: none;
	position: relative;
	padding-top: 2px;
	left: 26px;
}

.aftericon 
{
	position: relative;
	
	vertical-align:middle;
	padding-top: 4px;
	display:inline;	
}

.domainmenu 
{
	white-space: nowrap;
	position: relative;
	left: 4px;
	padding-top: 2px;
}

.menubody {
  border: none
}
.itemhidden {display:none}
.itemshown {display:inline}