/***********************************************
* 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: 198px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;

}

.glossymenu li{
position: relative;
}

.glossymenu li a{
//background: white url(glossyback-s.gif) repeat-x bottom left;
//background: white url(grey_button.jpg) repeat-x bottom left;
background: white url(images/button-rest-l.gif) repeat-x bottom left;
font: bold 15px Arial, Verdana, Helvetica, sans-serif;
//color: white;
color: black;
display: block;
width: auto;
padding: 5px 0px;
padding-left: 20px;
padding-right: 6px;
text-decoration: none;
}

ul li a{
color: black;
}


.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
padding: 0px;
padding-left: 2px;
left: 0;
top: 0;
display: none;
color: black;
}

.glossymenu li ul li{
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
padding: 0px;
padding-left: 2px;
float: left;
}

.glossymenu li ul a{
width: 210px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 180px;
background: transparent url(images/red-arr-25x25.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
//background-image: url(glossyback2-s.gif);
//background: white url(grey_button.jpg) repeat-x bottom left;
background: white url(images/button-pushed-l.gif) repeat-x bottom left;
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.gif);
background-repeat: no-repeat;
display: block;

}


#blck1
{
color: black;
}

#blck2
{
color: black;
}


#blck1:hover
{
color: white;
}

#blck2:hover
{
color: white;
}


