/* CSS Document - Glasgow Community Justice Authority - Menu*/
#navigation a { 
	text-decoration:none;
}
#navigation a:hover { 
	text-decoration:underline;
}
#navigation ul li {
	list-style:none;
	margin-top:3px;
	margin-bottom:5px;
}
.menu_col {
	float:left;
	padding:4px;
	height:auto;
	background-image:url(../masterImages/menu_shim.gif);
	background-position:top center;
	background-repeat:repeat-x;
	padding-top:30px;
	
}
.col1 {
	width:174px;
}
.col1 a { color:#30788d;}
.col2 {
	width:173px;
	margin-left:3px;
	margin-right:3px;

}
.col2 a {	color:#2a605b;}
.col3 {
	width:173px;
	
}
.col3 a {	color:#db7d24;}

#subnav a { color:#666666; text-decoration:none;}
#subnav a:hover { text-decoration:underline;}

#subnav ul {
	margin-left:25px;
	color:#999999;
}
#subnav ul li {
	margin-top:5px;
	margin-bottom:10px;
}
#subnav ul ul {
	margin-left:16px;
	margin-top:11px;
}



