.jqueryslidemenu{
font: bold 12px;
width: 60%;
float:left;
}
			* html .jqueryslidemenu { display:none } 

.jqueryslidemenu ul{
margin: 1px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
background: #f8f8f8; /*background of tabs (default state)*/
color: #2d2b2b;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;

padding: 8px 4px 5px 3px;
border-top:1px solid #ccd;
border-left: 1px solid #cce;
border-right: 1px solid #778;
text-decoration: none;
border-bottom:1px solid #eee;
margin-right:2px;
}

* 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: #09487a;
}

.jqueryslidemenu ul li a:hover{
background: #1084E2; /*tab link background during hover state*/
color: white;
}


#user_menu {

}
	
	
#user_menu2{
color:#fff;
font-weight:600;
background-color:#084779; 
}



#user_menu a:visited{

}

#user_menu li a:hover{
background:#ededdd; 
color: #f60;
font-weight:500;
}


/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
margin:-1px;
}

/*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{
font: normal 10px Verdana;
 /*width of sub menus*/
width: 180px;
padding: 5px;
margin: 0;
border-top-width: 1px;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
