<!--BODY, TABLE, TD, TR{


scrollbar-face-color:#ABBAD0;
scrollbar-highlight-color:#ABBAD0;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;

text-align: justify;	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #666666;
text-decoration: none;
}

A:link	{color: #666666;}
A:visited	{color: #666666;}
A:active	{color: #666666;}
A:hover	{color: #666666;}


.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #ABBAD0;
	text-decoration: none;
	font-weight: bold;
	align: right;
}
-->

body
{
 background-image:url(/images/bg.gif);
 background-repeat:no-repeat;
 background-position:right bottom;
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
z-index:1;
}

#csstopmenu li{
float: right;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.standard{
padding-left: 5px;
}

.standard li{
margin-left: 10px;
list-style: none;
padding-top: 0px;
padding-left: 10px;
background-image: url(/images/li.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.submenus{
z-index:2;
display: none;
width: 150px;
position: absolute;
top: 0px;
left: 117px;
background-color: #ABBAD0;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 5px;
text-align: justify;	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
padding: 2;
border-top: 1px solid #ABBAD0;
}

a.menu:link	{color: #EEF1F5;}
a.menu:visited	{color: #EEF1F5;}
a.menu:active	{color: #666666;}
a.menu:hover	{color: #666666;}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #EEF1F5;
text-align: justify;	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
border-top: 1px solid #7089A7;
}

#csstopmenu li>ul {/* non IE browsers */
top: 0px;
left: 117px;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
