.jqueryslidemenu { 
   font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
   font-size: 14px;
   font-weight: normal;
   width : 100%;
   z-index: 1000;
 } 
.jqueryslidemenu ul { 
   margin : 0; 
   padding : 0; 
   list-style-type : none; 
   position: relative;
   z-index:1000;
   float: right
 } 
/*Top level list items*/
.jqueryslidemenu ul li { 
   position : relative; 
   display : inline; 
   float : left;
   
 } 
/*Top level menu link items style*/
.jqueryslidemenu ul li a { 
   position: relative;
   display : block; 
   color: #F16E9D;
   font-size: 14px;
   text-decoration : none; 
   } 
 
* html .jqueryslidemenu ul li a { 
   /* IE6 hack to get sub menu links to behave correctly*/
   display : inline-block; 
 } 
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited { 
   color : #F16E9D;
   font-weight: normal; 
   padding: 8px 15px;
 } 
.jqueryslidemenu ul li a:hover { 
   color: #ED196C;
   font-weight: normal; 
 }

.jqueryslidemenu ul li a.active {
    font-weight: bold;
	color: #F16E9D;
	}

	
/*1st sub level menu*/
.jqueryslidemenu ul li ul { 
   position : absolute;
   left : 0;
   display : block; 
   background: #D1D1D1; 
   color: #F16E9D;
   padding: 0px 0px 0px 2px;

 } 
 
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li { 
   background: #D1D1D1;
   display : list-item; 
   float : none; 
   color: #F16E9D;
   z-index:1000; 
     
 } 
 
/*All subsequent sub menu levels vertical offset after 1st level sub menu*/
.jqueryslidemenu ul li ul li ul { 
   top : 0; 
 } 
 
/*Sub level menu links style*/


.jqueryslidemenu ul li ul li a:link, .jqueryslidemenu ul li ul li a:visited { 
   color : #F16E9D; 
   background: #D1D1D1;
   }

.jqueryslidemenu ul li ul li a { 
   background:  #D1D1D1;
   font : normal 14px; 
   text-align: left;
 /*   width : 150px; 
   width of sub menus*/
   border-top-width: 0; 
   border-bottom : 1px solid #737373;
   color: #F16E9D; 
   border-right: none;
   white-space: nowrap;
 } 
 
.jqueryslidemenu ul li ul li a :link{ 
   font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
   font-size: 14px;
   font-weight: normal;
   text-align: left;   
 /*   width : 150px; 
   width of sub menus*/
   margin: 0; 

 } 

.jqueryslidemenuz ul li ul li a:hover { 
   /* sub menus hover style*/
   background-color: #a7a4a4;
   color: #ED196C; 
 } 
/*######### CSS classes applied to down and right arrow images  #########*/
.downarrowclass { 
   position : absolute; 
   top : 12px; 
   right : 8px; 
 } 
.rightarrowclass { 
   position : absolute; 
   top : 12px; 
   right : 5px; 
 } 