			* {
				padding: 0;
				margin: 0;

			}

			ul {
				list-style: none;

			}
#mine {
}
/* The class "navpop" is to isolate this css script from other scripts that use the ul tag*/
.navpop	ul a {
	color: #990000;
	text-decoration: none;
	display: block;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	font-size: small;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Verdana;
			}
			
			.navpop ul a:hover {
				color: #FFFFFF;
				text-decoration: none;
				background-color: #CC0000;
			}
			
			.navpop ul li {
				margin-bottom: 1px;
				float: left;
				position: relative;
			}
			
			.navpop ul li ul {
				list-style: none;
				position: absolute;
				left: 140px;
				top: 0;
				display: none;
				width: 125px;
				border-left: 1px solid #FFF;
			}
			
