@charset "UTF-8";
/* CSS Document */

.glossymenu{
margin: 0;
padding: 0;
width: 100px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #fffbf1;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: 000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 100px;
margin-top: 0;
padding: 0;
text-decoration: none;
}
.glossymenu a.menuitem span{ display:none;}

.glossymenu a.menuitem:focus {outline: none;}

.glossymenu a.menuitem#home-store { background: url(/images/homeBtn_store2.jpg) no-repeat -100px 0; height: 24px;
}
.glossymenu a.menuitem#home-store:hover { background: url(/images/homeBtn_store2.jpg) no-repeat 0 0;
}

.glossymenu a.menuitem#home-about { background: url(/images/homeBtn_about2.jpg) no-repeat -100px 0; height: 28px;
}
.glossymenu a.menuitem#home-about:hover { background: url(/images/homeBtn_about2.jpg) no-repeat 0 0;
}

.glossymenu a.menuitem#home-local { background: url(/images/homeBtn_local2.jpg) no-repeat -100px 0; height: 38px;
}
.glossymenu a.menuitem#home-local:hover { background: url(/images/homeBtn_local2.jpg) no-repeat 0 0;
}

.glossymenu a.menuitem#home-distributors { background: url(/images/homeBtn_distributors2.jpg) no-repeat -100px 0; height: 38px;
}
.glossymenu a.menuitem#home-distributors:hover { background: url(/images/homeBtn_distributors2.jpg) no-repeat 0 0;
}

.glossymenu a.menuitem#home-contact { background: url(/images/homeBtn_contact2.jpg) no-repeat -100px 0; height: 27px;
}
.glossymenu a.menuitem#home-contact:hover { background: url(/images/homeBtn_contact2.jpg) no-repeat 0 0;
}

.glossymenu a.menuitem#home-products { background: url(/images/homeBtn_products2.jpg) no-repeat -100px 0; height: 24px;
}
.glossymenu a.menuitem#home-products:hover { background: url(/images/homeBtn_products2.jpg) no-repeat 0 0;
}

/*.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}



.glossymenu a.menuitem:hover{
background: url(/images/menuAwning-bkg.jpg) no-repeat -117px 0;
}*/

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: fffbf1;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid #dddddd;*/
}

.glossymenu div.submenu ul li a{
margin:0;
display: block;
background: #fffbf1;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding:0;
}
.glossymenu div.submenu ul li a:focus {outline: none;}
.glossymenu div.submenu ul li a span {display:none;}

.glossymenu div.submenu ul li a#home-airslide {background: url(/images/homeBtn_airslide2.jpg) no-repeat -100px 0; height: 53px;}
.glossymenu div.submenu ul li a#home-airslide:hover {background: url(/images/homeBtn_airslide2.jpg) no-repeat 0 0;}

.glossymenu div.submenu ul li a#home-rollbord {background: url(/images/homeBtn_rollbord2.jpg) no-repeat -100px 0; height: 55px;}
.glossymenu div.submenu ul li a#home-rollbord:hover {background: url(/images/homeBtn_rollbord2.jpg) no-repeat 0 0;}

.glossymenu div.submenu ul li a#home-repositioning {background: url(/images/homeBtn_repositioning2.jpg) no-repeat -100px 0; height: 42px;}

.glossymenu div.submenu ul li a#home-repositioning:hover {background: url(/images/homeBtn_repositioning2.jpg) no-repeat 0 0;}
.glossymenu div.submenu ul li a#home-liftTransport {background: url(/images/homeBtn_liftTransport.jpg) no-repeat -100px 0; height: 42px;}
.glossymenu div.submenu ul li a#home-liftTransport:hover {background: url(/images/homeBtn_liftTransport.jpg) no-repeat 0 0}
.glossymenu div.submenu ul li a#home-lift {background: url(/images/homeBtn_emergency2.jpg) no-repeat -100px 0; height: 42px;}
.glossymenu div.submenu ul li a#home-lift:hover {background: url(/images/homeBtn_emergency2.jpg) no-repeat 0 0;}

.glossymenu div.submenu ul li a#home-fall {background: url(/images/homeBtn_fall2.jpg) no-repeat -100px 0; height: 44px;}
.glossymenu div.submenu ul li a#home-fall:hover {background: url(/images/homeBtn_fall2.jpg) no-repeat 0 0;}

.glossymenu div.submenu ul li a:hover{
background: #F7F0DC url(/images/menuSubHover-bkg.jpg) repeat-y top left;
colorz: white;
}
