.profilmenu{
z-index:100;
margin-right:-26px;
padding-left:26px;
font: bold 12px Verdana;
}

.profilmenu ul{
margin: 0;
margin-left:20px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.profilmenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.profilmenu ul li a{
display: block;
padding: 0px;
margin-right: 0px; /*spacing between tabs*/
border-bottom-width: 0;
text-decoration: none;
}
	
/*1st sub level menu*/
.profilmenu ul li ul{
position: absolute;
margin-left: -68px;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.profilmenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.profilmenu ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.profilmenu ul li ul li a{
color: #ffffff;
padding: 4px 5px;
margin: 0;
}

.profilmenu ul li ul li a:hover{ /*sub menus hover style*/
/*background: #fea300;*/
color: black;
background: #eaff00; /* Old browsers */
background: -moz-linear-gradient(top,  #eaff00 0%, #90aa02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaff00), color-stop(100%,#90aa02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaff00 0%,#90aa02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaff00 0%,#90aa02 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaff00 0%,#90aa02 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eaff00 0%,#90aa02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaff00', endColorstr='#90aa02',GradientType=0 ); /* IE6-9 */
}

/* ######### CSS classes applied to down and right arrow images  ######### */

