body {
    font: 12px Tahoma, Verdana;
}* {
    padding: 0;
    margin: 0;
}

.home {
	float: left;
	margin: 0 15px 0 0;
	width: 50px;
	height: 42px;
	background: url(images/home.gif) no-repeat left bottom;
}

.line {
    padding: 0 0 0 10px;
    background: url(images/line.gif) no-repeat left bottom;
}

.dropdown {
    float: left;
}

.dropdown dt {
    color: #FFF;
    text-align: center;
    width: 142px;
    padding: 14px 0 10px 0;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 0 3px #003f7b;
}

.dropdown dt:hover {
    background: url(images/button.jpg) no-repeat bottom;
}

.dropdown dd {
    position: absolute;
    overflow: hidden;
    width: 141px;
    display: none;
    background: #fff;
    z-index: 142px;
    opacity: 0;
}

.dropdown ul {
    width: 141px;
    list-style: none;
}

.dropdown li {
    display: inline
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
    display: block;
    padding: 6px 0 6px 0;
    color: #9dc5eb;
    text-decoration: none;
    background: #4a7dad;
    width: 141px;
}

.dropdown a:hover {
    color: #FFF;
}
