body {
	font-family: Calibri;
	font-size: 11pt;
}
a {
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	color: #FF0000;
}
img {
	border: none;
}
#menu {
	float:left;
    width:100%;
    background: transparent;
    font-weight: bold;
    line-height: normal;
    font-size: 12pt;
}
#menu ul {
	margin:0;
	padding:0px 0px 4px 5px;
	list-style:none;
}
#menu li {
    display:inline;
    margin:0;
    padding:0;
}
#menu a {
    float:left;
    background:url("../images/tab_l.png") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    border-bottom: 1px solid #000000;
}
#menu a span {
	float:left;
    display:block;
    background:url("../images/tab_r.png") no-repeat right top;
    padding:2px 15px 2px 6px;
    color:#EEEEEE;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
    color:#FFFFFF;
}
#menu a:hover {
    background-position:0% -25px;
}
#menu a:hover span {
    background-position:100% -25px;
}
#menu #current a{
  	background-position:0% -25px;
	border-bottom: 1px solid #D03134;
}
#menu #current a span {
	color: #FFFFFF;
  	background-position:100% -25px;
}
#title a {
 	float: none;
 	background: 0;
 	display: inline;
}
#title a:hover {
 	float: none;
 	background: 0;
 	display: inline;
}
#title a span {
 	float: none;
 	background: 0;
	display: inline;
}
#title a:hover span {
 	float: none;
 	background: 0;
 	display: inline;
}
div.bg {
	position: absolute;
	z-index: 1;
	background-position: bottom;
	border: 2px solid #FF0000;
}
div.left {
	position: absolute;
	width: 180px;
	top: 0px;
	left: 0px;
	z-index: 2;
}
div.lang {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
}
div.info {
	position: absolute;
	top: 145px;
	left: 5px;
	right: 5px;
	z-index: 2;
}
div.top {
	position: absolute; 
	height: 138px;
	top: 0px;
	right: 0px; 
	z-index: 2;
}
div.menu {
	position: absolute;
	height: 53px;
	bottom: 0px;
	left: 0px;
	z-index: 3
}
div.title {
	position: absolute;
	height: 30px;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 130%;
	z-index: -3;
}
div.tl {
	position: absolute;
	height: 30px;
	width: 15px;
	bottom: 0px;
	left: 0px;
	background: url("../images/title_l.png");
}
div.tc {
 	text-align: center;
	position: absolute;
	height: 30px;
	bottom: 0px;
	left: 15px;
	background: url("../images/title_c.png");
}
div.tr {
	position: absolute;
	height: 30px;
	width: 15px;
	bottom: 0px;
	right: 15px;
	background: url("../images/title_r.png");
}
div.submenu {
	position: absolute;
	height: 25px;
	right: 25px;
	left: 25px;
	bottom: 3px;
	z-index: 7;
	font-weight: bold;
	color: #FFFFFF;
}
div.submenu a {
	color: #CCCCCC;
}
div.submenu a:hover {
	color: #FFFFFF;
}
div.mainwrapper {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
	text-align: justify;
}
div.main {
	padding-left: 10px;
	padding-right: 10px;
}
div.main p {
	text-align: justify;
}
td.title {
	background: url("../images/title_c.png");
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	display: block;
}
.dropdownmenu{
position:absolute;
visibility: hidden;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.dropdownmenu a{
background-image: url(../images/dropdownmenu.png);
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #CCCCCC;
}

.dropdownmenu a:hover{ /*hover background color*/
color: white;
border-color: white;
}