@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.eventlisting{
width: 290px; /*width of menu*/
margin-bottom:10px;
}

.eventlisting ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.eventlisting ul li a{
background: #ffffff;
font: 0.9em Arial, Helvetica, sans-serif, bold;
color: #333333;
display: block;
width: auto;
padding: 4px 4px 4px 30px;
text-decoration: none;
border-bottom: 1px solid #B4C5CD;
background: url(../images/jpg/smallbullet.jpg) no-repeat 6px 15px;
}


* html .eventlisting ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 180px;
}

.eventlisting ul li a:visited, .eventlisting ul li a:active{
color: #333333;
}

.eventlisting ul li a:hover{
color: #C95308;
background-color: #F0F3F4;
}

/* Holly Hack for IE \*/
* html .eventlisting ul li { height: 1%; }
* html .eventlisting ul li a { height: 1%; }
/* End */
