@charset "utf-8";
/* CSS Document */

.page_onmain {
background-color: #8C6C54;
background-image: url(../images/arrowover.gif);
background-repeat: no-repeat;
font-size: 14px;
color: #FFFFFF;
font-family: Georgia;
padding-bottom: 2px;
padding-right: 10px;
padding-top: 2px;
padding-left: 20px;
border-style: dotted;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: #8C6C54;
}

.sidespace-top
{
padding-top: 20px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
table.menumain a {
border:0px solid #FFFFFF;
display: block;}

div.menumain	a{
color: #FFFFFF;
background: #8C6C54;
background-image: url(../images/arrowup.gif);
background-repeat: no-repeat;
text-decoration:none;
font-size:14px;
line-height:16px;
padding: 5px 20px;
font-family: Georgia;
border-style: dotted;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: #FFFFFF;
}	
div.menumain (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
					
div.menumain	a.submain:link {color: #FFFFFF; text-decoration: none; background: #a8917f;}
div.menumain	a.submain:active {color: #FFFFFF; text-decoration: none; background: #a8917f;}
div.menumain	a.submain:visited {color: #FFFFFF; text-decoration: none; background: #8C6C54;}
div.menumain	a.submain:hover {color: #182A3C; text-decoration: none; background: #8C6C54;border:1px dotted #FFFFFF;}

div.menu a.submain:link {
color: #FFFFFF; 
background: #a8917f; 
}

div.menumain a.submain:active { 
color: #FFFFFF;
background: #a8917f; 
}

div.menumain a.submain:visited {
color: #FFFFFF;
background: #8C6C54;
background-image: url(../images/arrowup.gif);
background-repeat: no-repeat;
border-style: dotted;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: #FFFFFF;
}

div.menumain a.submain:hover {
color: #182A3C;
background: #8C6C54;
background-image: url(../images/arrowover.gif);
background-repeat: no-repeat;
border-style: dotted;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
border-color: #FFFFFF;
}