// ----------------------------------------------
//*Credits: Dynamic Drive CSS Library */
//*URL: http://www.dynamicdrive.com/style/ */
// ----------------------------------------------

#slantedmenu{
}

#slantedmenu{
font-weight: bold;
font-size: 11px;
font-family: Georgia, Times New Roman, Times, serif;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 5px;
padding: 1px 0;
margin: 0;
background-color: #FFFFFF;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 1px 0;
padding-right: 18px;
margin: 0;
text-decoration: none;
background: transparent url(http://www.fivetownscommunityctr.org/images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: #0066FF;
}

#dropmenudiv{
position:absolute;
border:1px dotted blue;
border-bottom-width: 1;
font:normal 12px Geneva;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted blue;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: light blue;
}

