/*Submenus*/

.style1 {color: white;
font-weight: bold;}

#dropmenudiv{
position:absolute;

border:1px solid white;
border-bottom-width: 0;
line-height:21px;
z-index:100;
}
#dropmenudiv a{
font-size: 10px;
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
background-color: #4296FF;
z-index: 100;
}
#dropmenudiv a:hover{ /*hover background color*/

	color: white;
background-color: black;
border-left: 1px solid white;
border-top: 1px solid white;
border-right: 1px solid white;
border-bottom: 1px solid white;
background: black url(../images/arrow_41.gif) no-repeat ;


}


