/* ----- MAIN NAV MENU ----- */




.tabs {list-style:none; padding:2px 0 0 10px; margin:0 10px -2px 0; height:49px; background: url(images/tabs/background.png);}
.tabs li {display:block; float:left; margin:0 -15px -3px 0;}
.tabs li a {display:block; text-decoration:none; position:relative;}

.tabs li a b.p1 {display:block; width:29px; height:41px; background:url(images/tabs/normal_l.png); float:left;}
.tabs li a b.p2 {display:block; height:41px; padding:0 10px; background:url(images/tabs/normal_m.png) repeat-x; float:left; text-align:center; line-height:40px; color:#666; font-weight:normal; font-family:verdana; font-size:12px;}
.tabs li a b.p3 {display:block; width:29px; height:41px; background:url(images/tabs/normal_r.png); float:left; position:relative; z-index:100;}

.tabs li a#m1 {z-index:600;}
.tabs li a#m1 b.p1 span.icon {float:left; width:100%; height:100%;z-index:601; background: transparent url(images/icons/house.png) no-repeat; background-position:13px 13px;}
.tabs li a#m2 {z-index:500;}
.tabs li a#m2 b.p1 span.icon {float:left; width:100%; height:100%;z-index:501; background: transparent url(images/icons/information.png) no-repeat; background-position:13px 13px;}
.tabs li a#m3 {z-index:400;}
.tabs li a#m3 b.p1 span.icon {float:left; width:100%; height:100%;z-index:401; background: transparent url(images/icons/coins.png) no-repeat; background-position:13px 13px;}
.tabs li a#m7 {z-index:300;}
.tabs li a#m7 b.p1 span.icon {float:left; width:100%; height:100%;z-index:301; background: transparent url(images/icons/link.png) no-repeat; background-position:13px 13px;}
.tabs li a#m8 {z-index:200;}
.tabs li a#m8 b.p1 span.icon {float:left; width:100%; height:100%;z-index:201; background: transparent url(images/icons/telephone.png) no-repeat; background-position:13px 13px;}
.tabs li a.m6 {z-index:100;}

.tabs li a:hover,
.tabs li a:focus,
.tabs li a:active
{border:0; z-index:700;}
.tabs li a:hover b.p1,
.tabs li a:focus b.p1,
.tabs li a:active b.p1
{position:relative; z-index:100; background:url(images/tabs/hover_l.png); cursor:pointer;}
.tabs li a:hover b.p2,
.tabs li a:focus b.p2,
.tabs li a:active b.p2
{position:relative; z-index:100; background:url(images/tabs/hover_m.png) repeat-x; color:#040; cursor:pointer;}
.tabs li a:hover b.p3,
.tabs li a:focus b.p3,
.tabs li a:active b.p3
{position:relative; z-index:100; background:url(images/tabs/hover_r.png); cursor:pointer;}

.tabs li a.selected {z-index:800;}
.tabs li a.selected b.p1,
.tabs li a:hover.selected b.p1,
.tabs li a:active.selected b.p1
{position:relative; z-index:200; background:url(images/tabs/select_l.png); cursor:default;}
.tabs li a.selected b.p2,
.tabs li a:hover.selected b.p2,
.tabs li a:active.selected b.p2
{position:relative; z-index:200; background:url(images/tabs/select_m.png) repeat-x; color:#000; cursor:default;}
.tabs li a.selected b.p3,
.tabs li a:hover.selected b.p3,
.tabs li a:active.selected b.p3
{position:relative; z-index:200; background:url(images/tabs/select_r.png); cursor:default;}

/* ----- END NAV MENU ----- */

