/* CSS Document */
	/*------------
 Navigation Container and UL styles for CSS dropdown 
--------------*/

#globalNavCell, #globalNavCellSpacer 
{
	/*background-image:url(images/bottom_bar_sliver.gif);*/
	padding-left: 15px;
}

#globalNav
{
    width: 100%;
    float: left;
	height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index: 1000000;
}

#globalNav ul
{
    display: block;
    list-style: none;
    margin: 0;
	padding: 4px 12px 0px 12px;
    float: left;
    	z-index: 1000000;

}

#globalNav a, #globalNav h3
{
    display: block;
    margin: 0;
	padding: 2px 5px;
    	z-index: 1000000;

}

#globalNav h3
{
    color: #fff;
    	z-index: 1000000;

}

#globalNav a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    	z-index: 1000000;

}

#globalNav a:hover
{
    text-decoration: underline;
    font-weight: bold;
    	z-index: 1000000;

}

#globalNav ul ul a
{
    color: #000;
    background-color: #EDEFC0;
    text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 1000000;

	
}
#globalNav ul ul ul a
{
    color: #000;
    background-color: #EDEFC0;
    text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

#globalNav ul ul a:hover
{
    text-decoration: underline;
    background-color: #B3BF91;
    font-weight: normal;
        	z-index: 1000000;

}

#globalNav li
{
    position: relative;
	white-space: nowrap;
	    	z-index: 1000000;

}
#globalNav li li
{
    position: relative;
	white-space: normal;
	    	z-index: 1000000;

}

#globalNav ul ul
{
    width: 140px;
    position: absolute;
    z-index: 35000;
    padding: 0;
    background-color: White;
	    	z-index: 1000000;

}
#globalNav ul.bsSol ul
{
    width: 175px;
    position: absolute;
    z-index: 35000;
    padding: 0;
    background-color: White;
	    	z-index: 1000000;

}
#globalNav ul.courses ul
{
    width: 190px;
    position: absolute;
    z-index: 35000;
    padding: 0;
    background-color: White;
	    	z-index: 1000000;

}
#globalNav ul ul ul
{
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
        	z-index: 1000000;

}
div#globalNav ul ul, div#globalNav ul li:hover ul ul, div#globalNav ul ul li:hover ul ul
{
    display: none;
        	z-index: 1000000;

}

div#globalNav ul li:hover ul, div#globalNav ul ul li:hover ul, div#globalNav ul ul ul li:hover ul
{
    display: block;
        	z-index: 1000000;

}

/* add >> for the sub menu */
#globalNav ul ul a.sub, #globalNav ul ul a:visited.sub, #globalNav ul ul a:link.sub
{
	background-image:url("../Images/arrowhead_off.gif");
	background-repeat: no-repeat;
	background-position:right;
	background-color: #EDEFC0;
	    	z-index: 1000001;

}

#globalNav ul ul a:hover.sub, #globalNav ul ul a:active.sub
{
	background-image:url("../Images/arrowhead_on.gif");
	background-repeat: no-repeat;
	background-position:right;
	background-color: #B3BF91;
	    	z-index: 1000001;
}

/* add style for bottom border between links in the menu */
#globalNav ul ul li
{
	border-bottom: dotted 1px #999999;
	    	z-index: 1000000;

}
#globalNav ul ul li.last
{
	/* remove for last item */
	border-bottom: none 0px #999999;
	    	z-index: 1000000;

}

/* add styles for the last menu item */
#globalNav ul ul.end
{
    width: 145px;
    position: absolute;
    padding: 0;
	left: -29px;
	    	z-index: 1000000;

}
/* this left edge to move is one larger than width of 140 to allow for border to display */
#globalNav ul ul ul.rightward
{
    padding: 0;
    position: absolute;
    top: 0;
    left: -141px;
        	z-index: 1000000;

}

#globalNav ul ul ul li
{
	margin-left: 0px;
	border-left: solid 1px #999;
	    	z-index: 1000000;

}
#globalNav ul ul ul.rightward li
{
	margin-right: -1px;
	border-right: solid 1px #999;
	border-left: none;
	margin-left: 0px;
	    	z-index: 1000000;

}

#menu2
{
	height: 24px;
	width: 750px;
	clear: both;
	border: none;
	overflow:visible;
	background-image: url("../Images/head_spacer.gif");
	background-color: #6aa82f;
}








