.jquerycssmenu{
font: 12px "Arial Rounded MT Bold", Arial, sans-serif;
font-weight: normal;
text-align: center;
border-top: solid 1px #FFF;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height:23px;
padding-left: 0px;
border-top: solid 1px #6C3A06;
border-bottom: solid 1px #6C3A06;
clear:both;
text-align:center;
vertical-align:middle;
font-size:12px;
}

/*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;
padding: 3px 13px;
/*margin-right: 1px; spacing between tabs*/
/*border-left: solid 1px #2D4C7B;*/
color: #542E0F;
text-decoration: none;
text-align: center;
font-size: 15px;
letter-spacing: 0px;
vertical-align: center;
}

.jquerycssmenu ul li.last a {
border-right: none;
color: red;
}

.jquerycssmenu ul li a:hover{
background: #502B10 url(linkstophover.png) repeat-x scroll left top;
color:#FFFFFF;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #F2E0BB;
padding-left:0px;
}

/*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: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 10px Verdana;
width: 200px; /*width of sub menus*/
max-width:300;
height:auto;
background: white;
color: #542E0F !important;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
text-align: left;
border-bottom: 1px solid #F2E0BB;
border-right: 1px solid #F2E0BB;
border-left: 1px solid #F2E0BB;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#FDF5C8 url(linkstop.png) repeat-x scroll left bottom;
color: #542E0F;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

a.ysw-single-line-nav {
	padding-top: 13px !important; 
	padding-bottom: 0px !important; 
	#padding-bottom: 6px !important; 
	height: 23px !important;
	#height: 36px !important;
}

#search * {
z-index: auto !important;
}

#search DIV{
z-index: 9999 !important;
}

#home *{
	z-index: 1 !important;
}
#header *{
	z-index: 2 !important;
}

#home_featured_midwrap *{
	z-index: 0 !important;
}
