/* 

	----- KRBLAW.NET -----
	NAVIGATION Stylesheet 
	Developed by Rob Rubinoff
	WWW.FUNKTIONALITY.NET
	rob@funktionality.net
	

*/

/* ------------- global nav ------------- */

#globalNavLeft ul {
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 24px;
	font-weight:bold;
    white-space: nowrap;
}

#globalNavLeft li {
    list-style-type: none;
    display: inline;
}
#globalNavLeft li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #727154;
}

#globalNavLeft li a:hover {
    background-color: #E1E1D7;
	text-decoration: none;
	border-bottom:1px solid #949485;
}


/* ------------- toolbar nav ------------- */
#globalNavRight ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 24px;
    white-space: nowrap;
	color: #727154;
}
#globalNavRight li {
    list-style-type: none;
    display: inline;
}
#globalNavRight li a {
    text-decoration: none;
    padding: 7px 10px 7px 0px;
    color: #727154;
}

#globalNavRight li a:hover {
	text-decoration: underline;
}

/* ------------- Subnav ------------- */


#left ul.main{
	margin: 10px 0px 0px 15px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;}

#left ul.main li{
	margin: 2px 0px 2px 10px;
	padding: 0px;
	list-style-image: url(../../images/_bullet.gif);
	display:block;
	}
	
#left ul.main li a{
	color: #1B3951;
	text-decoration:none;
	}
	
#left ul.main li a:hover{
	color: #336B99;
	text-decoration: underline;
	}
	
#left ul.sub{
	margin: 0px 0px 0px 20px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#left ul.sub li{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	
	}
	
#left ul.sub li a{
	
	color: #336B99;
	text-decoration:none;
	}
	
#left ul.sub li a:hover{
	color: #3D80B6;
	text-decoration: underline;
	}

/* ------------- footer nav ------------- */
#footerLeft ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
	color: #727154;
}
#footerLeft li {
    list-style-type: none;
    display: inline;
}
#footerLeft li a {
    text-decoration: none;
    padding: 7px 0px 7px 10px;
    color: #1B3951;
}

#footerLeft li a:hover {
	text-decoration: underline;
	}
	
#footerRight p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	line-height: 12px;
	margin: 3px 10px 5px 0px;
	}
	
#footerRight p a{
color: #1B3951;
text-decoration: none;
}

#footerRight p a:hover{
color: #1B3951;
text-decoration: underline;
}

#footerLeft p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	line-height: 12px;
	margin: 7px 10px 0px 10px;
	}
	
#footerLeft p a{
color: #1B3951;
text-decoration: none;
}

#footerLeft p a:hover{
color: #1B3951;
text-decoration: underline;
}
