#sgl-nav {
    font-size: 11px;

	}
#sgl-nav ul {
    position: absolute;
    width: auto;
 	padding-left: 0;
    margin: -9;
    list-style: none;
    z-index: 0em;
	cursor: hand;

	
}
#sgl-nav ul li {
    position: relative;
	float: left;
	padding-left: 0.8em;
	padding-right: 0.1em;
	padding-top: 1em;
	padding-bottom: 0.8em;
    margin-top: -9;
	 
    /* IE :hover silly javascript workaround */
    behavior: url(/includes/css/listItemHover.htc);
}
#sgl-nav ul li a {

    position: relative; top: 0; left: 0px;
    font-size: 11px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0em;
	padding-left: 0.8em;
	padding-right: 0.1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;    

}
#sgl-nav ul li a:hover {
    color: #103461;
    text-decoration: none;
    font-size: 11px;
	position: relative; top: 0; left: 0px;
	background-image: url(/includes/css/hover.gif);
 	background-color: #ffffff;
	padding-left: 0.8em;
	padding-right: 0.1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
filter: Alpha(Opacity=50%);
}

/*#sgl-nav ul li a:hover {
    color: #103461;
    text-decoration: none;
    font-size: 11px;
	position: static; top: 25; left: 0px;
	background-image: url(/includes/css/hover.gif);
	padding-left: 0.8em;
	padding-right: 0.1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}*/
/* This one doesn't affect IE */
#sgl-nav ul li:hover > ul {
	
    display: block;
	width:800; 
	float:center
	
}
#sgl-nav ul ul li {
	
	margin-left: 3.5px;
	margin-top: 20px;
	display : block;
	/*background-color:#E4E2E2;*/
	padding-left: 0.3em;
	padding-right: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	border-left: 1px solid #B8B8B9;
	
}
#sgl-nav ul ul li a {
   
    border-top: none;
  	padding-left: 0;
	text-align: left;
	padding-left: 0.3em;
	padding-right: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
    font-size: 11px;
    color: #1A0265;
   	border-top:none;
	white-space:nowrap;
}
#sgl-nav ul ul li a:hover {
    
    text-decoration: none;
	padding-left: 0.3em;
	padding-right: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-image:none;
	color: #0468E6;
	/*background-color:#DBDBDB;*/
	/*background-image: url(/includes/css/over.gif);*/
	filter: Alpha(Opacity=50%, FinishOpacity=50%, Style=none, StartX=50%, StartY=50%, FinishX=50%, FinishY=50%);

}
#sgl-nav ul ul li:first-child > a {
    border-top: 0px solid #006699;

}
/*hide all sublevels*/
	#sgl-nav ul ul {
    display: none;
	left :0px;
	

}
#sgl-nav ul ul ul {
    top: 0.9em;
    left: 90%;
}
.greyBg
{
background-color:#878787;

}
a.homehover:{
    color: #000000;
    text-decoration: none;
    font-size: 11px;
	position: static; top: 25; left: 0px;
	padding-left: 0.8em;
	padding-right: 0.9em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

a.homehover:hover {
    color: #103461;
    text-decoration: none;
    font-size: 11px;
	position: static; top: 25; left: 0px;
	background-image: url(/includes/css/hover.gif);
	padding-left: 0.8em;
	padding-right: 0.9em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;

}

.footerText
{
	color: #7C7D7D;
    text-decoration: none;
    font-size: 11px;
}
.textBlue
{
	color: #0054EA;
    text-decoration: underline;
    font-size: 11px;
}
.textBlue1
{
	color: #0054EA;
    text-decoration: underline;
    font-size: 13px;
}
.textGrey
{
	color: #7D7D7D;
    text-decoration: none;
    font-size: 11px;
}
a.leftLinks
{
	color: #180063;
	padding-left: 0.3em;
	padding-right: 0.1px;
    text-decoration: none;
    font-size: 11px;
	text-align: justify;
}
a.leftLinks:hover
{
	color: #000000;
    padding-left: 0.3em;
	padding-right: 0.1px;
	text-decoration: underline;
    font-size: 11px;
	text-align: justify;
}


a.leftLinksActive
{
	color: #0249A9;
    padding-left: 0.3em;
	padding-right: 0.1px;
	text-decoration: underline;
    font-size: 11px;
	text-align: justify;
	font-weight: bold;
}
a.leftTextLink { cursor: hand;padding-left: 2px;color:#00236B;font-weight:bold;text-decoration:none; }
a.leftTextLink:active { cursor: hand;padding-left: 2px;color:#A80707;font-weight:bold;text-decoration:none; }

