ul, li{
	padding: 0px;
	margin: 0px;
}
/* MAIN ITEM */
ul.dropmenu{
	position: relative;
	float:right;
	background:#FFF;
	width: 784px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	z-index: 999;
}
.dropmenu li{
	position: inherit;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 126px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-transform:uppercase;
}

.dropmenu2 li{
	position: relative;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px-0px-5px-0px;
	width: 70px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-transform:uppercase;
}

.dropmenu3 li{
	position: relative;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 750px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform:none;
	color: #666666;
}

/* MAIN ITEM */
.dropmenu li a {
	height: 22px;
	padding: 9px 25px 0px 25px;
	display: block;
	cursor: point;
	color: #848483;
	text-transform: uppercase;		
}
.dropmenu li a:hover{
	text-decoration: underline;
}


.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	position: absolute;
	background:#00CC99;
	top: 15px;
	right: 5px;
	background:transparent url(arrow_blank.png) repeat-x scroll 0 0;
}
.dropmenu li  a:hover span{
	background:transparent url(arrow_up.png) repeat-x scroll 0 0;


}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
		
	
}


/* SUB ITEMS */
.dropmenu ul a {
  background-color: #FFF;
  border-bottom: 0;
  white-space: nowrap;
  display:block;
  color: #848483;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: none;

}

/* SUB ITEMS BOX*/
.dropmenu ul{
	position: absolute;
	color: #FFF;
	display: none;
	width: auto;
	margin: 0px;
	padding:0;
	opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
	border-bottom:10px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;

}
.dropmenu ul li{
	border: 0;
	float: none;
	
}


/* MAIN ITEMS SELECTED*/
a.selected, a:hover{
	color: #999;
	text-decoration: underline;
}
a.selected span{
	background:transparent url(css/arrow_up.png) repeat-x scroll 0 0;

}

/* SUB ITEMS SELECTED*/
.dropmenu ul a:hover {
	color: #4b7096 !important;
	text-decoration: underline;
	background-color: #fff;
	background-image: none;
}
.dropmenu div ul{
	position: relative;
	display: block;
}

/* SUB ITEMS SHADOW*/
.dropmenu li div{
	padding: 3px;
	display: none;
	position: absolute;
	
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative !important;
}
.dropmenu li div a{
	border: none;
	border-bottom: 1px solid #ccc;
}
.dropmenu li div div{
	display: block;
	position: relative;
	background: none;
	border: none;
}
.dropmenu li div div a{
	display: inline;
	border: none;
	color: #666;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
.dropmenu li div div a:hover{
	color: #000;
	text-decoration: none;
}
ul.left{
	float: left;
	width: 145px;
}
ul.right{
	float: right;
	width: 145px;
}
