
/*body {margin:0px;}*/
table {margin:0px; padding:0px; border:0px;}
#ddmenu img {border-width:0px;}

/* Begin CSS Popout Menu */

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-image: url('images/nav_images/nav_bg.jpg');
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 0px;
margin-left: 10px;
margin-bottom: 0px;
text-decoration: none;
font-weight: bold;
color: #000033;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #ff2222;
}

/* End CSS Popout Menu */

