.jquerycssmenu {
margin : 0px auto;
color : #ffffff;
padding : 0;
height : 50px;
width : 960px;
text-align : left;
border-radius : 0px;
font-family: "trebuchet MS";
position: relative;
 
}
.jquerycssmenu ul {
margin : 1px auto 0 auto;
padding : 0 0px 0 5px;
list-style-type : none;
float : right; 
z-index : 11;
}
.jquerycssmenu ul li {
position : relative;
display : inline;
float : left;
border-radius : 0px;
margin : 1px ;
z-index : 11;
}
.jquerycssmenu ul li a {
display : block;
margin-right : 0px;
margin-left : 11px;
padding : 15px 8px 14px 8px;
margin-top : 0px;
margin-bottom : 0px;
border-bottom-width : 0;
font-weight: normal;
color : #ffffff;
background : none;
border-radius : 0px;
text-decoration : none;
font-size : 15px;
z-index : 11;
text-transform: uppercase;
}
.jquerycssmenu ul li a:hover, .jquerycssmenu ul li a.selected {
background-color : #ffffff;
color : #094871;
}
.jquerycssmenu ul li ul {
position : absolute;
left :  0px;
display : block;
margin-top :  0px;
visibility : hidden;
z-index : 11;
border-top : 1px solid #094871;
margin-left: 0px;
}
.jquerycssmenu ul li ul li {
display : list-item;
float : none;
margin : 0;
padding : 0;
}
.jquerycssmenu ul li ul li ul {
top : 0;
margin : 0;
}
.jquerycssmenu ul li ul li a {
width : 200px;
background : #efefef;
color : #333333;
padding : 12px 7px 12px 7px;
margin : 0;
border-top-width : 0;
border-bottom : 1px solid #ffffff;
border-left : 1px solid #ffffff;
border-right : 1px solid #ffffff;
margin-left : 0;
border-radius : 0 0 0 0;
text-transform: capitalize;
}
.jquerycssmenu ul li ul li a:hover {
background : #094871;
color : #f7f7f7;
}
.jquerycssmenu ul li ul li a:hover, .jquerycssmenu ul li ul li a:focus, .jquerycssmenu ul li ul li a:active, .jquerycssmenu ul li ul li:hover, .jquerycssmenu ul li ul li:focus, .jquerycssmenu ul li ul li:active {
color : #094871;
background-color : #f7f7f7;
}
.downarrowclass {
position : absolute;
top : 7px;
right : 5px;
}
.rightarrowclass {
position : absolute;
top : 5px;
right : 5px;
}