.jquerycssmenu{
	color : #FFF;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background : #9e0023;
z-index : 999;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
background : #9e0023;
height: 19px;
border-right : 1px solid #FFF;
white-space: nowrap;
z-index : 999;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
z-index : 999;
display: block;
/*
background: white url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/

padding: 2px 7px 2px 7px;
margin-right: 3px; /*spacing between tabs*/
border-bottom-width: 0;
color : #FFF;
text-decoration: none;

cursor : pointer;
}

.jquerycssmenu ul li a:hover{
/*
background-image: url(tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
height: 19px;
border-top : 1px solid #FFF;
background : #9e0023;
z-index : 999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item block;
float: none;
height: 19px;
border-right : none;
white-space: nowrap;
background-color: #9e0023;
width : 100%;
z-index : 999;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
z-index : 999;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 100%; /*width of sub menus*/
padding: 3px 7px 3px 7px;
margin: 0;
border-top-width: 0;
background : #9e0023;
color : #FFF;
z-index : 999;
}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #CB1616;
}

a.deroule{
	display : block;
	background : url(../images/WebResource.gif) no-repeat right !important;

	padding-right : 20px !important ;

}
