@charset "utf-8";
/* CSS Document */

.horizontalcssmenu ul{ 
margin: 0;
padding: 0;
width:100%;
list-style-type: none;
z-index:1000;
margin-left:28px;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding-right:0px;
padding-left:0px;

height:26px; /*Width of top level menu link items*/
padding-top:5px;
/*border: 1px solid #B9B9B9;*/
border-left-width: 0;
text-decoration: none;
text-align:center;
color:#fff;
font-family:Helvetica, Arial, sans-serif;
font-size:13px;
}
#fchild{
color:#fff;
}

#fchild:hover{
color:#A8DB02;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
/*background-color:#F36;*/
left: 0;
top: 0;
/*border-top: 1px solid #B9B9B9;*/
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
margin-left:0px;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 100%; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
padding-top:5px;
background: #094E7C;/*if you want to change sub menu background color then change this line  */
border-width: 0 1px 1px 1px;
color:#fff; /*if you want to change sub fount color then change this line */
text-align:left;
height:20px;

}

.horizontalcssmenu ul li a:hover{
/*background: url(menubgover.gif) center center repeat-x;*/

color:#A8DB02;/* if you want to change menu text color then change this line.*/
}




.horizontalcssmenu ul li ul li a:hover{
/*background:  #666666;/* if you want to change sub menu background on moves over than change this code*/
background-color:#8CB801;
color:#fff;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
padding-top:4px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a {  }
/* End */