/* CSS Document */
ul.menu li {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-right: 0.5em;	
 }


ul.menu {
	background-color: #B2B2B2; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #025F8B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px !important;
	font-style: normal;
	margin-left: 0em;	
	list-style-type:none;
	}

li.mi, li.mix {
	display: inline;}


li.mi a, li.mi a:link, li.mi a:visited {
	display: inline;
	margin-right: 0.3em;
	margin-left: 0.3px;
	background-color:#81C6E7;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #008DCF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #042F43;
    color: black !important;}

li.mix a, li.mix a:link , li.mix a:visited {
	margin-right: 0.3em;
	margin-left: 0.3px;
	background-color: #406990;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #709ADE;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #608ABE;
	color: white !important;
}

li.ti {
	display: inline;
	margin-right: 0.3em;
	margin-left: 0.3px;
	background-color: 66DD00;
	padding: 3px;
	font-size: small;
}


li.mi a:hover {
	background-color: white;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #993333;
	border-right-color: #660033;
	color: #118 !important;
}
	
	
	



