.menu {
    text-align: center;
    background-image: url('/images/navbar2/menu_bg.gif');
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;}

.menu img {
    border: none;
    margin-bottom: -5px;
    margin-left: -1px;
    margin-right: -1px;
}

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #0069B5;
    border-bottom-width: 1px;
	font-family:Arial, tahoma, verdana;
	font-size:12px;
	color: black;
	background-color: #E8E8E8;
    line-height:18px;
    z-index:1000;
    width: 130px;
    text-align: left;
}

.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 10px;
    border-bottom: 0px solid #6A6A6A;
    padding: 2px 0;
    text-decoration: none;
    font-weight: normal;
    color: black;
/*    border-style: none; */
}

.dropmenudiv a:hover{ 
    background-color: #0069B5;
    color: white;
}

* html .dropmenudiv a{
    width: 100%;
}

