#wrap {
    border:0px solid black;
    width:628px;
    text-align : center;
    }

#menu {
    background:#5B91E5;
    padding:2px 0;
    width:628px;
    }
#menu a {
    padding:4px 10px;
    font-size : 9px;
    text-decoration:none;
    font-weight:normal;
    color:#ffffff;
    }
#menu a.hover {
    background:#CACAD3;
    font-size : 9px;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }
    
.inputbox  { 
    font-family: Verdana, Tahoma, Arial; 
    font-size: 9px; 
    color: #000000; 
    background-color: #5B91E5; 
    font-weight: normal;
    margin-bottom : 0px;

}
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

.transMenu .content {
	position:absolute;
	text-decoration : none;
	font-size : 9px;
	font-family : Arial,Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	background:#5B91E5;
}

.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-decoration : none;
	font-size : 9px;
	font-family : Arial,Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	background:#5B91E5;
	border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-bottom:none;
}

.transMenu.top .items {
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-bottom:none;
}

.transMenu .item {
    color: #FFFFFF;
    text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; 
    height:0px;
}

.transMenu .item.hover {
	background:#003085;
	color:white;
}

.transMenu .item img {
	margin-left:5px;
}

.toolbar{
            text-decoration : none;
            font-size : 9px;
            font-family : Arial,Helvetica;
            font-weight : normal;
            font-style : normal;
            color : #ffffff;
        }

        A.toolbar{
            text-decoration : none;
            font-size : 9px;
            font-family : Arial,Helvetica;
            font-weight : normal;
            font-style : normal;
            color : #ffffff;
        }

        A.toolbar:Hover{
            text-decoration : none;
            font-size : 9px;
            font-family : Arial,Helvetica;
            font-weight : normal;
            font-style : normal;
            color : #ffffff;
        }

        A.toolbar:Visited{
            text-decoration : none;
            font-size : 9px;
            font-family : Arial,Helvetica;
            font-weight : normal;
            font-style : normal;
            color : #ffffff;
        }

        A.toolbar:Active{
            text-decoration : none;
            font-size : 9px;
            font-family : Arial,Helvetica;
            font-weight : normal;
            font-style : normal;
            color : #ffffff;
        }