/* Vibotherapy - Navigation */


#navigation {
	float: left;
	height: 83px;
	padding: 0 8px 0 8px;
	margin: 0;
	background: url(/grfx/nav_bg_plain.jpg) top left no-repeat;
}


/* this unordered list holds the navigation buttons */

#navigation ul.navMain {
	font-size: 0.7em;
	margin: 0 0 0 0;
	padding: 0;
	width: 760px;
	height: 29px;
	border-bottom: 1px solid #1C5487;
}

/* styling for nav list items */

#navigation ul.navMain li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	background: url(/grfx/navbg.gif) 0px 0px repeat-x;
}
#navigation ul.navMain li.normal {
}
#navigation ul.navMain a span {
	padding-top:8px;
	padding-right:20px;
	background: transparent url(/grfx/tabright.gif) right top no-repeat;
}

/* ie hack */

* html #navigation li {
	font-size: 2px;
}

/* styling for list item anchors */

#navigation ul.navMain li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 8px 0px 8px 22px;
	border: 0px;
	display: block;
	background: transparent url(/grfx/tableft.gif) left top no-repeat;
}

/* menu rollovers */

#navigation ul.navMain #home.active {
	background: url(/grfx/homebg.gif) 0px 0px repeat-x;
}
#navigation ul.navMain #home.active a span {
	background: transparent url(/grfx/homeright.gif) right top no-repeat;
}
#navigation #home.active a {
	background: transparent url(/grfx/homeleft.gif) left top no-repeat;
}

#navigation ul.navMain #professionals.active {
	background: url(/grfx/profbg.gif) 0px 0px repeat-x;
}
#navigation ul.navMain #professionals.active a span {
	background: transparent url(/grfx/profright.gif) right top no-repeat;
}
#navigation #professionals.active a {
	background: transparent url(/grfx/profleft.gif) left top no-repeat;
}

#navigation ul.navMain #gymnasiums.active {
	background: url(/grfx/gymbg.gif) 0px 0px repeat-x;
}
#navigation ul.navMain #gymnasiums.active a span {
	background: transparent url(/grfx/gymright.gif) right top no-repeat;
}
#navigation #gymnasiums.active a {
	background: transparent url(/grfx/gymleft.gif) left top no-repeat;
}

#navigation ul.navMain #personal.active {
	background: url(/grfx/personbg.gif) 0px 0px repeat-x;
}
#navigation ul.navMain #personal.active a span {
	background: transparent url(/grfx/personright.gif) right top no-repeat;
}
#navigation #personal.active a {
	background: transparent url(/grfx/personleft.gif) left top no-repeat;
}

/* sub nav */
#navigation ul.subnav {
	position: absolute;
	font-size: 0.7em;
	margin: 0 0 0 0;
	height: 29px;
	z-index: 20;
	padding: 4pt 0 0 0;
	display: none;
	width: 760px;
}

#navigation ul.subnav li {
	margin: 0;
	padding: 5px 0 5px 0;
	display: inline;
	background: none !important;
}

#navigation ul#home_subnav {
	background-color: #e77002;
}

#navigation ul#professionals_subnav {
	background-color: #6a2d91;
}

#navigation ul#gymnasiums_subnav {
	background-color: #0078c0;
}

#navigation ul#personal_subnav {
	background-color: #60ad2d;
}

#navigation ul.subnav li a {
	margin: 10px 12px 0px 0px;
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;	
	background: none !important;
}

#navigation ul.subnav li a:hover {
	text-decoration: underline;
}

#navigation ul.subnav li.cart a.shop {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation ul.subnav li.cart {
	margin: 6px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}


