/*sets up an indented and bulleted list
#mmlist ul {
	list-style-image: url(images/mmenu.gif);
	list-style-position : outside;
   margin: 14px 0 0 12px;
	padding: 0 0 0 0;
	width: 130px;
    }
	 
#mmlist li{font-family: Arial, sans-serif;
      font-size: 12px;
      color: #000000;
      margin: 0 4px 8px 14px;
		text-align: left;
		width: 130px;
		display: block;
    }*/
	 

#hotlinks ul {
	list-style: none;
   margin: 0 0 0 0;
	padding: 4px 0 0 0;
	text-align: right;
    }
	 
#hotlinks li{
	font-family: Arial, sans-serif;
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
    }

/*#mainmenu ul
{
list-style: none;
padding: 0 0 0 0;
margin: 0 0 0 6px;
}

#mainmenu li
{
height: 29px;
width: 163px;
display: block;
text-decoration: none;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 4px 0;
}*/

#btmlinks ul {
	list-style: none;
   margin: 0 0 0 0;
	padding: 4px 0 0 0;
	text-align: center;
    }
	 
#btmlinks li{
	font-family: Arial, sans-serif;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 80%;
    }

/*sliding menu behaviors*/

#dropmenudiv{
position:absolute;
background-color: #2E0569;
border:1px solid #563F65;
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #563F65;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration: underline;
}



/*Standard Text Links for default, sliding menu, hotlinks and bottom menu*/
A:link{
        font-family: Arial, sans-serif;
				font-size: 100%;
				color: #FFFFC0;
				font-weight: bold;
				text-decoration: none;
}

A:visited {font-family: Arial, sans-serif;
            font-size: 100%;
				font-weight: bold;
            color : #FFFFC0;
            text-decoration: none;
}

A:hover {font-family: Arial, sans-serif;
            font-size: 100%;
				    font-weight: bold;
            color : #ffffff;
            text-decoration: none;
}

A:active {font-family: Arial, sans-serif;
            font-size: 100%;
				    font-weight: bold;
            color : #FFFFC0;
            text-decoration: none;
}

A:link.slide,A:active.slide,A:visited.slide{
            font-family: Arial, sans-serif;
				font-size: 89%;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
}

A:hover.slide{
            font-family: Arial, sans-serif;
				font-size: 89%;
				color: #ffffff;
				font-weight: bold;
				text-decoration: underline;
}

A:link.btmlnk,A:active.btmlnk,A:visited.btmlnk{
        font-family: Arial, sans-serif;
				font-size: 89%;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
}

A:hover.btmlnk{
            font-family: Arial, sans-serif;
				font-size: 89%;
				color: #ffffff;
				font-weight: bold;
				text-decoration: underline;
}

/*other link styles*/


A:link.btmlnk,A:active.btmlnk,A:visited.btmlnk{
        font-family: Arial, sans-serif;
				font-size: 89%;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
}

A:hover.btmlnk{
            font-family: Arial, sans-serif;
				font-size: 89%;
				color: #ffffff;
				font-weight: bold;
				text-decoration: underline;
}

