﻿.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 103px; /*WIDTH OF MAIN MENU ITEMS*/
height:29px/*Hight OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(http://www.eshbel.com/images/Buttons/MBut.png);
background-repeat:no-repeat;
background-color:#848484;
font: 14px Verdana, Helvetica, sans-serif;
vertical-align:middle;
padding:5px 0px 0px 7px;
color: black;
display: block;
width: 97px; /*WIDTH OF SUB MENU ITEMS*/
height:29px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
background: white url(http://www.eshbel.com/images/Buttons/SubMenuBtn.png);
background-repeat:repeat-y;
width: 96px; /*WIDTH OF SUB MENU ITEMS*/
height:29px;
font-size:12px;
line-height:16px;
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
background-color:gray;
font-size:12px;
line-height:16px;
left: 0;
top: 0;

}

.glossymenu li ul a{
background: white url(http://www.eshbel.com/images/Buttons/SubMenuBtn.png);
background-repeat: repeat-y;
width: 96px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
height:24px;
font-size:12px;
line-height:16px;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;

}

.glossymenu li a:hover{
color:blue;
width: 96px; /*WIDTH OF MAIN MENU ITEMS*/
height:29px;/*Hight OF MAIN MENU ITEMS*/
background-color: #666666;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
