.jquerycssmenu{
font: bold 11px Arial;
margin: 20px 0 1px 0;
border-bottom: 0px solid #09423C;
background:#E7C103 url(../images/top-menu-bg.gif) no-repeat right;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
width:100%;
height:30px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0 5px 0 0;
list-style-type: none;

}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
font: bold 11px Arial;
background: #E7C103 url(../images/top-menu-bg.gif) no-repeat; /*background of tabs (default state)*/
padding: 10px 4px 7px 5px;
margin: 0px 0px 0px 0px; /*spacing between tabs*/
border: 0px solid #626200;
border-bottom-width: 0;
color: #000;
text-decoration: none;

}

.jquerycssmenu ul li a:hover{

text-decoration: underline;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 0px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 10px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: 7.72pt Verdana;
width: 160px; /*width of sub menus*/
background: #EEEEEE;
color: black;
margin: 0 0 0 0;
padding: 3px 5px;
border-top: 0;
border-bottom: 1px solid gray;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #FFF2B1;
color: #000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{

position: absolute;

}

.rightarrowclass{

position: absolute;

}

form.searchform {
    float:right;
	display:inline;
	background: transparent;
	border: none;
	margin: 0px 0px 0 0; 
	padding: 5px 0px 0 0;
}
form.searchform input.textbox { 
	margin: 0 0 0 0; 
	width: 120px;
	border: 1px solid #B7B6AF; 
	background: #ECECEC;
	color: #333; 
	height: 15px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 1px 3px; 
	font: bold 10px Arial, Sans-serif; 
	background: #0B8A99;
	border: 1px solid #B7B6AF;
	height: 22px;
	color: #fff;	
	width: 60px;
	vertical-align: top;
}
