/***********************************************
* CSS Vertical List Menu- by JavaScript Kit (www.javascriptkit.com)
* Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/
* This notice must stay intact for usage
* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
***********************************************/
.glossymenu, .glossymenu li ul{
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
width: 205px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;

}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(images/button-rest-black-text.gif) repeat-x bottom left;
font: bold 15px Arial, Verdana, Helvetica, sans-serif;
color: black;

display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
padding-right: 16px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/red-arr-heb-25x25.gif) no-repeat center left;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
background-image: url(images/button-pushed-white-text.gif);
color: white;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

.red-arr-heb
{
background-image: url(images/red-triangle-heb.gif);
background-repeat: no-repeat;
display: block;

}

#blck1
{
color: black;
}

#blck2
{
color: black;
}


#blck1:hover
{
color: white;
}

#blck2:hover
{
color: white;
}

