/* CSS Document */

body {behavior:url(parts/csshover.htc);}

div#dropmenu {
	position: relative;
	top: -10px;
	width: 725px;
	float: left;
	border: 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	list-style-type: none;
	font: bold 9px Verdana, sans-serif;
	background-color: #F00;
	z-index: 3;
}

/* A hack that will not be read in IE for Mac \*/

* html div#dropmenu {
	top: -16px;
}

/* end of hack */

div#wrap>div#dropmenu {
	position:relative;
	top: 0px;
}
	
div#dropmenu li {
	float: left;
	position: relative;
	list-style: none;
	padding: 2px 0 2px 0;
	margin: 0;
	border-right: 1px solid #000000;
	background-color: #F00;
}

div#dropmenu li.sub {
	float: left;
	position: relative;
	list-style: none;
	padding: 2px 0 2px 0;
	margin: 0;
	border-right: 1px solid #000000;
	background-color: #B0B0B0;
}

div#dropmenu li:first-child {
	padding: 2px 0 2px 0;
	margin: 0;
	border-left: 1px solid #000000;
}

div#dropmenu li:hover {
	background-color: #B0B0B0;
	margin: 0;
}

div#dropmenu li:hover.sub {
	color: #000;
	margin: 0;	
	background-color: #F0E68C;
}

div#dropmenu a {
	padding: 2px 0.5em 2px 0.5em;
	text-decoration: none;
	color: #000;
}

/* A hack that will not be read in IE for Mac \*/

div#dropmenu a {
	display: block;
	padding: 2px 0.5em 2px 0.5em;
	text-decoration: none;
	color: #000;
}

div#dropmenu a.hi {
	color: #FFFFFF;
}


/* end of hack */

/* A hack that will ONLY be read in Windoze IE 6 and below */
* html div#dropmenu ul {
	float: left;
	border-left: 1px solid #000000;
	margin: 0 0 0 155px;
}

/* This applys to all standard compliant browsers */
div#dropmenu>ul {
	margin: 0 0 0 100px;
}

/* A hack that will ONLY be read in Windoze IE 7 */
*:first-child+html div#dropmenu ul {
	margin: 0 0 0 85px;
	}

/* A hack that will not be read in IE for Mac \*/
* html div#dropmenu ul {
	margin: 0 0 0 65px;
}
/* end of hack */

/* A hack that will not be read in Windoze IE 6 and below */
* html div#dropmenu ul:first-child {
	border-left: 0;
}

div#dropmenu ul li ul {
	margin: 2px 0 0 0;
	position: absolute;
	width: 16em;
	left: -1px;
	}
	
/* A hack that will not be read in Windoze IE 6 and below */
* html  div#dropmenu ul li ul {
	border-top: 1px solid #000000;
	border-right: 0;
	border-left: 0;
	}

/* A hack that will not be read in Windoze IE 7 only */
*:first-child+html div#dropmenu ul li ul {
	border-top: 1px solid #000000;
	border-right: 0;
	border-left: 0;
	}


div#wrap>div#dropmenu ul li ul {
	margin: 2px 0 0 0;
	left: -41px;
	}

/* A hack that will not be read in Windoze IE 7 only */
*:first-child+html div#wrap div#dropmenu ul li ul {
	margin: 2px 0 0 0;
	left: -1px;
	}

div#dropmenu ul li ul li {
	width: 100%;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}

div#dropmenu ul li ul li:first-child {
	border: 1px solid #000000;
	}

div#dropmenu ul li ul {display: none;}

div#dropmenu ul li:hover ul {display: block;}

div#dropmenu ul li:hover ul, div#dropmenu ul li ul:hover {display: block;} 
