
#nav {
	position:absolute;
	top:50px;
	right:52px;
	height:30px;
	background-color:#cccccc;
}

.navTab_divider {background-image:url(../furniture/menu_tab_bar.gif); position:absolute; top:0px; right:0px; width:1px; height:40px;}
/* image height */
#nav, .navTab_left, .navTab_right  { height: 40px; }
.navTab{ height: 27px; }		/* minus text padding */
#nav a { font-size:16px; }
#nav a:hover .navTab, #nav a:hover .navTab_left, #nav a:hover .navTab_right { background-position: 0px -40px; color:#ff0000; font-size:16px; }
#nav a.current .navTab, #nav a.current .navTab_left, #nav a.current .navTab_right { background-position: 0px -50px;}

/*  menu indent */
#nav { padding-left: 0px; }

/* tab gaps */
.navTab { margin-right: 0px; } 

/* set to: 0px < side image width > */
.navTab span { padding: 0px 10px; }
.navTab_right, .navTab_left { width: 10px; }

/* left side image url */
.navTab_left { background-image:url(../furniture/menu_tab_l.gif); }

/* right side image url */
.navTab_right { background-image:url(../furniture/menu_tab_r.gif); }

/* central image url */
.navTab { background-image:url(../furniture/menu_tab_c.gif); }

/* text vertical padding take top padding from nav height */
.navTab { padding: 13px 30px 0px 30px; }




/* dont alter below */
#nav a { text-decoration: none; }
.navTab
{
	position: relative;
	float: left;
	
}

.navTab_left
{
	position: absolute;	left: 0px; top: 0px;
	background-repeat:no-repeat;
}

.navTab_right
{
	position: absolute;	right: 1px; top: 0px;
	background-repeat:no-repeat;
}
