#menu {
	margin-top: 199px;
	_margin-top: 179px;
	margin-left: 255px;
}
/* Exception for IE 6.0 */
#menu a, #menu a:visited {
	_color: #FFF;
}
#menu a:hover {
	text-decoration: none;
} /* End IE 6.0 Excpetion */
.navigationmodule .yuimenubar{
	visibility:visible;
	position:static;
	width: 780px;
}

.navigationmodule .yuimenu .yuimenu,
.navigationmodule .yuimenubar .yuimenu{
	visibility:hidden;
	position:absolute;
	top:-10000px;
	left:-10000px;
}

.navigationmodule .yuimenubar li,
.navigationmodule .yuimenu li{
	list-style-type:none;
}

.navigationmodule .yuimenubar ul,
.navigationmodule .yuimenu ul,
.navigationmodule .yuimenubar li,
.navigationmodule .yuimenu li,
.navigationmodule .yuimenu h6,
.navigationmodule .yuimenubar h6{
	margin:0;
	padding:0;
}

.navigationmodule .yuimenuitemlabel,
.navigationmodule .yuimenubaritemlabel{
	text-align:left;
	white-space:nowrap;
}

.navigationmodule .yuimenubar ul{
	*zoom:1;
}

.navigationmodule .yuimenubar .yuimenu ul{
	*zoom:normal;
}

.navigationmodule .yuimenubar>.bd>ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	line-height:0;
}

.navigationmodule .yuimenubaritem{
	float:left;
}

.navigationmodule .yuimenubaritemlabel,
.yuimenuitemlabel{
	display:block;
}

.navigationmodule .yuimenuitemlabel .helptext{
	font-style:normal;
	display:block;
	margin:-1em 0 0 10em;
}

.navigationmodule .yui-menu-shadow{
	position:absolute;
	visibility:hidden;
	z-index:-1;
}

.navigationmodule .yui-menu-shadow-visible{
	top:2px;
	right:-3px;
	left:-3px;
	bottom:-3px;
	visibility:visible;
}

.navigationmodule .hide-scrollbars *{
	overflow:hidden;
}

.navigationmodule .hide-scrollbars select{
	display:none;
}

.navigationmodule .yuimenu.show-scrollbars,
.navigationmodule .yuimenubar.show-scrollbars{
	overflow:visible;
}

.navigationmodule .yuimenu.hide-scrollbars .yui-menu-shadow,
.navigationmodule .yuimenubar.hide-scrollbars .yui-menu-shadow{
	overflow:hidden;
}

.navigationmodule .yuimenu.show-scrollbars .yui-menu-shadow,
.navigationmodule .yuimenubar.show-scrollbars .yui-menu-shadow{
	overflow:auto;
}


/*---------------
/*---------------
/*---------------              everything you need to style is right here. and nicely commented for your enjoyment.  hello 20 minutes of navs from now on.
/*---------------
/*---------------
/*---------------
/*---------------
/*---------------




/* ---------------------------------  this is the background image of the nav module.  for some reason it overrides local styles in the theme ------------*/
.navigationmodule .yuimenubar{
	font-size:11px;
	line-height:1.3;
	background: none;
/*	border:solid 1px #808080;
	background:url(../skins/sam/sprite.png) repeat-x 0 0;*/       /*------- this is the old background --------------*/
	
}

.navigationmodule .yuimenubarnav .yuimenubaritem{

}

.navigationmodule .yuimenubaritemlabel{
	padding:0 10px;
	color:#FFF;                             /*------------ COLOR of toplevelnav text ----------*/
	text-decoration:none;
	cursor:default;
	*position:relative;
}

.navigationmodule .yuimenubarnav .yuimenubaritemlabel{
	margin-bottom: 1px;
	margin-top: 5px;
	padding:3px 0 7px 5px;                                        /*------------PADDING for button.  NO margin issues if you put it here --------------*/
	padding-right: 14px;
	*display:inline-block;
}

.navigationmodule .yuimenubarnav .yuimenubaritemlabel-hassubmenu{
/*	background:url(../skins/sam/menubaritem_submenuindicator.png)  no-repeat;    /*--------makes the little arrow show up.  don't know why it has no padding though.  not worrying about it now. ----*/
/*	background-position: right center;*/
}

.navigationmodule .yuimenubaritem-selected{
	/*background:url(../skins/sam/sprite.png) repeat-x 0 -1700px;*/             /*-----------this is the old "hover" style ---------*/
	background: #016EB1 url(../../coolwatertheme/images/bg-menu-hover.jpg) repeat-x;
	color: #FFF;
}


.navigationmodule .yuimenubaritemlabel-selected{
	border-color:#7D98B8;
	color: #FFF;                            /*----------- FONT for HOVER ----------*/
}

/*---------------
/*---------------
/*---------------     seriously, after this you really don't need to care about under normal circumstances.  It makes stuff work.  just be happy.
/*---------------
/*---------------
*/

.navigationmodule .yuimenubarnav .yuimenubaritemlabel-selected{

}

.navigationmodule .yuimenubaritemlabel-disabled{
	cursor:default;
	color:#A6A6A6;
}

.navigationmodule .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{
	background-image:url(../skins/sam/menubaritem_submenuindicator_disabled.png);
}

.navigationmodule .yuimenu{
	font-size:93%;
	line-height:1.5;
	*line-height:1.45;
}

.navigationmodule .yuimenubar .yuimenu,
.navigationmodule .yuimenu .yuimenu{
	font-size:100%;
}

.navigationmodule .yuimenu .bd{
	border: none; 
	background-color:#fff;
}

.navigationmodule .yuimenu ul{
	padding:3px 0;
	/*border-width:1px 0 0 0;
	*/border-color:#ccc;
	border:none; /*border around all menu */
}

.navigationmodule .yuimenu ul.first-of-type{
	border-width:0;
}

.navigationmodule .yuimenu h6{
	font-weight:bold;
	border-style:solid;
	border-color:#ccc;
	border-width:1px 0 0 0;
	color:#a4a4a4;
	padding:3px 10px 0 10px;
}

.navigationmodule .yuimenu ul.hastitle,
.navigationmodule .yuimenu h6.first-of-type{
	border-width:0px;
}

.navigationmodule .yuimenu .yui-menu-body-scrolled{
	border-color:#ccc #808080;
	overflow:hidden;
}

.navigationmodule .yuimenu .topscrollbar,
.navigationmodule .yuimenu .bottomscrollbar{
	height:16px;
/*	border:solid 1px #808080;    does this do anything?   */
	/*background:#fff url(../skins/sam/sprite.png) no-repeat 0 0;*/
}

.navigationmodule .yuimenu .topscrollbar{
	border-bottom-width:0;
	background-position:center -950px;
}

.navigationmodule .yuimenu .topscrollbar_disabled{
	background-position:center -975px;
}

.navigationmodule .yuimenu .bottomscrollbar{
	border-top-width:0;
	background-position:center -850px;
}

.navigationmodule .yuimenu .bottomscrollbar_disabled{
	background-position:center -875px;
}

.navigationmodule .yuimenuitem{
	_border-bottom:solid 0px #fff;
}

.navigationmodule .yuimenuitemlabel{
	padding:0 20px;
	color:#000;
	text-decoration:none;
	cursor:default;
}

.navigationmodule .yuimenuitemlabel .helptext{
	margin-top:-1.5em;
	*margin-top:-1.45em;
}

.navigationmodule .yuimenuitem-hassubmenu{
	/*background-image:url(../skins/sam/menuitem_submenuindicator.png);  this is the sprite*/
	background-position:right center;
	background-repeat:no-repeat;
}

.navigationmodule .yuimenuitem-checked{
	background-image:url(../skins/sam/menuitem_checkbox.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.navigationmodule .yui-menu-shadow-visible{
	background-color:#000;
	opacity:.12;
	*filter:alpha(opacity=12);
}

.navigationmodule .yuimenuitem-selected{
	background-color:#B3D4FF;
}

.navigationmodule .yuimenuitemlabel-disabled{
	cursor:default;
	color:#A6A6A6;
}

.navigationmodule .yuimenuitem-hassubmenu-disabled{
	background-image:url(../skins/sam/menuitem_submenuindicator_disabled.png);
}

.navigationmodule .yuimenuitem-checked-disabled{
	background-image:url(../skins/sam/menuitem_checkbox_disabled.png);
}


/* the wrapping <div> around a drop menu with the .bd class SECOND LEVEL MENU BACKGROUND */
.navigationmodule .yuimenu .bd{
	border:solid 0px #CCC;
	background-color: #0E68A7;
	padding:2px 0;
}




/* The <li> tag of a menu (not menubar) */
.navigationmodule .yuimenu .yuimenuitem{
	_border-bottom:solid 0px #d7e8c4; /* Gotta love some IE6! ...  or not.  Make this the same as the .bd of your menu */
}

/* The hovered state of the <li> tag of a menu (not menubar)  SECOND LEVEL HOVER*/
.navigationmodule .yuimenuitem-selected{
	background: #016EB1 url(../../coolwatertheme/images/bg-menu-hover.jpg) repeat-x;
}
/* The <a> tag of a menu (not menubar) */
.navigationmodule .yuimenuitemlabel{
	padding:2px 20px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
