/* menu */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FEA86B;
	font-size : 9pt;
	border-bottom: 0px solid #ccc;
	z-index:999;
	}

ul li {
	position: relative;
	z-index:999;
	}

li ul {
	position: absolute;
	left: 0px;
	top: 20px;
	_top: 16px;
	display: none;
	height: 18px;
	z-index:999;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background: #fff; /* IE6 Bug */
	padding: 1px;
	color: #FEA86B;
	font-size : 9pt;
	height: 18px;
	z-index:999;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:link { color: #FEA86B;}
ul li a:visited { color: #FEA86B;}

li ul li a:link { color: #777777;}
li ul li a:visited { color: #777777;}

ul li a:hover { color: #FFFFFF; background: #FF832D; text-decoration: none;}
li ul li a:hover { color: #FFFFFF; background: #FF832D; text-decoration: none;}

li ul li a{
	padding: 1px 5px;
	background: #EEEEEE;
	text-decoration: none;
	width:150px;
	height: 18px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #FF832D;
}
li.menusep{
	padding: 1px 5px;
	background: #EEEEEE;
	width:150px;
	height: 18px;
	font-weight: bold;
	color: black;
	border-left: 6px solid #FF832D;
}
li.goparty{
	padding: 1px 5px;
	background: #EEEEEE;
	width:150px;
	height: 18px;
	color: black;
}
li ul li a.goparty{
	width:150px;
	height: 18px;
	font-size:8pt;
	border-left: 1px solid #FF832D;
	border-right: 1px solid #FF832D;
	border-bottom:0;
}
li ul li a.goparty:hover {
	color: #FFFFFF;
	background: #DDDDDD;
	text-decoration: underline;
}

li:hover ul, li.over ul { display: block; } /* The magic */

div.buble{
	position:relative;
	padding:10px;
}

i.tl,
i.tr,
i.bl,
i.br {
    position:absolute;
    width:3px;
    height:3px;
    overflow:hidden;
	border:1px none #FFFFFF;
    z-index:20;
    background:url(images/null.png) no-repeat top left;
}
i.tl {
    top:0;
    left:0;
	_left:-10px;
    border-style:solid none none solid;
    background-position:0 0;
}
i.tr {
    top:0px;
    right:0px;
    _right:14px;
    border-style:solid solid none none;
    background-position:2px 0;
}
i.bl {
    bottom:0;
    left:0;
	_left:0px;
    border-style:none none solid solid;
    background-position:0 2px;
}
i.br {
    bottom:0;
    right:0;
    _right:-1px;
    border-style:none solid solid none;
    background-position:2px 2px;
}

div.iconleft {
    position:relative;
    margin-bottom:12px;
    padding-left:80px;
}
div.iconleft img.anonsimage  {
	position:absolute;
	top:0px;
	left:0px;
	_left:-80px;
	border: 1px solid Black;
	z-index:1200;
}
