
/* this removes bullets and indents. */
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* creates space between items. 3rd col=sp btwn */
#list-menu li {
	margin: 1px 1 3;
}
/* this section creates styles for the links. */
#list-menu a {
	display: block;
	width:160px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000;
	background: #b44029;
	color: #ffffdc;
	text-decoration: none;
	font-weight: bold;
	filter:blendTrans(duration=0.3)
}
/* next two sections create rollover effects. */
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #ffffff;
	font-weight: bold;
}
#list-menu a:hover {
	border: 1px solid #000000;
	background: #E0A151;
	color: #000000;
	font-weight: bold;
}
/* could add a bg image for hover. */
/*#list-menu a:hover {
border: 1px solid #000000;
background: #333333 url(images/background1.gif);
color: #ffffff;
} 
*/

/* for cool fading transition effect add this code 
#list-menu a {
display: block;
width:110px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none;
filter:blendTrans(duration=0.5);}
*/

/* if using transition - add to head  

<script type="text/javascript">
 
function lite(obj) {
if(document.all&&!window.opera) {
obj.filters.blendTrans.apply(); 
obj.filters.blendTrans.play(); 
} 
} 

</script> 

*/

/* SUB-MENU  */
#list-menusub {
	width: 200px;
	/* this width value is also effected by
the padding we will later set on the links. */
	font-size: 10px;
}
/* this removes bullets and indents. */
#list-menusub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* creates space between items. */
#list-menusub li {
	margin: 0px 0 0;
}
/* this section creates styles for the links. */
#list-menusub a {
	display: block;
	width:150px;
	padding: 0px 0px 1px 1px;
	border: 1px solid #ffffcd;
	background: #ffffcd;
	color: #000000;
	text-decoration: none;
	filter:blendTrans(duration=0.2)
}
/* next two sections create rollover effects. */
#list-menusub a:link, #list-menusub a:active, #list-menusub a:visited {
	color: #000000;
}
#list-menusub a:hover {
	border: 1px solid #ffffcd;
	background: #dca153;
	color: #000000;
}
/* END SUB-MENU  */


/* event-box  */
.eventbox {
	width: 100%;
	margin: 0;
	padding: 10px 10;
	background: #fff;
	border: 1px dotted #dca153;
	vertical-align: left;
}
.rtsliv {
	background-image:url(../images/MMAtheme-flat-rtsliv.jpg);
	background-repeat: no-repeat;
}
.black {
	color: #000000
}
ul {
	list-style-position: outside;
	list-style-type: square
}
.strong {
	font-size: 17px;
	font-weight: bold
}
.footer {
	font-size: 10px;
	line-height: 16px
}
