.ddsmoothmenu{
}

.ddsmoothmenu ul{
    margin: 0;
    padding: 5px;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
    display: block;
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    font-size: 20px;
    margin-right: 5px;
    color: #fff;	
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    outline: none;
    font-variant: small-caps;  
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    /*background: url(../images/templatemo_menu_item_hover.png);*/
    background-color: white;
    border-radius: 8px;
    color: #666;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
    position: absolute;
    width: 300px;
    margin: 0;
    padding: 10px 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    border-left: 0;
    border-right: 0;
    background-color: #2AC4F;
    border-radius: 8px;
    color: white;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
    display: list-item;
    float: none;
    background: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    font-weight: 500;
    width: 220px; /*width of sub menus*/
    margin: 0;
    padding: 7px 20px;
    height: 26px;
    line-height: 14px;
    font-size: 14px;
    text-align: left;
    background: none;
    background-color: #2AC4F6;
    color: white;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
    color: #666;
    border-radius: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/



.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}








#galery {
    height: 500px;
    overflow: auto;
}

#flashcontent {
    height: 90%;
}
/* end hide */

#body2 {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color:#0000FF;
    font-size:10pt;
    font-family:tahoma;		
}

a
{
    color: #0000FF;
    text-decoration: none;
}
a:hover
{
    color: #0000FF;
    text-decoration: underline;
}
.credits
{
    width: 100%;
    text-align: center;
}

div.domuoff, div.domu a
{ display: block; width: 20px; height: 21px; background: url('tl-domu.gif') no-repeat 0 0; }

div.domu a:hover
{ background-position: -20px 0; }

div.zpetoff, div.zpet a
{ margin-left: 18px; display: block; width: 20px; height: 21px; background: url('tl-zpet.gif') no-repeat 0 0; }

div.zpet a:hover
{ background-position: -20px 0; }