
#subMenu {
	width: 202px;
	background: url(../img/submenu-bg.png) top left repeat-y;
	float: left;
	margin: 0px 15px 0px 15px;
	list-style: none;
}

#subMenu li {
	line-height: 18px;
	border-bottom: dashed 1px #a7b7c7;
	padding-left: 26px;
	background: url(../img/submenu-dot.png) no-repeat;
	background-position: left;
	line-height: 18px;
}

#subMenu li {height: 18px;}
html > body #subMenu li {height: auto;}



#subMenu li.left {
    border-top: dashed 1px #a7b7c7;
    margin-top: 8px;
}

#subMenu li a {
    color: #003466;
}

#subMenu li a:hover {
    text-decoration: underline;
}

#subMenu li.last {
    width: 202px;
    height: 10px;
    background: url(../img/submenu-bottom.png) top left no-repeat;
    border-bottom: none;
    margin-bottom: -2px;
}

div.main {
    margin-right: 16px;
	 margin-left: 10px;
	 width: 732px;
    overflow: auto;
    background: #f0eff4;
    margin-bottom: 10px;
    padding: 0px;
	
}

div.main h2 {
    font-size: 1.8em;
    font-style: italic;
    color: #9aa8bf;
    border-bottom: dashed 1px #9daec0;
    margin: 0px 0px 15px 0px;
}
div.bottom {
    display: block;
    width: 980px;
    height: 14px;
    font-size: 0px;
    background: url(../img/content-bottom2.png) top left no-repeat;
    padding-right: 0px;
    text-align: right;
    margin-top: -3px;
    clear: both;
    overflow: hidden;
}

div.content {    
position: relative;
}

a.en,a.pl,a.home {    
display: block;    
width: 21px;    height: 13px;    
position: absolute;    
top: 7px;    
right: 17px;    
}

a.pl {    right: 43px;}
a.home {    right: 79px;  }


div.vt {margin-right: 17px}
html > body div.vt {margin-right: 20px}



div.menu_g { margin-left: -144px ;}
html > body div.menu_g {margin-left: 14px;}

#aaa { margin-left: 0px ;}
html > body #aaa {margin-left: -14px;}

#subMenu { margin-left: 8px ;}
html > body #subMenu {margin-left: 15px;}

div.main { margin-right: -15px ;}
html > body div.main {margin-left: 29px;}

#subMenu li.subsub {
    height: auto;
    line-height: normal;
    background: none;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 5px;
   
    border-bottom: dashed 0px #9daec0;
    border-top: none;  
}

#subMenu li.subsub {margin-top: -12px;}
html > body #subMenu li.subsub {margin-top: 0px;}


#subMenu li.last_sub {
    width: 172px;
    height: 1px;
    border-bottom: none;
    margin-left: -18px;
    background: url(../img/dott.gif) top left no-repeat;
}

#subMenu li.last_sub {margin-bottom: -10px;}
html > body #subMenu li.last_sub {margin-bottom: 0px;}

#subMenu li ul {
    list-style: none;
}

#subMenu li ul li {
    padding-left: 15px;
	  background: url(../img/submenu-arrow.png) no-repeat;
    background-position: top left;
    border-bottom: none;
}