/* CSS Document */

.apostateartistry, .apostateartistry li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 300px; /*WIDTH OF MAIN MENU ITEMS*/
border: 2px solid red;
text-decoration: none;
}





.apostateartistry li a{
background-color: #70BC1F;
color: black;
border: 2px solid black;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none; 
font-style:normal; 
font-variant:normal; 
font-weight:bold; 
font-size:12px; 
font-family:Verdana, Helvetica, sans-serif; 
padding-right:2px; 
padding-top:5px; 
padding-bottom:5px
}



.apostateartistry li a:active{
color: black;
text-decoration: none;
 font-size: 12px;
}

.apostateartistry li a:visited{
background-color: black;
color: white;
text-decoration: none;
font-size:12px;
border: 2px solid red;
}


.apostateartistry li a:hover{
background-color: red;
color: white;
text-decoration: none;
font-size:12px;
border: 2px solid black;
}

/* Holly Hack for IE \*/
* html .apostateartistry li { float: left; height: 1%; }
* html .apostateartistry li a { height: 1%; }
/* End */

/* End */
