#dropmenudiv{
	position:absolute;
	background-color: #66CCFF;
	border:1px solid #000000;
	font-color: #000000;
	border-bottom-width: 0;
	font:normal 10px Verdana #716F6F;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0px;
text-decoration: none;
/*font-weight: bold;*/

}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000000;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

/* added by MASbiH */


.dDrive {
    font-family: georgia, tahoma, verdana;
    font-size: 11px;
    -moz-user-select: none;
}

.dDrive .button,
.dDrive .button:hover,
.dDrive .button-active,
.dDrive .button-active:hover {
    line-height: normal;
    padding: 3px 4px 2px 4px;
    border: 1px solid #ECE9D8;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
}

.dDrive a {
	font-weight: normal;
    line-height: normal;
	padding: 2px 2px 3px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    display: block;
    position: relative;
}
.dDrive a:hover {
	font-weight: normal;
    line-height: normal;
	background-color: #66CCFF;
	padding: 2px 2px 3px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    display: block;
    position: relative;
}
