
.divider {
    border-bottom:2px solid black;
    margin-top:50px;
    margin-bottom:30px;
    clear:both;
}

.divider .dividerlabel {
    width:320px;
    background:white;
}

.divider h3 {
    background:url("../img/divider.png") top left no-repeat;
    width:250px;
    color: white;
    margin-left:60px;
    margin-bottom:0;
    padding:3px;
    text-align:center;
}

.divider h3 img {
    float:left;
	margin-top:5px;
	margin-left:5px;
}



#stories .story {
    float:left;
    margin-left: 30px;
}

.menuItem span {
	cursor:pointer;
	padding-right:15px;
	background: url(../img/dropdown.gif) no-repeat right;
}

.menuItem span.open {
	background-image: url(../img/dropdownup.gif);
}
.menuItem span:hover {
	color: #0033FF;
}

.dropMenu {
    display:none;
	border-color: black;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	background:white;
	width: 200px;
}

.dropMenu li {
	list-style:none;
	padding:4px;
}

.dropMenu li:hover {
	background:#444;
	color:white;
	cursor:pointer;
}

.dropMenu a:link {
	color:black;
}

.dropMenu li:hover a:link {
    color:white;
}
