/* CSS Document */
/* style the outer div to give it width */
.navBar { background:url(/images/navbackground.jpg) top left no-repeat; height:25px; width:455px; padding:0; margin:0; font-family:Arial, Verdana, Helvetica, sans-serif; font-weight:bold; }

/* remove all the bullets, borders and padding from the default list styling */
.menu {height:25px; float:left; font-size:9.5px;}
.menu ul {padding:0; margin:0; list-style-type:none;}
.menu ul li{float:left; position:relative; border-right:1.5px solid #d2c9ba; padding:0; margin:0px;} /* floats top list and creates the lines in between */


/* Main menu rollover styles, allows button to stay highlighted when on the dropdown */
.rollover { height:25px;display:block; padding:0; margin:0; float:left;color:#e41815; }
.rollover:hover { background:url(/images/navbackground_over.jpg) top left no-repeat; }
.rollover a { display:block; float:left; height:25px; line-height:25px; font-size:10px; color:#5a5a5a; text-decoration:none; margin:0; padding:0px 10px 0 10px} /* Set the line height to center the text vertically */
.rollover a:hover {background:url(/images/navbackground_over.jpg) top left no-repeat; color:#e41815;}/* Rollover fix for IE 6 */

.rollover2 { height:25px;display:block; padding:0; margin:0; float:left;color:#e41815; }
.rollover2:hover { background:url(/images/navbackground_overmain.jpg) top left no-repeat; }
.rollover2 a { display:block; float:left; height:25px; line-height:25px; font-size:10px; color:#5a5a5a; text-decoration:none; margin:0; padding:0px 10px 0 10px} /* Set the line height to center the text vertically */
.rollover2 a:hover {background:url(/images/navbackground_overmain.jpg) top left no-repeat; color:#e41815;}/* Rollover fix for IE 6 */


.rollover3 { height:25px;display:block; padding:0; margin:0; float:left;color:#e41815; background:url(/images/navbackground_specials.jpg) top right no-repeat; }
.rollover3:hover { background:url(/images/navbackground_over_specials.jpg) top right no-repeat; }
.rollover3 a { display:block; float:left; height:25px; line-height:25px; font-size:10px; color:#5a5a5a; text-decoration:none; margin:0; padding:0px 20px 0 10px} /* Set the line height to center the text vertically */
.rollover3 a:hover {background:url(/images/navbackground_over_specials.jpg) top right no-repeat; color:#e41815;}/* Rollover fix for IE 6 */

/* First level dropdown styles */
.menu ul ul { width:100px; padding-top:3px; }
.menu ul ul li {display:block; width:100px; height:auto; position:relative; line-height:3px; border:none }
/* rollover styles */
.menu ul ul a {display:block; background:#faf9f7; width:100px; height:100%; line-height:10pt; color:#5a5a5a; text-align:left; font-size:10px; text-decoration:none; font-weight:normal; padding:3px 5px 3px 5px; margin:0; border:solid 1px #d2c9ba; border-width:0 1px 1px 1px;}
.menu ul ul a:hover {color:#e41815; background:#faf9f7;}
* html .menu ul ul a {width:100px; w\idth:100px;}





/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:10px;}
 
 

/* Style the second level flyouts level background and rollovers */
.menu ul ul ul a {background:#dbdbdb;}
.menu ul ul ul a:hover {background:#666666;}
.menu ul ul ul :hover > a {background:#666666;}


/* Style the third level flyouts level background and rollovers */
.menu ul ul ul ul a {background:#277BC7;}
.menu ul ul ul ul a:hover {background:#666666;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:22px; left:1px;  margin-left:-1px;}

/* position the third level flyout menu */
.menu ul ul ul{left:112px; top:0; width:130px;}

/* position the third level flyout menu for a left flyout */
.menu ul.left {left:-19px;margin-left:1.5px;}	


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(/images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}
/* top menu */
/* top menu */
.nav {  padding-right:15px;  margin:0; font-family:Arial, Verdana, Helvetica, sans-serif; font-weight:bold;}

.topmenu { float:left; font-size:10px; vertical-align:bottom; padding-top:13px;}
.topmenu ul {padding:0; margin:0; list-style-type:none;}
.topmenu ul li{float:left; position:relative; border-right:1.5px solid #d2c9ba; padding:0; margin:0px;} /* floats top list and creates the lines in between */

.topmenu2 { float:left; font-size:10px; vertical-align:bottom; padding-top:13px;}
.topmenu2 ul {padding:0; margin:0; list-style-type:none;}
.topmenu2 ul li{float:left; position:relative; padding:0; margin:0px;} /* floats top list and creates the lines in between */


/* Main menu rollover styles, allows button to stay highlighted when on the dropdown */
.toprollover { display:block; padding:0; margin:0; float:right;color:#e41815; }
.toprollover a { display:block; float:left; font-size:10px; color:#5a5a5a; text-decoration:none; margin:0; padding:0px 7px 0 7px;} /* Set the line height to center the text vertically */
.toprollover a:hover { color:#e41815;}/* Rollover fix for IE 6 */

.toprollover2 { display:block; padding:0; margin:0; float:right;color:#e41815; background:url(/images/cart.jpg) no-repeat; }
.toprollover2:hover { background:url(/images/cart_over.jpg) no-repeat;}
.toprollover2 a { display:block; float:left; font-size:10px; color:#5a5a5a; text-decoration:none; margin:0; padding:0px 7px 0 25px;} /* Set the line height to center the text vertically */
.toprollover2 a:hover { color:#e41815; background:url(/images/cart_over.jpg) no-repeat;}/* Rollover fix for IE 6 */





/* CSS Document */

