﻿/*
	Name:	Traumeel Navigation CSS
	Author:	Created by Jeff Algarra
	Owner:	Heel Inc. 
	E-Mail: jalgarra@heeelusa.com
	Version:1.0
	Notes:

	
*/
/* Main Navigation Styles **************************/
#navcontainer
{
	margin: 0;
	padding-left: 8px;
	height: 25px;
	font: 8pt Arial,Verdana;
	width: 100%;
	border-bottom: 3px solid #edf7fb;
	list-style-type: none;
	background-image: url(../images/main_nav_bg.png);
}

.navlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	font-size: 8pt;
	font-weight: bold;
}
 .pipe
{
	color:black;
	display: block;
	padding-top:5px;
	font-size:8pt;
	font-weight:normal;
}
.navlist li a, .navlist li a:link
{
	background-image:url(../images/main_nav_bg.png);
	color: #00A6D6;
	text-decoration: none;
	padding: 6px 4px 5px 4px;/*top, right, bottom, left*/
	display: block;
	/*border-right:1px solid black;*/
}

.navlist li a:hover
{
	color: #0082C5;
	border-bottom: 3px solid #CB5142;
	cursor: pointer;
	/*background-image:url(../images/main_nav_hover_bg.png);*/
}

.navlist li a.current, .navlist li a.current:link
{
	color: #127a90;
	cursor: default;
	font-weight: bold;
	border-bottom: 6px solid #CB5142;
}
.navlist li a.current:hover
{
	border-bottom: 6px solid #CB5142;
	/*background: #eee;*/
}
/* Main Top Navigation *********************************/

.top_nav_container	
{
	margin-top:10px;
	margin-left:15px;
	font-size:8pt;
	color:#0182c4;
}
.top_nav_container a	
{
	color:#0182c4;
	text-decoration: none;
	padding:0px 3px 0px 3px;
}
.top_nav_container a:hover	
{
	color:#0182c4;
	text-decoration: none;
}
/* Left Navigation **************************************/
.treeview 
{
	font-size:11px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding-top: 7px;
	
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: transparent url(../images/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 3px;
	font-size:11px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: transparent url(../images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	font-size:11px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}
.treeview a	
{
	color:#0082C5;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.treeview a:hover	
{
	color:#107994;
	text-decoration:underline;
	font-size:11px;
}
.ctl00_LeftSubNav_TraumeelTreeView_1	
{
 font-size:15px;	
}

/* Right Navigation *************************************/

/* Footer Navigation ************************************/

.footer_nav	
{
	margin-left:165px;
	margin-right:179px;
	padding-top:20px;
	text-align:center;
	vertical-align:bottom;
}
.footer_nav	a	 
{
	text-decoration:none;
	font-size:10px;
}
.footer_nav	a:hover	 
{
	text-decoration:underline;
}
