.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
padding-left: 0 !important;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: none;
/*font: bold 12px Verdana, Helvetica, sans-serif;*/
font-family: 'Calamity Jane', 'Calamity Jane NF', Calibri, Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #5e5e5e;
display: block;
width: auto;
padding: 5px 0;
padding-left: 5px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
border: 2px solid white;
background-color: #b0c9ed;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background: #b0c9ed;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(/layout/jeweljones/images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #868787;
}

.glossymenu li a:hover{
background:#b0c9ed url(/layout/jeweljones/images/jewel-jones-menu.jpg) repeat-x bottom left;
color: #2f2f2f;
border-top: 2px solid white;
border-bottom: 2px solid white;
padding: 3px 0;
padding-left: 5px;
}

.glossymenu li ul a:hover{
background: #8eb2e5;
color: #2f2f2f;
border-top: 2px solid white;
border-bottom: 2px solid white;
padding: 3px 0;
padding-left: 5px;
}
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
