
/* Horizontal background style */
#cssmenu1 {
	width:100%;
	height:27px;
	background:url(slice01.gif);
	background-position:right;
	font:bold 11px Verdana;
	color:white;
	text-decoration:none;
}

/*
.tw_horzmenu {
width: 100%;
background:url(slice01.gif);
background-position:right;
}
*/

/* Footer background style */
#tw_footer {
	width:100%;
	height:27px;
	background:url(slice01.gif);
	background-position:right;
	font:bold 11px Verdana;
	color:white;
	text-decoration:none;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/* Top level menu items style */
.horizontalcssmenu ul li a{
display: block;
width: auto; /* This can also be set manually, such as width: 100px */
height: 23px; /* GAF */
float: left; /* GAF */
padding: 2px 8px;
/* border: 1px solid #202020; */
/* border-left-width: 10; */
/* background: url(menubg.gif) center center repeat-x; */  /* disable background for iExplorer */
font: bold 11px Verdana;
color: white;
text-decoration: none;
}

/* Top level menu items hover style */
.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

/* Drop down menu positioning */
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 400px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: url(menubg.png) center center repeat-x;
border-width: 0 1px 1px 1px;
}

/* Drop down menu items hover style */
.horizontalcssmenu ul li ul li a:hover{
background: url(menubgover.png) center center repeat-x;
}

/* Drop down menu arrow style */
.horizontalcssmenu .arrowdiv{
position: absolute;
left: 5px;
top: 10px;
background: transparent url(menuarrow.gif) no-repeat center left;
}

/*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;
clear: both;
}


* 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 { height: 1%; }
/* End */
