/* Menu Button Stylesheet for Croft Training */

div.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;	
	
}

div.menu a {
	color : White;
	background-color : #9999CC;
	height : 20px;
	padding : 2px 8px 2px 8px;
	text-align : center;
	text-decoration : none;
	margin-left : -3px;
	border-bottom : 2px solid Gray;
	border-right : 2px solid Gray;
	border-left : 2px solid #ADD8E6;
	border-top : 2px solid #ADD8E6;
}

div.menu a:hover {
	color : White;
	background-color : #9999CC;
	height: 20px;	
	padding : 2px 8px 2px 8px;
	text-align : center;
	text-decoration : none;
	margin-left : -3px;
	border-bottom : 2px solid #ADD8E6;
	border-right : 2px solid #ADD8E6;
	border-left : 2px solid Gray;
	border-top : 2px solid Gray;
}

div.menus {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;	
	
}


div.menus {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;	
	
}

div.menus a {
	color : White;
	background-color : #9999CC;
	width: auto;	 
	padding : 4px 4px 4px 4px;
	text-align : center;
	text-decoration : none;
	margin-left : -3px;
	border-bottom : 2px solid Gray;
	border-right : 2px solid Gray;
	border-left : 2px solid #ADD8E6;
	border-top : 2px solid #ADD8E6;
}

div.menus a:hover {
	color : White;
	background-color : #9999CC;
	width: auto;	
	padding : 4px 4px 4px 4px;
	text-align : center;
	text-decoration : none;
	margin-left : -3px;
	border-bottom : 2px solid #ADD8E6;
	border-right : 2px solid #ADD8E6;
	border-left : 2px solid Gray;
	border-top : 2px solid Gray;
}

div.menus a:link {
	color : White;
	background-color : #9999cc;
}
div.menus a:visited{
	color : White;
	background-color : #9999cc;
}