body {
}

#otherItems {
	text-align:left;
    position: relative;
    top: 20px;
	left:20px;
	height:30px;
    width: 150px;
    padding: 5px;
    margin: 5px;
    border-top: solid 1px #336699;
	background-color: #004080;
}

#listHeader {
    position: absolute;
    left: 0px;
    font-size: small;
    /*
background-color: #369;
*/
    color: white;
	padding-left: 10px;
	 padding-right: 0px;
}

#navlist {
	position: relative;
	top:17px;
	left:45px;
	width:150px;
    margin-top: 0px;	
    margin-left: 0px;
    padding-left: 10px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

#otherItems li {
    margin-bottom: -5px;
	 list-style-type: none;
}

#otherItems a {
    display: block;
    padding: 3px;
    width: 160px;
    background-color: #82a3c4;
    border-bottom: 1px solid #eee;
}

#otherItems a:link, #otherItems a:visited {
    color: #EEE;
    text-decoration: none;
}

#otherItems a:hover {
    background-color: #369;
    color: #fff;
}
