
#menubar {
    background: url(../images/menu.gif) repeat-x;
    width: 790px;
    height: 20px;
    text-align:center;
    margin: -2px 0px 0px 0px;
    padding: 5px 0px 0px 10px;
    z-index: 1000;
    color: #555555;
}

#menubar a{
    color: #555555;
}

#menubar a.hover{
		color: #B88D2F;
}

#list {
		display: inline;
    list-style: none;
    text-align:center;
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px;
}

#list li {
		cursor : pointer;
		display: inline;
		background: transparent;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 0px;
}

#sublistlayer {
		position: absolute;
		display: none;
		top: auto;		
		left: auto;
		margin-top: 17px;
		margin-left: 520px;
		padding: 5px;
		z-index: 1000;
		width: 150px;
    background: url(../images/submenubg.gif) no-repeat;
		text-align: left;
}

#sublistlayer a {
    font-family: Tahoma;
    font-size: 10px;
}    
