a:visited {
	color : #437fda;
	text-decoration : none;
}

a:hover {
	 color : #0000cc;
}

#menu {
	background :#f2f2f2;
    font-weight:bold;
    margin-top:auto;

   }
        

#menu ul {
padding :0.75em 0em;
margin:10px auto 10px auto;
background-color:#f2f2f2;
border:solid 2px #d6d6d6;

/*BACKGROUND-IMAGE: url(menu.JPG);
BACKGROUND-REPEAT: repeat-x;
border-top-style:outset;
border-top-color:Scrollbar;
border-bottom-style:outset;
border-bottom-color:Scrollbar;
border-left-style:outset;
border-left-color:Scrollbar;
border-right-style:outset;
border-right-color:Scrollbar;
*/
}

#menu li {
	display : inline;
}

#menu li a {
color : #505050;
padding : 0.50em 1.6em;
background: #f2f2f2;
/*border:solid 2px #f2f2f2;
border-top-style:outset;
border-top-color:Scrollbar;
border-bottom-style:outset;
border-bottom-color:Scrollbar;
border-left-style:outset;
border-left-color:Scrollbar;
border-right-style:outset;
border-right-color:Scrollbar;*/
}
#menu li a:hover {
color:#303030;
background: #f2f2f2;
text-decoration:underline;
/*border:solid 2px #f2f2f2;
border-top-style:outset;
border-top-color:Scrollbar;
border-bottom-style:outset;
border-bottom-color:Scrollbar;
border-left-style:outset;
border-left-color:Scrollbar;
border-right-style:outset;
border-right-color:Scrollbar; */
}
#menu li.selected a
{
	background: #f2f2f2;
	color: #cc6600;
	/*border:solid 2px #f2f2f2;
	border-top-style:outset;
	border-top-color:InfoBackground;
	border-bottom-style:outset;
	border-bottom-color:InfoBackground;
	border-left-style:outset;
	border-left-color:InfoBackground;
	border-right-style:outset;
	border-right-color:InfoBackground;*/
}

#menu li.selected a:hover {
background : #f2f2f2;
color : #ba8f43;
/*border:solid 2px #f2f2f2;
border-top-style:outset;
border-top-color:Scrollbar;
border-bottom-style:outset;
border-bottom-color:Scrollbar;
border-left-style:outset;
border-left-color:Scrollbar;
border-right-style:outset;
border-right-color:Scrollbar;*/
}

#header p{
color: #000000;
}


