﻿.horizontalcssmenu ul{
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: right;
}


.horizontalcssmenu ul li a {
    display: block;
    text-decoration: none;
}
.horizontalcssmenu ul li a:hover{background: #eac988;}



.text_menu{
    color: #fff;
    float: right;
    font-size: 13pt;
    font-weight: bold;
    height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.text_menu:hover{background: #3c80af;}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
background: #51bc92;
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
width: 115px;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 115px;
background: #51bc92;
margin-top: 1px;
}

.text_menu_2{
    color: #fff;
    float: right;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #51bc92;    
    border-bottom: 1px #fff dotted;
}

.text_menu_2:hover{color: #3c80af;}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */