body {
	background-color: #fff;
	FONT-FAMILY: Verdana, Arial; 
    FONT-SIZE: 12px; 
	FONT-WEIGHT: normal;
	Color: #222;
	margin: 0px;
	padding: 0px; 
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

a:link {color:#be4343; text-decoration:none;}
a:visited {color:#be4343;  text-decoration:none;}
a:hover	{text-decoration: none; color:#234567;}
a:active {color:firebrick;  text-decoration:none;}

.content {position:absolute; top:220px;left:195px;width:630px;}
.right {position:absolute; top:258px;left:860px;width:120px;}
.lozange {position:absolute; top:228px;left:860px;width:105px;background:#242559;opacity:0.85;height:16px;}
.dons {position:absolute; top:418px;left:15px;width:120px;}
.home {position:absolute; top:200px;left:15px;width:120px;}

h1 {font-size:13px;font-weight:normal;background:firebrick;opacity:0.85;color:white;width:630px;}

.s10 {font-size:10px;}
.s9 {font-size:9px;}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 position: absolute;
top: 225px;
left: 5px;
margin: 0;
 padding: 0px;
 width: 150px;
 list-style: none;
 background: transparent;
z-index:1000;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 background: white;
 top: 0px;
  width: 150px;
left: 155px;
z-index:1000;
}


/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
z-index:1000;
}

/* Links inside the menu */
.menulist li a {
 display: block;
 padding: 3px 4px 3px 10px;
 font-size: 11px;
color: firebrick;
 text-decoration: none;
 border-top: 1px solid #f1f1f1;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
 margin: 0;

}


/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: firebrick;
 background-color: #ffab62;
 border: 1px solid transparent;
 margin: 0;
}
.menulist a.highlighted {
 color: #ffab62;
 background-color: transparent;
 border: 1px solid firebrick;
 margin: 0;
}
* html .menulist a:link {
 font-family:verdana;
color:#333;
}

* html .menulist a:visited {
 font-family:verdana;
color:#333;
}


* html .menulist a:hover {
 font-family:verdana;
 color: #ffab62;
text-decoration:none;
 background-color: transparent;
}


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
