/* @override 
	http://devel.wilkechiropractic.com/skin/css/jqueryslidemenu2.css
	http://dev.wilke.local/skin/css/jqueryslidemenu2.css
*/

/* Last modified 8/21/09 by ECL for itPage distribution */
/* This stylesheet controls the look of the jQuery slidemenu (dropdown) */
/* Feel free to change this at will */

/* SITE-SPECIFIC STYLESHEET */
/* This stylesheet controls the look of the jQuery slidemenu (dropdown) */
#myslidemenu {
	height: 34px;
	margin: 0;
	float: left;
	display: block;
	width: 960px;
	overflow: visible;
	z-index: 10 !important;
	/*background: url(../images/DropdownBlend.png) repeat;*/
	visibility: visible;
/* KEEP THIS so dropdown displays at a higher z-index than everything else */	
	position:relative;
}
.jqueryslidemenu {
	font: bold 14px 'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;
	background-color: #6b6b6b;
	width: 960px;
	height: 40px;
	padding-top: 5px; }
.jqueryslidemenu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none; }
/* Top level list items */
.jqueryslidemenu ul li {
/* OPTIONAL ADD WIDTH */
/* If Width is undefined, it will just use the width of the link + padding */
	position: relative;
	display: inline;
	float: left;
	text-align: left;
	color: white; }
/* Top level menu link items style */
.jqueryslidemenu ul li a {
/* Throws Validation error */
	font: bold 14px 'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;
	display: block;
	/*background: #E3F4F6;*/
	color: white;
	padding: 8px 12px 10px 10px;
	text-decoration: none; }
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block; }
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: white;
}
/* tab link background during hover state*/
.jqueryslidemenu ul li a:hover {
	/*background: #6b6b6b;*/
	color: white;
	text-decoration: underline;
	}
/* 1st sub level menu */
.jqueryslidemenu ul li ul {
	position: absolute;
	/* left: 20px; */
	margin-left: -20px;
	display: block;
	visibility: hidden; }
/* Sub level menu list items (undo style from Top level List Items) */
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
	 }
/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul { top: 0; }
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: bold 13px 'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;
	width: 190px; /*width of sub menus*/
	background: #6b6b6b;
	padding: 7px 7px 7px 20px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid white; }
.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
	background: #6b6b6b;
	color: white;
	text-decoration: underline; }
/* Classes applied to down and right arrow images */
.downarrowclass {
	position: relative;
/*	top: 6px; */
	left: 7px; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }