#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v
{
    width: 136px; /* Main Menu Item widths */
    border: 0px solid #ccc;
    border-top:none;
    position: relative; font-size:0;
    list-style: none; margin-left: 46px;padding: 0; display:block;
    z-index:9;
}
#menu-v ul
{
    width: 136px; /* Main Menu Item widths */
    border: 0px solid #ccc;
    border-top:none;
    position: relative; font-size:0;
    list-style: none; margin-left: 0;padding: 0; display:block;
    z-index:9;
}
                
/* Top level menu links style
---------------------------------------*/

#menu-v li
{
    background: #FFF url(bg.gif) repeat-x 0 2px;
    list-style: none; margin: 0; padding: 0;
}
#menu-v li a
{
    font: normal 12px Arial;
    border-top:0px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:28px;
    padding-left:0px;            
}
#menu-v ul li a
{
    line-height:30px;
    border-top:2px solid #ccc;
}
                
#menu-v li a.arrow:hover
{
    background-image:url(arrowon.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    position: absolute;
    width: 165px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menu-v a.arrow
{
    background-image:url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menu-v li:hover, #menu-v li.onhover
{
    background-position:0 -62px;
}
#menu-v ul li
{
    background: #00EADA;
    background-image:none;
    padding-left:10px;
}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    background: #FFF;
    background-image:none;
}
        
div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    border: 0px solid #FFFFFF;
}

.myimage {
   position: relative;
   width: 100%;
}

/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */
