/* this style sheet controls the top navigation bar script and content only */

/* ######### for menu bar wrapper ######### */

.menuwrap {
background-image:url(/global/navibar/tool-bkg-3.png);
height:38px;
background-position:center;
background-repeat:repeat-x; 
padding: 0px;
margin: 0px;
}

/* ######### Style for Main navigation bar ######### */

.chromestyle{
width: 100%;
font-weight: bold;
text-align:left;
font-family:arial,helvetica,clean,sans-serif;
font-size:13px;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 8px 10px 8px 5px;
background: url(https://www.redrivercatalog.com/global/navibar/tool-bkg-3.png) center center repeat-x; 
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
padding: 8px 10px 8px 15px;
margin: 0px;
text-decoration: none;
border-right:dotted 1px #CCCCCC;

}

.chromestyle ul li a:hover{ 
background: url(https://www.redrivercatalog.com/global/navibar/tool-bkg-3.png) center center repeat-x; 
padding: 8px 10px 8px 15px;
margin: 0px;
text-decoration:underline;
border-right:dotted 1px #CCCCCC;
}

.chromestyle ul li a#selecteditem{
background: url(https://www.redrivercatalog.com/global/navibar/tool-bkg-3.png) center center repeat-x; 
font-weight: bold;
font-family:arial,helvetica,clean,sans-serif;
font-size:13px;
text-decoration:underline;
padding: 8px 10px 8px 15px;
margin: 0px;
border-right:dotted 1px #CCCCCC;
}


/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
font-family:arial,helvetica,clean,sans-serif;
font-size:13px;
line-height:24px;
z-index:100;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
list-style-position: outside;
list-style-image:url(https://www.redrivercatalog.com/global/navibar/arrow_shopby.gif);
-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
-webkit-box-shadow: 2px 4px 2px #666;
-moz-box-shadow:2px 4px 2px #666;
box-shadow: 2px 4px 2px #666;
background:#EFECE7;
background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#EFECE7));
background: -webkit-linear-gradient(botton, #FFFFFF, #EFECE7); 
background: -moz-linear-gradient(botton, #FFFFFF, #EFECE7); 
background: -ms-linear-gradient(botton, #FFFFFF, #EFECE7); 
background: -o-linear-gradient(botton, #FFFFFF, #EFECE7); 
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
color:#1e7bac;
font-weight: bold;
font-family:arial,helvetica,clean,sans-serif;
font-size:13px;
line-height:24px;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
text-decoration: underline;
color:#b50938;
}

.dropmenudiv a:visited{
color:#1e7bac;
}


.dropmenudivx{
position:absolute;
top: 0;
border: 1px solid #BBB;
font-family:arial,helvetica,clean,sans-serif;
font-size:13px;
line-height:13px;
z-index:100;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
list-style-position: outside;
list-style-image:url(https://www.redrivercatalog.com/global/navibar/arrow_shopby.gif);
-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
-webkit-box-shadow: 2px 4px 2px #666;
-moz-box-shadow:2px 4px 2px #666;
box-shadow: 2px 4px 2px #666;
background:#EFECE7;
background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#EFECE7));
background: -webkit-linear-gradient(botton, #FFFFFF, #EFECE7); 
background: -moz-linear-gradient(botton, #FFFFFF, #EFECE7); 
background: -ms-linear-gradient(botton, #FFFFFF, #EFECE7); 
background: -o-linear-gradient(botton, #FFFFFF, #EFECE7); 
}

.dropmenudivx a{
width: auto;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
color:#1e7bac;
font-weight: bold;
font-family:arial,helvetica,clean,sans-serif;
font-size:13px;
line-height:13px;
}