/*
 * DO NOT REMOVE THIS NOTICE
 *
 * PROJECT:   MyGosuMenu
 * VERSION:   1.5.5
 * COPYRIGHT: (c) 2003-2009 Cezary Tomczak
 * LINK:      http://www.gosu.pl/MyGosuMenu/
 * LICENSE:   BSD revised (free for any use)
 */
 
.autocom #menu1 
{
    height:36px;
	/*margin-right:auto; */
	font: 12px;
	margin-left:auto;
	margin-right:auto;
}


.autocom #menu1 .item1
{
    padding: 3px 10px 3px 10px;
    background: transparent;
    font: 12px verdana;
    color: #ffffff;
    font-weight: normal;
    text-decoration:none;  /*    to underline the menu links    */
    display: block;
    white-space: nowrap;
    position: relative;
    }
    
 .autocom #menu1 .menu-pipe
{
    color: #666;
    }
    
    


.autocom #menu1 .item1:hover,
.autocom #menu1 .item1-active,
.autocom #menu1 .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: transparent;
    font: 12px verdana;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.autocom #menu1 .item2,
.autocom #menu1 .item2:hover,
.autocom #menu1 .item2-active,
.autocom #menu1 .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 12px verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.autocom #menu1 .item2 {
    background: #e5e1da;
}
.autocom #menu1 .item2:hover,
.autocom #menu1 .item2-active,
.autocom #menu1 .item2-active:hover {
    background: #ffffff;
    text-decoration:none;
}
.autocom #menu1 .arrow,
.autocom #menu1 .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.autocom #menu1 .item2 img,
.autocom #menu1 .item2-active img{
    position: absolute;
    top: 0px;   /*  was 4px top  */
    right: 1px;
    border: 0;
}
.autocom #menu1 .section {
    border: 1px solid #b8b4ae; /* this is the dropdown box */
    position: absolute;
    visibility: hidden;
    z-index: -1;
    text-align:left;
    margin-top:8px;
}

* html .autocom #menu1 td { position: relative; } /* ie 5.0 fix */