.glossymenu, .glossymenu li ul{
list-style-type: none;
background: #cc3300 repeat-x bottom left;
margin: 0;
padding: 0;
width: 100px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
float: left;
}

.glossymenu li ul {
	top: auto;
	left: auto;
	}

/*___________________________________________________________________________________________________*/
/*                                         Manufacturer  Level 2                                            */
/*___________________________________________________________________________________________________*/
.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 100px; /*WIDTH OF SUB MENU ITEM level 1*/
left: 98px;  
top: 0;
display: none;
border-top: 1px solid #003366;
z-index: 100;
}
/*___________________________________________________________________________________________________*/
/*                                         Make     Level 3                                        */
/*___________________________________________________________________________________________________*/
.glossymenu li ul li ul{ /*SUB MENU STYLE 2*/
overflow:hidden;
position: absolute;
width: 100px; /*WIDTH OF SUB MENU ITEMS*/
left: 199px;
top: 0;
display: none;
border-top: 1px solid #003366;
z-index: 100;
}
/*___________________________________________________________________________________________________*/
/*                                        Model        Level4                                              */
/*___________________________________________________________________________________________________*/
.glossymenu li ul li ul{ /*SUB MENU STYLE 3*/
position: absolute;
width: 100px; /*WIDTH OF SUB MENU ITEMS*/
left: 98px;
top: 0;
border-top: 1px solid #003366;
display: none;
z-index: 500;
}
/*___________________________________________________________________________________________________*/

.glossymenu li a{
background: #cc3300 repeat-x bottom left;
font: bold 11px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: 100px;

border-top: 1px solid #003366;
padding: 5px 0;
padding-left: 2px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu .subfolderstyle{
overflow: auto; /*force hasLayout in IE7 */
background: #cc3300;
background-image:  url(arrow.gif) no-repeat center right;
}


.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background: #cc3300;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */