/*Nav bar styles*/
ul.selections,.selections ul{
margin: 0;
padding: 0;
cursor: pointer;
list-style-type: none;
}

ul.selections{
margin:0px 0 0 3px;
width: 20ex;
float: left;
margin-right: 1em;
background-color:transparent;
position:absolute;
}
ul.selections li{
background-image:url("../assets/selectbutton-big-arrow.png");
background-position:top left;
background-repeat:no-repeat;
background-color:transparent;
width:158px;
height:16px;
color:#fff;
margin: 10px 0;
padding: 12px 15px;
font-size:10px;
}
ul.selections li.selectedbox, ul.selections li.selectedbox1regel{
background-image:url("../assets/selectbutton-big-stripe.png");
background-position:top left;
background-repeat:no-repeat;
background-color:transparent;
font-size:10px;
color:#fcc10d;
font-weight:bold;
}
ul.selections li.selectedbox{
padding:5px 10px 5px 15px;
height:27px;
width:160px;
*width:160px;
_width:160px;
}
ul.selections li.selectedbox1regel{
padding:2px 10px 2px 15px;
*padding:10px 10px;
_padding:2px 10px;
height:29px;
*height:13px;
_height:13px;
width:160px;
*width:195px;
_width:195px;
}
ul.selections li.selectedbox p{
margin:0;
padding:0 15px 0 0;
}
ul.selections li ul{
display: none;
position: absolute;
z-index:49;
left: 1px;
margin-top:0px;
*margin-top:12px;
_margin-top:12px;
margin-left:6px;
}
ul.selections li ul li{
background-image:none;
width:152px;
height:auto;
margin: 0;
padding: 2px 0 2px 0px;
font-size:10px;
border-top:1px solid #81D7EF;
}
ul.selections li:hover ul{
display : block;
position:absolute;
z-index:45;
}
.selections ul li a{
display: block;
padding: 0px 10px;
z-index:45;
}
/*Menu styles*/
ul.selections li ul, .selections ul li ul, .selections ul li a{
background-color: #fff;
color: #369;
}

ul.selections li:hover,.selections ul li a:hover{
color: #ccc;
}

ul.selections li:active, .selections ul li a:active{
color: #369;
}

ul li ul{
border: 1px solid #369;
border-top:0px;
}
ul.selections li ul li.firstselection{
padding-top:12px;
border-top:0px;
background-image:url("../assets/selectbutton-big-bg.png");
background-position:0px left;
background-repeat:no-repeat;
background-color:transparent;
}
.selections a{
text-decoration: none;
}

/*#fcc10d*/