﻿#conlist li
{
display: inline;
/* for IE5 and IE6 */
}
#conlist
{
width: 45em;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 1em 0 0 1em;
padding: 0;
border-top: 0px #000 solid;
border-left: 0px #000 solid;
border-right: 0px #000 solid;
}
#conlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display:inline;
background-color: #eeeedd;
border-bottom: 0px #000 solid;
border-left: 3px #99bb55 solid;
padding: 6px;
text-align: left;
color: #0000EE;
line-height:2.4em;
font-size:120%;
font-weight:300;
}

#conlist a:hover { 
background-color: #FFFF99; 
font-size:140%;
}
#conlist a:visited { 
color: #0000EE; 
font-weight:700;
}
#conlisb li
{
display: block;
/* for IE5 and IE6 */
}
#conlisb
{
width: 45em;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 1em 0 0 1em;
padding: 0;
border-top: 0px #000 solid;
border-left: 0px #000 solid;
border-right: 0px #000 solid;
}
#conlisb a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display:block;
background-color: #eeeedd;
border-bottom: 0px #000 solid;
border-left: 3px #99bb55 solid;
padding: 6px;
text-align: left;
color: #0000EE;
line-height:2.4em;
font-size:120%;
font-weight:300;
}

#conlisb a:hover { 
background-color: #FFFF99; 
font-size:140%;
}
#conlisb a:visited { 
color: #0000EE; 
font-weight:700;
}
