#coolmenu{
	width: 160px;
	border-bottom: 1 solid;
	border-left: 1px;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 160px;
}

#coolmenu a{
	font: bold 11px Tahoma, Verdana, sans-serif;
	display: block;
	width: 100%;
	color: #55598F;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EFF2F8;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
	background-color: #FFFFFF;
	color: #12164B;
}

#coolmenu a.section {
	font: bold 11px Tahoma, Verdana, sans-serif;
	display: block;
	width: 100%;
	color: #12164B;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #cad6ee;
	padding-top: 5px;
	background-image: url(/images/nav/arrow-hor.gif);
	background-repeat: no-repeat;
	background-position: 145px 6px;
	padding-bottom: 5px;
}
#coolmenu a.section:hover {
	background-color: #FFFFFF;
	color: #12164B;
}
#coolmenu a.section-multi {
	font: bold 11px Tahoma, Verdana, sans-serif;
	display: block;
	width: 100%;
	color: #12164B;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #cad6ee;
	padding-top: 5px;
	background-image: url(/images/nav/arrow-ver.gif);
	background-repeat: no-repeat;
	background-position: 146px 6px;
	padding-bottom: 5px;
	cursor: default;
}
#footer a {
	font-family: Tahoma, Verdana, sans-serif;
	color: #12164B;
}
#footer-links {
	padding-top: 8px;
}
#footer a:hover {
	font-family: Tahoma, Verdana, sans-serif;
	color: #55598F;
	text-decoration: none;
}
#coolmenu a.section-multi:hover {
	color: #12164B;
	text-decoration: none;
	background-color: #cad6ee;
}

