#menubar{
    width:100%;
    height: 30px;
    /*min-width: 950px;*/
    min-width: 1160px;
    background-color: #6e798c;
    border-bottom:1px solid #8f99a6;
    /*border-bottom-left-radius: 10px;
         -webkit-border-bottom-left-radius: 10px;
         border-bottom-right-radius: 10px;
         -webkit-border-bottom-right-radius: 10px;*/


}
.menuitem{
    padding: 5px;
    padding-top: 10px;
    font-size: 8pt;
    font-family: Verdana, Helvetica, sans;
    font-weight: bold;
    border-bottom: 1px solid #8f99a6;
    color:white;
    height: 15px;
    list-style: none;
    margin: 0px;
    text-align: center;

}
.menuitem:hover{
    color:black;
    background-color: #8F99A6;


}
.menuitem>div{
    text-shadow: none;
    font-weight: normal;
}
a.menulink
{	position: relative;
    display: block;
    margin: 0;
    padding: 4px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;

    color: black;
    font: 11px arial;
}

a.menulink:hover
{	background: #49A3FF;
    color: #FFF;
}

/*Base Item-Links*/
.menuitemlink{
    text-decoration:none;
    color:white;
    display:block;
    position: relative;
    padding: 5px;
    padding-top:8px;

}
a.menuitemlink:hover{
    color:black;
}
.menuitemwithlink{
    font-size: 8pt;
    font-family: Verdana, Helvetica, sans;
    font-weight: bold;
    border-bottom: 1px solid #8f99a6;
    color:white;
    height: 30px;
    list-style: none;
    margin:0px;
    text-align: center;


}
.menuitemwithlink:hover{
    color:black;

}
#betanotice{
    float: left;
    width: 130px;
    /*color:red;*/
    font-size:8pt;
    padding-top:5px;
    padding-bottom:10px;
    cursor: pointer;
}
#home{
    float: left;
    width: 120px;
    cursor: pointer;
}
#topwebcams{
    float: left;
    width: 150px;
    cursor: pointer;
}
#signup{
    float: left;
    width: 150px;
    cursor: pointer;
}
#tourism{
    float: left;
    width: 150px;
    cursor: pointer;
}
#searchmenu{
    float: left;
    width: 220px;
    padding-top: 2px;
    height: 23px;
}

#lang{
    float: right;
    width: 100px;
    cursor: pointer;
}

#account{
    float: right;
    width: 100px;
    cursor: pointer;
}

#topwebcams_sub{
    visibility: hidden;
    position: absolute;
    left: 122px;
    margin-top: 6px;
    background: #8f99a6;
    width:150px;
    z-index: 40;
    color:black;
    /*-webkit-border-radius: 10px;
     border-radius: 10px;*/
}


#account_sub{
    /*position: absolute;
     right: 30px;
     visibility: hidden;
     margin: 0;
     padding: 0;
     background: #9999FF;
     border: 1px solid black;
     margin-top: 4px;
     width: 120px;*/
    visibility: hidden;
    position: absolute;
    right: 0px;
    margin-top: 6px;
    background: #8f99a6;
    width:160px;
    z-index: 40;
    color:black;
    /*-webkit-border-radius: 10px;
     border-radius: 10px;*/
}
#lang_sub{
    position: absolute;
    right: 110px;
    visibility: hidden;
    margin-top: 6px;
    background: #8f99a6;
    width:150px;
    z-index: 40;
    color:black;
    /*	margin: 0;
     margin-top: 4px;
     padding: 0;
     background: #9999FF;
     border: 1px solid black;
     width: 250px;*/
}

#searchads{
    display:none;
    width:150px;
    height:400px;
    float:left;
    z-index:150;
    position: absolute;
    left:585px;
    top:50px;

}

#searchresult{
    overflow:auto;
    height:430px;
    width:600px;
    border-top:1px solid black;
    border-bottom:1px solid black;
    z-index:100;
}
#result{
    visibility: hidden;
    position: absolute;
    left: 270px;
    margin: 0;
    padding: 0;
    background: #8f99a6;
    margin-top: 0px;
    width:600px;
    height: 500px;
    z-index: 40;
    color:black;
}

#searchouterbox{
    width:220px;
    height:25px;
    margin-top: 3px;
    margin-left: 2px;
}
#innersearchbox{
    width: 180px;
    height: 19px;
    float:left;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background-color: white;
}
input.searchfield {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:black;
    float:left;
    font:12px Arial,Tahoma,sans-serif;
    padding:2px 0 0 0px;
    position:relative;
    width:180px;
}
#searchleft{
    float:left;
    background-image: url("/img/searchbox/searchborderleft.png");
    background-repeat: no-repeat;
    width: 11px;
    height: 21px;

}
#searchbutton{
    float:left;
    width: 24px;
    height: 21px;
    /*background-image: url("../searchbox/searchbutton_unpressed.png");
     background-repeat: no-repeat;*/
}
#searchbox{
    color: black;
}
.searchresultlist{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.searchresult{
    margin: 0px;
    padding: 0px;
    background-color: white;
    width: 550px;
    border: 1px solid #6E798C;
    margin-bottom: 20px;
    height: 100px;
    clear:both;
}
li.searchresult:hover{
    background-color: #6E798C;
    border: 1px solid #6E798C;	}
.searchresulttext{
    color:black;
    text-decoration:none;
    display:block;
    height:90px;
    overflow:hidden;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans;
    font-size: 8pt;
    float: left;
    margin: 0px;
    padding-top: 5px;
    width: 380px;

}
#searchbarresultrightbar{
    margin-left:10px;
    width:150px;
    height: 520px;
    background-color:white;
    float:left;
}
#searchresultleftbar{
    margin-left:10px;
    float:left;
    min-width:550px;
}

#searchloadingindicator{
    margin:0px;
    float:left;
    text-align:left;
    width:240px;
    padding:5px;
}
#searchrestitle{
    margin:0px;
    float:left;
    width:100px;
    text-align:center;
    font-size:10pt;
    font-weight:bold;
    padding:5px;
}

.searchresultcountry{
    font-size:10pt;
    font-weight: bold;
    text-align: left;
    padding-left:150px;
    width:400px;
    height: 20px;
    margin-bottom:15px;
    background-color: #e9e7e9;
    border: 3px solid #7172a1;
}
li.searchresultcountry:hover{
    background-color: #8086a4;
    border: 3px solid #7172a1;
}


/*
#searchbutton:hover{
	background-image: url("../searchbox/searchbutton_pressed.png");
	cursor: pointer;
}*/
