﻿.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: right;
width: 140px;
box-shadow: 2px 2px 2px #888888;
}

.horizontalcssmenu ul li a{
display: block;
width: 140px;
border-left: 1px solid #e5e5e5;
background: #beddfa;
height: 40px;
text-decoration: none;
}

.horizontalcssmenu ul li a:hover{background: #a98d83;}



.text_menu{
    color: black;
    float: right;
    font-size: 13pt;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
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: 130px;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 140px;
background: #ffffff;
margin-top: 1px;
}

.text_menu_2{
    color: #000000;
    float: right;
    font-size: 10pt;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */