@charset "utf-8";
/* CSS Document */

#navbar {
	width: 800px; height: 15px; background-color: #000; padding: 10px 0; text-align: center;
}

#navbar a {
font-family: "Times New Roman", Times, serif; font-size: 17px; color: #CCC; text-decoration: none; letter-spacing: 0.02em;
}

#navbar a:hover {
color: #FFF;
}



#dropmenudiv{
position:absolute; margin-top: 6px;
background-color: #EA5591;
border: 1px solid #E5E5E5;
border-bottom-width: 0;
font-family: "Times New Roman", Times, serif; font-size: 12px;
letter-spacing: 0.05em; line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background-color: #CCC;
border-bottom: 1px solid #EEE;
padding: 1px 0;
text-decoration: none;
font-weight: bold; color: #222;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F5AFCB;
color: #000;
}

