
/* Defining how each menu's items will look when the mouse is over and when it is not */

/*.pipeclipsOver { border-left: solid medium yellow; background-color:#eeeeee; }*/
.pipeclipsBack {  }

.root, .rootOver, .rootBack { width:100px; padding-top:4px;}
.rootOver { border-right : solid medium #98A1AF; border-left : solid medium #98A1AF; background-color:#eeeeee; }
.rootBack {  }
/* root should have a backgriound def for no */

.menuDefOver, .pipeclipsOver { background-color : #eeeeee; border-left: #98A1AF solid 3px; }
.menuDefBack { }


/* these definitions apply to the divs making up the back of the menus, not to the items within the menus which are defined by
the Over and Back settings */
.menuDef, .pipeclips { background-color : #C8D3E6; border: #EEF2F7 solid 2px; }
.root { }

/*How ALL links will appear text wise */
.linkClass { font-family:arial; font-size:12px; text-decoration : none; color : #000000;}

