/*
Revised:
	July 26, 2007. v1.0. Created.
	Copyright (C) MollyDuggan.com 2007. All Rights Reserved.	
*/


/* Set up the default font and ovrall size to include image */
.dropdownMenu {
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	width: 988px;
	height: 34px;
	position: relative;
	margin: 0px;
	z-index: 1;
}
/* get rid of the default padding - margin and bullets */
.dropdownMenu ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}
/* make menu horizontal */
.dropdownMenu ul li {
	float: left;
	position: relative;
}
/* set up the default top level links */
.dropdownMenu ul li a,
.dropdownMenu ul li a:visited {
	display: block; 
	text-decoration: none; 
}
/* hack for IE5.5 to correct the faulty box model*/
* html .menu ul li a,
.menu ul li a:visited {
width: 200px;
/*w\idth: 190px;*/
}

/* hide the drop down menu */
.dropdownMenu ul li ul {
	display: none;
}
/* remove all table style so that it does not interfere with the menu */
.dropdownMenu table {
	margin: 0px; 
	border-collapse: collapse;
	font-size: 1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.dropdownMenu ul li:hover a,
.dropdownMenu ul li a:hover {
	color: #000000; 
	border-bottom: 0px;
}

/* make the drop down menu show and correctly position it */
.dropdownMenu ul li:hover ul,
.dropdownMenu ul li a:hover ul {
	display: block; 
	position: absolute;
	top: 22px;		/* IE menu top shift value */
	margin-top: 11px;	/* non-IE menu top shift value */
	left: 0px; 
	width: 200px;
	border: 1px solid #cccccc;
	background: transparent;
}
/* style the drop down links with no hover */
.dropdownMenu ul li:hover ul li a,
.dropdownMenu ul li a:hover ul li a {
	display: block; 
	background: transparent url(../images//opaque.png);
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	color: #000000; 
	border: 0px;
	margin: 0px;
	color: #333;
	height: auto; 
	line-height: 1em; 
	padding: 5px; 
	width: 190px
}
/* style the drop down menu links when hovered */
.dropdownMenu ul li:hover ul li a:hover,
.dropdownMenu ul li a:hover ul li a:hover {
	background: #cccccc; 
	color: #000000;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.dropdownMenu ul li a:hover ul {
	background: transparent filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.8;
	margin-top: 10px; /* for IE5.5 faulty box model */
	marg\in-top: 11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.dropdownMenu ul li a:hover ul li a {
	background: #ffffff;
	width: 200px; /* for IE5.5 faulty box model */
	w\idth: 190px; /* for IE6 */
}


/*
###########################
MENU 810 "B"
###########################
*/
/* Set up the default font and ovrall size to include image */
.dropdownMenuB {
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	width: 810px;
	height: 33px;
	position: relative;
	margin: 0px;
	z-index: 1;
}
/* get rid of the default padding - margin and bullets */
.dropdownMenuB ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}
/* make menu horizontal */
.dropdownMenuB ul li {
	float: left;
	position: relative;
}
/* set up the default top level links */
.dropdownMenuB ul li a,
.dropdownMenuB ul li a:visited {
	display: block; 
	text-decoration: none; 
}
/* hack for IE5.5 to correct the faulty box model
* html .menu ul li a,
.menu ul li a:visited {
width: 200px;
w\idth: 190px;
}
*/
/* hide the drop down menu */
.dropdownMenuB ul li ul {
	display: none;
}
/* remove all table style so that it does not interfere with the menu */
.dropdownMenuB table {
	margin: 0px; 
	border-collapse: collapse;
	font-size: 1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.dropdownMenuB ul li:hover a,
.dropdownMenuB ul li a:hover {
	color: #000000; 
	border-bottom: 0px;
}

/* make the drop down menu show and correctly position it */
.dropdownMenuB ul li:hover ul,
.dropdownMenuB ul li a:hover ul {
	display: block; 
	position: absolute;
	top: 22px;		/* IE menu top shift value */
	margin-top: 11px;	/* non-IE menu top shift value */
	left: 0px; 
	width: 180px;
	border: 1px solid #cccccc;
	background: transparent;
}
/* style the drop down links with no hover */
.dropdownMenuB ul li:hover ul li a,
.dropdownMenuB ul li a:hover ul li a {
	display: block; 
	background: transparent url(../images//opaque.png);
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	color: #000000; 
	border: 0px;
	margin: 0px;
	color: #333;
	height: auto; 
	line-height: 1em; 
	padding: 5px; 
	width: 170px
}
/* style the drop down menu links when hovered */
.dropdownMenuB ul li:hover ul li a:hover,
.dropdownMenuB ul li a:hover ul li a:hover {
	background: #cccccc; 
	color: #000000;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.dropdownMenuB ul li a:hover ul {
	background: transparent filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.8;
	margin-top: 10px; /* for IE5.5 faulty box model */
	marg\in-top: 11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.dropdownMenuB ul li a:hover ul li a {
	background: #ffffff;
	width: 180px; /* for IE5.5 faulty box model */
	w\idth: 170px; /* for IE6 */
}