/* Smart Decision Stylesheet for Dynamic Menu v2 */
/* Copyright 2006 */

/* Layer Styles */
div.topChild {
	z-index: 1;
	display: block;
	position: relative;
	width: 90%;
	left: 0px;
	padding: 3px 5px 5px 0px;
}

div.topNoChild {
	z-index: 1;
	display: block;
	position: relative;
	width: 90%;
	left: 0px;
	padding: 3px 5px 5px 0px;
}

div.startPop {
	display: none;
	width: 95%;
	z-index: 3;
	position: relative;
	left: 0px;
}

div.pop {
	width: 160px;
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	left: 155px;
	z-index: 3;
	border-width: 1px;
	border-style: solid;
	border-color: #bfc1c5;
}

div.dropChild {
	width: 90%;
	z-index: 2;
	display: none;
	position: relative;
	left: 8px;
	padding: 3px 10px 3px 0px;
}

div.dropNoChild {
	width: 90%;
	z-index: 2;
	display: none;
	position: relative;
	left: 8px;
	padding: 3px 10px 3px 0px;
}
/* END Layer Styles */

/* Global Link Settings */
a.topChildLink, a.topNoChildLink, a.popLink, a.startPopLink, a.dropNoChildLink, a.startPopLink {
	font-size: 10px;
}

/* Links in Top Level Layers */
a.topChildLink, a.topNoChildLink { 
	display: block;
	width: 95%;
}
a.topChildLink:link, 
a.topNoChildLink:link { 
	color: #660000;
	text-decoration: none;
	font-size: 10px;
}
a.topChildLink:visited, 
a.topNoChildLink:visited {
	color: #660000;
	text-decoration: none;
	font-size: 10px;
}
a.topChildLink:hover, 
a.topNoChildLink:hover {
	color: #660000;
	text-decoration: underline;
	font-size: 10px;
}
a.topChildLink:active, 
a.topNoChildLink:active {
	color: #660000;
	text-decoration: underline;
	font-size: 10px;
}

/* Links in Popup menu lists */

a.popLink {
	display: block;
	width: 95%;
	margin: 0px;
	padding: 3px 7px 3px 8px;
}
a.popLink:link {
	color: #660000;
	text-decoration: none;
	font-size: 10px;
}
a.popLink:visited {
	color: #660000;
	text-decoration: none;
	font-size: 10px;
}
a.popLink:hover {
	color: #660000;
	text-decoration: underline;
	font-size: 10px;
}
a.popLink:active {
	color: #660000;
	text-decoration: underline;
	font-size: 10px;
}

/* Links in Drop down lists */
a.startPopLink, a.dropNoChildLink, a.startPopLink  {
	display: block;
	width: 95%;
}
a.dropChildLink:link, 
a.startPopLink:link, 
a.dropNoChildLink:link {
	color: #660000;
	text-decoration: none;
	font-size: 10px;	
}
a.dropChildLink:visited, 
a.startPopLink:visited, 
a.dropNoChildLink:visited {
	color: #660000;
	text-decoration: none;
	font-size: 10px;
}
a.dropChildLink:hover, 
a.startPopLink:hover, 
a.dropNoChildLink:hover {
	color: #660000;
	text-decoration: underline;
	font-size: 10px;
}
a.dropChildLink:active, 
a.startPopLink:active, 
a.dropNoChildLink:active {
	color: #660000;
	text-decoration: underline;
	font-size: 10px;
}

