.jquerycssmenu {
margin : 0px auto;
color : #333333;
padding : 0;
height : 29px;
width : 960px;
text-align : left;
border-radius : 0 0 0 0;
font-family: Arial, Tahoma, sans-serif;
position: relative;
background-color: #FFEE00;
border-bottom: 4px solid #333333;
letter-spacing: 1px;
border-top: 1px solid #333333;
}
.jquerycssmenu ul {
margin : 0 auto;
padding : 0 ;
list-style-type : none;
float : right; 
}
.jquerycssmenu ul li {
position : relative;
display : inline;
float : left;
border-radius : 0 0 0 0;
margin :  0px;
z-index :  9;
}
.jquerycssmenu ul li a {
display : block;
margin-right : 0px;
margin-left : 7px;
padding :  6px 9px 6px 9px;
margin-top : 0px;
margin-bottom : 0px;
border-bottom-width : 0;
color : #333333;
background : none;
border-radius : 0 0 0 0;
text-decoration : none;
font-size : 15px;
z-index : 999;
text-transform: uppercase;
}
.jquerycssmenu ul li a:hover, .jquerycssmenu ul li a.selected {
background-color : #333333;
color : #ffffff;
}
.jquerycssmenu ul li ul {
position : absolute;
left :  0px;
display : block;
margin-top : 0px;
visibility : hidden;
z-index : 999;
border-top : 0 solid #ffffff;
margin-left: 6px;
border-top: 4px solid #333333;
}
.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 : 160px;
background : #FFEE00;
color : #111111;
padding : 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; 
word-wrap: break-word;
text-transform: none;
}
.jquerycssmenu ul li ul li a:hover {
background : #FFEE00;
color : #ffffff;
}
.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 {
background-color : #333333;
}
.downarrowclass {
position : absolute;
top : 7px;
right : 5px;
}
.rightarrowclass {
position : absolute;
top : 5px;
right : 5px;
}

/************/

#click_menu {
	display: none;
	visibility: hidden;
	background: none;
	z-index: 999;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto 10px auto; 
	padding: 0 !important;
	border-radius: 0px;
	float: none !important;
	width: 100% !important;
	border-bottom: 4px solid #333333;
    border-top: 1px solid #333333;
	cursor: pointer;
}

#click_menu h3 {
 	padding:  8px 12px 8px 12px  ;
	font-size: 14px;
	color: #333333 !important; 
	margin: 0 auto 0 auto;
	line-height: normal;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	visibility: visible;
	border-radius: 0px;
	border: 0 !important;
}

#click_menu .click {
 	float: left;
 	padding: 0;
	margin: 0;
} 

#click_menu .click  img {
    padding: 0;
	margin: 0;
	border: 0;
	width: 50px;
	height: 30px;
	border-radius: 0px;
} 

#click_menu .click a {
 	margin: 0;
	padding: 0;
	height: 30px !important;
}