/**
* Navigation Module
*/


/**
* Top Nav View
*/
navigationmodule.top-nav {
    
}


/**
* YUI Top Nav View
*/

/* the menubar <div> */
.navigationmodule #yuimenubar.yuimenubar {
	visibility:visible;
	position:static;
    width:520px;
    height:27px;
    margin:60px 0px 0px 0px;
    float:right;
}


/* the menubar's <li> tag */
.navigationmodule #yuimenubar.yuimenubar .yuimenubaritem{
    float:left; /*makes the text sit beside each other not down the page*/
    list-style:none;
    display:inline;
    padding:0px;
    margin:0px;
    text-align:center
}
/* the menubar's <li> tag */
.navigationmodule .yuimenubaritem-selected{
}

/* the menubar's <a> tag when not hovered */
.navigationmodule #yuimenubar.yuimenubarnav .yuimenubaritemlabel{
    width:98px;
    height:22px; /*height 27 minus padding*/
    display:block;
    color:#ffffff; /*menu color normal*/
    padding:5px 0px 0px 0px; /*space around and inbetween the buttons, top, right, bottom, left*/
    text-align: center;
    text-decoration:none; /*no underline*/
    text-transform:uppercase; /*all in capitals*/
    font:14px "Trebuchet MS", Arial, Helvetica, sans-serif; /*menu text size and font*/
}

/* the menubar's <a> tag when hovered */
.navigationmodule #yuimenubar.yuimenubarnav .yuimenubaritemlabel-selected{
    background-image:url(../images/nav_bg.gif); /*the background image behind each button*/
    background-position:left top;
    background-repeat:no-repeat;
}
/* The li has class "current" for the current page */
.navigationmodule #yuimenubar.yuimenubarnav li.current .yuimenubaritemlabel,
.navigationmodule #yuimenubar.yuimenubarnav li.current .yuimenubaritemlabel-selected {
    background-image:url(../images/nav_bg.gif); /*the background image behind each button*/
    background-position:left top;
    background-repeat:no-repeat;
}

/* the wrapping <div> around a drop menu with the .bd class */
.navigationmodule .yuimenu .bd{
    margin:0;
    padding: 0;
    background:url(../images/drop_down_bottom.gif) no-repeat bottom left;
    padding-bottom: 10px;
    /*border-bottom:1px solid #012c3c;*/
}


.navigationmodule #yuimenubar.yuimenubar .yuimenu .bd ul{
    background:url(../images/drop_down_bg.gif) no-repeat top left;
    padding: 15px 5px 5px 5px;
}

/* The <li> tag of a menu (not menubar) */
.navigationmodule .yuimenu .yuimenuitem{
    margin:0;
}

/* The hovered state of the <li> tag of a menu (not menubar) */
.navigationmodule .yuimenuitem-selected{
	color:#FFFFFF;
    background-color:#64a6c5;
    background-image:none;
}

/* The <a> tag of a menu (not menubar) */
.navigationmodule .yuimenuitemlabel{
    border:none;
    padding:0 10px;
    background:none;
    font:12px/24px Arial, Helvetica, sans-serif; /*font size and line height*/
    color:#FFFFFF;
    border-bottom:1px solid #64a6c5;
    text-transform:capitalize;
    text-decoration: none;
    width: 131px
}
.navigationmodule .yuimenu .yuimenuitem.first-of-type{
    border-top:1px solid #64a6c5;
}
/* The hovered state of the <li> tag of a menu (not menubar) */
.navigationmodule .yuimenuitemlabel-selected{
	color:#fff!important;
	cursor:pointer;
	text-decoration:none!important;
}



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

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

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

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

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

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

.navigationmodule #yuimenubar.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.yuimenubar.show-scrollbars{
	overflow:visible;
}

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

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


.navigationmodule #yuimenubar.yuimenubarnav .yuimenubaritem{

}

.navigationmodule #yuimenubar.yuimenubarnav .yuimenubaritemlabel{
	padding-right:5px;
	*display:inline-block;
}

.navigationmodule #yuimenubar.yuimenubarnav .yuimenubaritemlabel-hassubmenu{
	/*background:url(../skins/coolwater/menubaritem_submenuindicator.png) right center no-repeat;*/
}


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

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

.navigationmodule .yuimenu{
}

.navigationmodule #yuimenubar.yuimenubar .yuimenu,
.navigationmodule .yuimenu .yuimenu{
}


.navigationmodule .yuimenu ul{
}

.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:0;
}

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

.navigationmodule .yuimenu .topscrollbar,
.navigationmodule .yuimenu .bottomscrollbar{
	height:16px;
	border:solid 1px #808080;
	background:#fff url(../skins/coolwater/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 .yuimenuitemlabel .helptext{
	margin-top:-1.5em;
	*margin-top:-1.45em;
}

.navigationmodule .yuimenuitem-hassubmenu{
	background-image:url(../skins/coolwater/menuitem_submenuindicator.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.navigationmodule .yuimenuitem-checked{
	background-image:url(../skins/coolwater/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 .yuimenuitemlabel-disabled{
	cursor:default;
	color:#A6A6A6;
}

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

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





/**
* Expanding Hirearchy - Children Only
*/

.navigationmodule.expanding-children-only ul
{
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none;
    background: transparent url(../images/side_bar_divider.gif) repeat-x scroll center bottom;
}
.navigationmodule.expanding-children-only li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

.navigationmodule.expanding-children-only a
{
    display: block;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
}



.navigationmodule.expanding-children-only li.depth1
{
    height: 25px;
}
.navigationmodule.expanding-children-only li.depth1 a
{
    line-height: 25px;
    padding-left:20px;
    background: transparent url(../images/side_bar_divider.gif) repeat-x scroll center top;
}
.navigationmodule.expanding-children-only li.depth1 a:hover,
.navigationmodule.expanding-children-only li.depth1 a:focus
{
    background-color: #02577B;
}



.navigationmodule.expanding-children-only li.depth2
{
    height: 25px;
}
.navigationmodule.expanding-children-only li.depth2 a
{
    line-height: 25px;
    padding-left:20px;
    margin-left:20px;
    background: none;
}
.navigationmodule.expanding-children-only li.depth2 a:hover,
.navigationmodule.expanding-children-only li.depth2 a:focus
{
    background-color: #02577B;
}



.navigationmodule.expanding-children-only li.depth3
{
    height: 25px;
}
.navigationmodule.expanding-children-only li.depth3 a
{
    line-height: 25px;
    padding-left:20px;
    margin-left:40px;
    background: none;
}
.navigationmodule.expanding-children-only li.depth3 a:hover,
.navigationmodule.expanding-children-only li.depth3 a:focus
{
    background-color: #02577B;
}



.navigationmodule.expanding-children-only li.depth4
{
    height: 25px;
}
.navigationmodule.expanding-children-only li.depth4 a
{
    line-height: 25px;
    padding-left:20px;
    margin-left:60px;
    background: none;
}
.navigationmodule.expanding-children-only li.depth4 a:hover,
.navigationmodule.expanding-children-only li.depth4 a:focus
{
    background-color: #02577B;
}



.navigationmodule.expanding-children-only li.depth5
{
    height: 25px;
}
.navigationmodule.expanding-children-only li.depth5 a
{
    line-height: 25px;
    padding-left:20px;
    margin-left:80px;
    background: none;
}
.navigationmodule.expanding-children-only li.depth5 a:hover,
.navigationmodule.expanding-children-only li.depth5 a:focus
{
    background-color: #02577B;
}


.navigationmodule.expanding-children-only li a.active 
{
    font-style: italic;
}

.navigationmodule.expanding-children-only h2
{
    color:#BCEBFF;
    font-family:"Century Gothic",Arial,sans-serif;
    font-size:18px;
    width:180px;
    margin-left:10px;
}





