/* HTML Selector styles */
a:link{
	text-decoration:underline;
	color:#f63;
	}
		
a:active{
	text-decoration:underline;
	color:#f63;
	}
	
/* Class style */
.intro {
	color:#f63;
	}
	
/* Menubar css */
/* style the links for the top level */
	.menu_drop a, .menu_drop a:visited {
	text-decoration:none;
	color:#333;
	background-color:#E0E0E0;
	padding: 0 0 0 7px;
	}

/* style the top level hover */
.menu_drop a:hover, .menu_drop ul ul a:hover{
	color:#fff; 
	background-color: #f63;
	}

.menu_drop :hover > a, .menu_drop ul ul :hover > a {
	color:#fff;
	background-color: #f63;
	}
