.jqueryslidemenu{
}
.jqueryslidemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
    position: relative;
    display: inline;
    float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
    display: block;
    background:#403f3f url(../images/leftNavArrow.gif) no-repeat 92%; 
    color: white;
    border-right: 1px solid #778;
    color: #2d2b2b;
    text-decoration: none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    color: white;
}
.jqueryslidemenu ul li a:hover{
    background: #0089cf; /*tab link background during hover state*/
    color: white;
    text-decoration:none;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
    position: absolute;
    left:0px;
    visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
    display: list-item;
    /* float: none; */
    border:0px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
    top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
    min-width: 200px; /*width of sub menus*/
    height:15px;
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border:0px;
    position:relative;
    top:0px;
    background:#403f3f;
}
.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
    background: #0089cf;
    color: black;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
}
.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 5px;
}
/*Menu Info*/
.menuInfo ul li a
{
	background:#403f3f;
}
.menuInfo ul li a:hover
{
	text-decoration:none;
	background-color:Black;
}
.jqueryslidemenu ul li ul li a.subhead {
    background: #0089cf;
    color: white;
    text-decoration: underline;
}
.search-expanded-t {
    height:42px;
    width:380px;
}
.search-expanded-b {
    background:url("../images/search-expanded-b-bg.gif") no-repeat scroll left bottom transparent;
    height:37px;
    margin-left:149px;
    padding:3px 0 0 7px;
    width:223px;
}
.search-expanded-ctr {
    position:absolute;
    height: 42px;
    z-index: 1000;
}
.search-expanded, #searchform {
    height: 42px;
}
.search-expanded-t input[type="text"] {
    background:url("../images/btn-sexpanded2.png") no-repeat scroll right transparent;
    width:385px;
    text-indent: 10px;
}
.search .input, .search-expanded-t input[type="text"] {
    border:0 none;
    color:#2A2A2A;
    display:block;
    font-size:15px;
    height:33px;
    margin-bottom: 0;
    margin-left: 0px;
    padding:9px 0 0;
}
.search-expanded-b select {
    float:left;
    margin-top:8px;
    width:127px;
}
#searchexpanded .submit {
    background:url(../images/rednavTopBg.png) repeat-x;
    float: right;
    margin-right: 3px;
    width: 90px;
    height: 25px;
    color: white;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    float: right;
    margin-top: 5px;
    padding-bottom: 2px;
}
button.submit {
    margin:0;
}
.submit {
    background:url("../images/buttons/red_button_white_middle.png") no-repeat scroll 0px 0px transparent;
    border:0 none;
    cursor:pointer;
    display:inline-block;
    padding:0;
}
button.submit {
    margin-left: 0px;
    width: 130px;
}
#searchexpanded .submit .inside {
    padding: 0;
    width: 90px;
}
.inside {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 23px;
    margin-left: -2px;
    text-align: center;
    white-space: nowrap;
}
.leftNav li a.collapsed {background:url(../images/expand.png) no-repeat 90%;}
.leftNav li a.expanded {background:url(../images/collapse.png) no-repeat 90%;}
.leftNav li.dailyDealNav {
    background:url(../images/rednavTopBg.png) repeat-x 90%;
}
.leftNav li.dailyDealNav a {
    color: #FFF;
}
