/* Menu Link */
body{
   margin-left: 1%; margin-right: 0%;
   color: #000000; background: #99FFFF;
   font-family: Geneva, Arial, Tahoma, "Times New Roman", Verdana, sans-serif;
   Scrollbar-Face-Color: #FFFFCC;
   Scrollbar-Highlight-Color: #ffffff;
   Scrollbar-Shadow-Color: #000000;
   Scrollbar-3dlight-Color: #cc9900;
   Scrollbar-Arrow-Color: #000000;
   Scrollbar-Track-Color: #f9f9f9;
   Scrollbar-Darkshadow-Color: #cc9900
}

p{
   text-indent: 0.5em;
}

h1,h2{
   font-family: "Times New Roman", Verdana, Garamond, serif;
}

#just{
   text-align: justify;
}

#infobox{
   width: 393px;
   background-color: #FFFFCC;
   border-left: 1px solid #CC9900;
   border-right: 1px solid #CC9900;
   border-top: 1px solid #CC9900;
   border-bottom: 1px solid #CC9900;
}

#sidebar{
   width: 168px;
}

html>body #sidebar{
   width: 170px;
}

#topbar{
   width: 760px;
   background-color: #CC9900;
}

ul{
   float: left;
   width: 100%;
   padding: 0;
   margin: 0;
   list-style-type: none;
}

#list ul a{
   float: left;
   text-decoration: none;
   color: #000000;
   background-color: #FFFFCC;
   border-left: 1px solid #CC9900;
   border-right: 1px solid #CC9900;
   border-top: 1px solid #CC9900;
   border-bottom: 1px solid #CC9900;
}

#list ul a:hover{
   color: #0000CC;
   background-color: #FFFF99;
   text-decoration: underline;
   cursor: hand;
}

#list2 ul li #neutral{
   width: 160px;
   color: #000000;
   background-color: #FFFFFF;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   padding: 0.03em 0.6em;
}

html>body #list2 ul li #neutral{
   width: 140px;
}

#list2 ul a{
   float: left;
   text-decoration: none;
   color: #000000;
   background-color: #FFFF00;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
}

#list2 ul a:hover{
   color: #0000CC;
   background-color: #FFCC00;
   text-decoration: none;
   cursor: hand;
}

#sidebar a{
   width: 160px;
   padding: 0.03em 0.6em;
}

html>body #sidebar a{
   width: 140px;
}

#topbar a{
   width: 152px;
   text-align: center;
   padding: 0.08em 0em;
}

html>body #topbar a{
   width: 150px;
}

#topbar li{
   display: inline;
}

html>body #MenuLine{
        position:relative;
        top:20px;
}

A.MenuLink{
	color:#000000; /* Text */
	width:100%;
	text-decoration: none;
}

/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#0000CC; /* Text (mouse over) */
	background-color:#FFFF99; /* background (mouse over) */
	text-decoration: underline;
}

/* First menu link element */
DIV.FirstMenuElement{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:152px; /* was 190 */
	text-align: center;
	background-color:#FFFFCC; /* background */
	border-color:#CC9900; /* border */
	border-style:solid;
	border-width:1px;
	display:none;
}

html>body DIV.FirstMenuElement{
	width:144px;
}

/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	width:152px; /* was 190 */
	padding:3px;
	text-align: center;
	background-color:#FFFF99;
	border-color:#CC9933;
	border-style:solid;
	border-width:1px;
}

html>body DIV.FirstMenuElementOver{
	width:144px;
}

/* Menu link element */
DIV.MenuElement { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:160px; /* was 180 */
	background-color:#FFFFCC;
	border-color:#CC9900;
	border-style:solid;
	border-width:1px;
	display:none;
}

html>body DIV.MenuElement {
	width:153px;
}

/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:160px; /* was 180 */
	background-color:#FFFF99;
	border-color:#CC9933;
	border-style:solid;
	border-width:1px;
}

html>body DIV.MenuElementOver {
	width:153px;
}
