

/*Change the color of each navigation menu segment as it's moused over */
ul.nav li a:hover{
background-color:#6495ED;
}


/*Set the google linked properties*/
body.google_events{
background-color: white;

}
ul.google_events {
margin-left: 0px;
margin-right: 0px;
padding: 1px;float: left;
width: 195px;
height: auto;
list-style:none;
text-decoration:none;
}
ul.google_events li {
background-color: white;
margin-bottom: 10px;

list-style:none;
border: none;
padding-left: 8px;
padding-right: 8px;

}

ul.google_events a{ 
color:#333333;
font-family: Arial,Helvetica, sans-serif;
font-size: 12px;
font-weight: 100;
text-decoration:none;
} 

/*set mouseover hover color*/
ul.google_events a:hover{
color:red;
}



