

/* HORIZONTAL DROPDOWN MENU*//* Horizontal drop down menu */


/* Horizontal drop down
menu *//* Horizontal drop down menu */
/*Top level background*/
.horizontalcssmenu ul{

    margin-top: 0px;
	margin-left:0px;  	/*moves entire menu to the right*/
	padding: 0px;
	list-style-type:none;
    border-bottom:1px solid gray;

}


/*Top level list items background*//*Top level list items*/

.horizontalcssmenu ul li{

	/*Places vertical line over all dropdown entries*/
	width:135x;
	position: relative;
	display: inline;
	float: left;
	margin-left:0px;
  /*Top menu background*/
/*    	background: url(SPHorizMenuBGBlue9x40-15.gif) center center repeat-x;      */
    border-bottom:1px solid gray;
	background-color:#ffffff;

}

/*Top level menu link items style*//*Top level menu link items style*/

.horizontalcssmenu ul li a{

	/*	border: solid 1px #cccccc; 	*/   /*Places border around all BOXES ON TOP LEVEL AND IN DROPDOWN*/
    display: block;
	width: 90px;  	  	 /*Controls menu TEXT width in lumps*/
	font:  11px sans-serif;
	padding:5px;        /*changes the height of the image in first section above (menu bar)*/
	color:#3300ff;
	text-decoration:none;
	margin-top:0px;
	margin-bottom: 0px
    /*font-weight:bold;*/
	background-color: #cccccc;

/*Eight Item menu width: 94px- Width of top level menu link items*/
/*width: 82px; /* Nine item menu */

}


.horizontalcssmenu ul li ul li
{
	/*Places vertical line over all dropdown entries*/
	width:100px;
	position: relative;
	display: inline;
	float: left;
	margin-left:0px;
	background-color:#ffffff;	
}



/*DROPDOWN MENU Sub level menu*/ /*Sub level menu*/
/*Sub level menu*/

.horizontalcssmenu ul li ul{

	left: 0px;
	top: 1px;
	position: absolute;
	display: block;
	visibility: hidden;
	text-align:center;
    color:#ffffff;
    border-top:1px solid #ffffff;       /*top of drop down menu*/
    border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;     /**/        /*drop down menu */
	border-left:1px solid #cccccc;    /**/     /*drop down menu */
	background-color:#ffffff;
}





/*TOP LEVEL ACTIVE LINK*/ /*TOP LEVEL ACTIVE LINK*/
/*
.horizontalcssmenu ul
a:active
{
		color:#000000;
		font-weight:550;
}
*/





/*TOP LEVEL MENU HOVER GIF*/
.horizontalcssmenu ul li a:hover
{
	text-decoration:underline;
	background-color:#ffffff;		
	
}

/* Sub level menu links (dropdown) style */ /* Sub level menu links (dropdown) style */

.horizontalcssmenu ul li ul li a:link
{
	width: 135px; /*width of sub menu levels*/
	font-weight: normal;
    display:block;
	/*border: solid 1px #ffffff;*/ 	   /*Places border around all BOXES IN DROPDOWN ONLY*/
	color:#0000ff;
	background-color:#ffffff;

}



/*Sub level menu list items*//*Sub level menu list items*/

.horizontalcssmenu ul li ul li
{
	/* border: solid 1px #cccccc; 	*/   /*Places vertical lines over each dropdown entry*/
	display: inline;
    float: none;
	color:#66ffff;
    /*border-top:1px solid black;*/         /*drop down menu entries */
    background-color:#ffffff;
		
}




/*DROPDOWN MENU HOVER
BACKGROUND */

.horizontalcssmenu ul li ul li a:hover
{
	text-decoration:underline;

	/*dropped down hoverimage below*/
	/*border: solid 1px #333333;*/
	/*background: url(SPHorizMenuBGBlack5.gif) center center repeat-x;*/
	background-color:#ffffff;
	
}





/* Holly Hack for IE \*/
* html
.horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }


/* End */

