@media screen {
* {
	color: #333;
	padding: 0px;
	margin: 0px;
}


/* ########## Blocks, id and class ########## */


ul#MainMenuLinks li {list-style: none; display: inline;}

/* #top {height:1px;width:1px;display: none;} */
#toggleMenu {float: right; padding-right: 3px;}
#Menus {
	float: left;
	width: 180px; /* width: 25%; nogo w/ ie yet */
	border: 0px solid #999;
	padding-top: 10px;
	text-align: left;
}

img {}
a.MainMenuLinks {border: 1px solid #333; background: #B6B66B; text-decoration: none; padding: 0px 10px 0px 10px; font-size: 12px}
a.MainMenuLinks:link {border: 1px solid #333; background: #B6B66B; text-decoration: none; padding: 0px 10px 0px 10px;}
a.MainMenuLinks:visited {border: 1px solid #333; background: #B6B66B; text-decoration: none; padding: 0px 10px 0px 10px;}
a.MainMenuLinks:hover {border: 1px solid #333; background: #ccc; color: #000; text-decoration: none; padding: 0px 10px 0px 10px;}
a.MainMenuLinks:active {border: 1px solid #333; background: #996; color: #000; text-decoration: none; padding: 0px 10px 0px 10px;}
a.MainMenuLinksCurrentPage {border: 1px solid #333; background: silver; border-bottom: 1px solid silver; color: #000; text-decoration: none; padding: 0px 10px 0px 10px; font-size: 12px}
a.MainMenuLinksCurrentPage:hover {border: 1px solid #333; background: silver; border-bottom: 1px solid silver; color: #000; text-decoration: none; padding: 0px 10px 0px 10px; font-size: 12px}

a.menuLinks {padding: 0px 10px 0px 0px; text-decoration: none; font-size: 12px}
a.menuLinks:link {text-decoration: none;}
a.menuLinks:visited {text-decoration: none;}
a.menuLinks:hover {border: 1px solid #DEE7F7; background: #ffc; text-decoration: none;}
a.menuLinks:active {border: 1px solid #ffc; background: #B6B66B; text-decoration: none;}
a.menuLinksCurrentPage {border: 1px solid #DEE7F7; background: #ffc; padding: 0px 10px 0px 20px; text-decoration: none;}
a.menuLinksCurrentPage:hover  {border: 1px solid #DEE7F7; background: #ffc; padding: 0px 10px 0px 20px; text-decoration: none;}

strong a.menuLinks {font-size: 12px;}
strong a.menuLinksCurrentPage {font-size: 12px; border: 1px solid #DEE7F7; background: #ffc;}
strong a.menuLinksCurrentPage:hover  {font-size: 12px; border: 1px solid #DEE7F7; background: #ffc; text-decoration: none;}
strong a.menuLinks:first-letter {font-size: 12px; font-weight: bold;}
strong a.menuLinksCurrentPage:first-letter {font-size: 12px; font-weight: bold;}
ul a.menuLinks {padding: 0px 10px 0px 20px;}
ul a.menuLinksCurrentPage {padding: 0px 10px 0px 40px; font-weight: bold;}
ul a.menuLinksCurrentPage:hover {padding: 0px 10px 0px 40px; font-weight: bold; text-decoration: none;}

/*
a img {border: 0px;}
a {text-decoration: none;}
a:link {}
a:visited {}
a:hover {color: #000; text-decoration:underline;}
abbr, acronym, .info {
	cursor: help;
}

ul {list-style-type: none;}

textarea.textbox {background: #ccc; border: 1px solid #333; padding: 3px; cursor: text;}
textarea.textbox:hover {background: #ccc; cursor: text;}
input.textbox {background: #ccc; border: 1px solid #333; padding: 3px; cursor: text;}
input.textbox:hover {background: #ccc; cursor: text;}
input.button { background:transparent !important; border: 1px solid; cursor: pointer; padding: 0px  2px  0px 2px; margin:2px; border-top-color: #ccc; border-right-color: #999;border-bottom-color: #999; border-left-color: #ccc;}
input.button:hover {background: transparent; border-top-color: #999; border-right-color: #ccc; border-bottom-color: #ccc; border-left-color: #999;}

} /* EOF */


tbody {
	margin: 2px;
	padding: 2px;
	clear: left;
	height: auto;
	width: auto;
	float: 2;
}
*/