.jquerycssmenu{
font: normal 11px Verdana;
padding-left: 15px; /*offset of tabs relative to browser left edge*/

}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
text-align: left;
}
.jquerycssmenu ul li img {
	//position: relative;
	//top: -5px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a,
.jquerycssmenu ul li a:visited
{
display: block;
background: none; /*background of tabs (default state)*/
margin-top: 3px;
margin-bottom: 5px;
margin-right: 10px; /*spacing between tabs*/
color: #ffffff;
font-weight: bold;
text-decoration: none;
	padding: 12px 15px 0px 10px;
	//padding: 7px 15px 0px 10px;
	vertical-align: bottom;
}

.jquerycssmenu ul li a:hover,
.jquerycssmenu ul li a:active{
color: #B0C800; /*tab link background during hover state*/
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
padding-left: 10px;
visibility: hidden;
text-decoration: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
text-decoration: none;
border-top: 1px solid #ffffff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a,
.jquerycssmenu ul li ul li a:visited
{
font: normal 11px Verdana;
width: 130px; /*width of sub menus*/
background: #0294c7;
color: #ffffff;
padding: 4px 5px;
margin: 0;
text-decoration: none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #4294c3;
color: #2C353E;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}


.flike_button_home {
	float: left; padding-left: 365px; padding-top: 13px;
	//padding-top: 12px;
}
.flike_button_all {
	float: left; padding-left: 110px; padding-top: 13px;
	//padding-top: 12px;
}
