/* styles for main nav menus */


/* headings in Nnvigation menus */
#col-a .menu h3, #col-a .menu h3 a {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
	color: #AE1119;
	margin: 0em 0em .5em 0em;
	text-decoration: none;
}

#col-a .menu h3 a { /* override font-size so it doesn't get downsized twice (0.9 x 0.9) */
	font-size: 1em;
}

#col-a .menu h3 a:hover {
	text-decoration: underline;
}

/* navigation menus */
#col-a .menu ul, #col-a .menu ol, #col-a .menu li {
	font-family:  arial, verdana, helvetica, sans-serif;
	line-height: 1.2em;
	margin-left: 0.0em;
	margin-top: 0.3em;
	margin-bottom: .7em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
}


#col-a .menu ul a {
	color: #173E67;
}

#col-a .menu li {
	font-size: 0.9em;
	padding-left: 6px;
	background-image: url(/aad/global-images/layout/menu-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#col-a .menu ul ul {
	font-size: 1em;
	margin: .4em 0em .8em 4px;
	margin-left: 4px;
}

#col-a .menu ul ul li {
	line-height: 1.1em;
	margin-bottom: .4em;
	background-image: url(/aad/global-images/layout/menu-sub-bullet.gif);
	background-position: 0px 5px;

}

#col-a .menu ul, #col-a .menu ol {
	margin-bottom: 2em;
}

#col-a .menu a:hover {
	color: #CC0000;
}
