/*
	Author:  	J. McAtee
	Document:	rolloverlinks.css
	Purpose:	style classes for simple <a>rollovers</a>
	Date:		8/25/05
	Comments:	
*/

#nav {

}

#nav a, #nav a.tab {
font-family : Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
margin-left: 5px;
background-color: transparent;
}

#nav a:visited {
color: #CC33CC;
}


#nav a:hover {
border-left: 1px solid #666666; 
border-top: 1px solid #666666;
border-right: 1px solid #666666;
background-color: #ccffcc;
color: #000000;
}

