/* CSS Document */

/* colors:
dark: 83,76,160
light: 169,165,208
spec text: 54,78,162
*/

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

div#dropmenu {
	position: relative;
	top: 14px;
	border: 0;
/*	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;*/
	list-style-type: none;
	font: 24px Verdana, sans-serif;
	/*font-weight: bold;
	background-color: #FFF;*/
	z-index: 3;
}

/* A hack that will not be read in IE for Mac \*/
* html div#dropmenu {
	top: 1px;
}

/* end of hack */

div#wrap>div#dropmenu {
	position:relative;
	top: 1px;
}

li.act {
	float: left;
	height: 35px;
	display: block;	
	position: relative;
	list-style: none;
	padding: 2px 0 4px 0;
	width: 245px;
	margin: 0;
	text-align: center;
	border-top: 3px solid rgb(83,76,160);
	border-left: 3px solid rgb(83,76,160);
	background-color: rgb(83,76,160);
}

li.off {
	float: left;
	height: 35px;
	display: block;	
	position: relative;
	list-style: none;
	padding: 2px 0 4px 0;
	width: 245px;
	margin: 0;
	text-align: center;
	border-top: 3px solid rgb(83,76,160);
	border-left: 3px solid rgb(83,76,160);
	background-color: #FFF;
	
}

a.act:link, a.act:visited {
	display: block;	
	padding: 1px 0.5em 5px 0.5em;
	text-decoration: none;
	color: #FFF;
}

 a.act:hover, a.act:active {
	display: block;	
	padding: 1px 0.5em 5px 0.5em;
	color: #000;
/*	background-color: #D9E0E8; */
	text-decoration: none;
}

 a.off:link, a.off:visited {
	display: block;	
	padding: 1px 0.5em 5px 0.5em;
	text-decoration: none;
	color: rgb(83,76,160);
}

 a.off:hover, a.off:active {
	display: block;	
	padding: 1px 0.5em 5px 0.5em;
	color: #000;
/*	background-color: #D9E0E8; */
	text-decoration: none;

}


/*
.off a:link, .off a:visited {
	display: block;	
	padding: 9px 0.5em 12px 0.5em;
	border: 0;
	margin 0;
	text-decoration: none;
	color: rgb(83,76,160);
/*	background-color: #FFF;*/
}
*/
/* A hack that will ONLY be read in Windoze IE 6 and below */
* html div#dropmenu ul {
	display: inline;
	float: left;
	border-right: 3px solid rgb(83,76,160);
	margin: 0 0 0 -25px;
}

/* This applys to all standard compliant browsers */
div#dropmenu>ul {
	display: inline;
	float: left;
	margin: 0 0 0 -45px;
	border-right: 3px solid rgb(83,76,160);
}


/* A hack that will ONLY be read in Windoze IE 7 */
*:first-child+html div#dropmenu ul {
	display: inline;
	float: left;
	margin: 0 0 0 -5px;
	border-right: 3px solid rgb(83,76,160);
}

/* A hack that will not be read in IE for Mac \*/
* html div#dropmenu ul {
	margin: 0 0 0 -5px;
}
/* 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;
}
