﻿
.sidemenu #ahlaQuicklinksRoot {
}


/* remove all the bullets, borders and padding from the default list styling */
.sidemenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.sidemenu li {
	position:relative;
	display:block;
}


/* style the links for the top level */
.sidemenu a, .sidemenu a:visited, .sidemenu a:link {
	font:bold 12px/24px Arial,Helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	display:block;
	padding: 0px;
}

.sidemenu em {
	font-size: 8px;
	font-weight: normal;
}
.sidemenu a.blackLink, .sidemenu a.blackLink:link, .sidemenu a.blackLink:visited {
	color:#000000;
}
.sidemenu a.blackLink:hover {
	color:#003669;
	text-decoration: underline;
}
.sidemenu a.blueLink, .sidemenu a.blueLink:link, .sidemenu a.blueLink:visited {
	color:#003669;
}
.sidemenu a.blueLink:hover {
	color:#000000;
	text-decoration: underline;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .sidemenu a, * html .sidemenu a:visited {
	/*width:200px;
	width:188px;*/
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.sidemenu table {position:absolute; top:0; left:0;}

