/* CSS Document */

/* MAIN MENU ////////////////////////////////////////////////////////////////////////////// */
#menu {top:70px; left:350px; position:absolute;}
#menu li{position:relative; float:left; list-style:none;}
#menu a{margin:0px; padding:0px; display:block; height:33px; text-indent:-9999px;}
#menu a:hover{border:none;}

/* MENU ITEMS */
#menu_home a, #menu_home a:visited{width:67px; background:url(../gui/menu.gif)  no-repeat 0px 0px;}
#menu_heritage a, #menu_heritage a:visited{width:114px; background:url(../gui/menu.gif) no-repeat -67px 0px; }
#menu_banks	a, #menu_banks a:visited{width:81px; background:url(../gui/menu.gif)  no-repeat -181px 0px;}
#menu_financials a, #menu_financials a:visited{width:127px; background:url(../gui/menu.gif) no-repeat -262px 0px;}
#menu_team a, #menu_team a:visited{width:67px; background:url(../gui/menu.gif)  no-repeat -389px 0px;}
#menu_news a, #menu_news a:visited{width:68px; background:url(../gui/menu.gif)  no-repeat -456px 0px;}

/* MENU ROLLOVERS */
#menu_home a:hover{width:67px; background:url(../gui/menu.gif) no-repeat 0px -66px;}
#menu_heritage a:hover{width:114px; background:url(../gui/menu.gif) no-repeat -67px -66px; }
#menu_banks	a:hover{width:81px; background:url(../gui/menu.gif)  no-repeat -181px -66px;}
#menu_financials a:hover{width:127px; background:url(../gui/menu.gif) no-repeat -262px -66px;}
#menu_team a:hover{width:67px; background:url(../gui/menu.gif)  no-repeat -389px -66px;}
#menu_news a:hover{width:68px; background:url(../gui/menu.gif)  no-repeat -456px -66px;}

/* MENU ON */
#ourhome #menu_home a{width:67px; background:url(../gui/menu.gif) no-repeat 0px -33px;}
#ourheritage #menu_heritage a{width:114px; background:url(../gui/menu.gif) no-repeat -67px -33px;}
#ourbanks #menu_banks a{width:81px; background:url(../gui/menu.gif) no-repeat -181px -33px;}
#ourfinancials #menu_financials a{width:127px; background:url(../gui/menu.gif) no-repeat -262px -33px;}
#ourteam #menu_team a{width:67px; background:url(../gui/menu.gif) no-repeat -389px -33px;}
#ournews #menu_news a{width:68px; background:url(../gui/menu.gif) no-repeat -456px -33px;}

