/* external CSS file */
/* filename menus.css */ 
/* NO HTML MARKUP ALLOWED */

/* header menu */

.nowrap { 
   white-space: nowrap; 
} 

/* MENU FOR BOOKKEEPER SERVICES TOP ROW */

#menu_toprow {
width: 565px;
font-size: 11px;
/*background: #000000;*/
/*float: left;*/
}

#menu_toprow ul {
list-style: none;
margin: 0;
padding: 0;
width: 120px;
float: left;
}

#menu_toprow a, #menu_toprow h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
color: #ffffff;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
margin: 0;
padding: 2px 3px;
}

/*#menu_toprow b {
font: bold 11px arial, helvetica, sans-serif;
color: #5a5a5a;
background: #cccccc;
text-transform: uppercase;
}
*/
#menu_toprow a {
color: #ffffff;
background: #000000;
font-size: 11px;
text-decoration: none;
}

#menu_toprow a:hover {
color: #000000;
background: #ffffff;
border-color: #414141;
}

#menu_toprow li {
position: relative;
background: #000000;
border-color: #fff;
}

#menu_toprow ul ul {
position: absolute;
z-index: 1000;
}

#menu_toprow ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu_toprow ul ul,
div#menu_toprow ul li:hover ul ul,
div#menu_toprow ul ul li:hover ul ul
{display: none;}

div#menu_toprow ul li:hover ul,
div#menu_toprow ul ul li:hover ul,
div#menu_toprow ul ul ul li:hover ul
{display: block;}

/* drop down window for "change password" and "address" */
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #3E576C;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
