/* Begin CSS Popout Menu */


#menuh-container
	{
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	width: 950px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#menuh
	{
	font-family: arial, helvetica, sans-serif;
	width:950px;
	float:left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 3px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #999966;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFFFFF;
	background-color: #A9A97E;
	}	
			
#menuh a.top_parent:link, #menuh a.top_parent:visited  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 1px;
	background-image: url(graphics/nav_back.gif);
	}
	#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-position: right center;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 1px;
	background-image: url(graphics/nav_back2.gif);
	}
#menuh a.parent, #menuh a.parent:visited 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	color: #333333;
	background-color: #CCCCB3;
	text-indent: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-indent: 2px;
	}
#menuh a.parent2, #menuh a.parent2:visited 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(nav_white.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	color: #333333;
	background-color: #BDBD9B;
	text-indent: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#menuh a.parent2:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(nav_white.gif);
	text-align: left;
	color: #FFFFFF;
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	

#menuh a.subparent, #menuh a.subparent:visited 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
	text-indent: 7px;
	}
#menuh ul
	{
	list-style:none;
	float:left;
	margin: 0;
	padding: 0;
	width: 86px;
	}

#menuh li
	{
	position:relative;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	width: 120px;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

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

/* Testing menu styles, this is the menu style that is currently in testing. Success Makers, Inc. */

#menuh2-container
	{
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	width: 1050px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#menuh2
	{
	font-family: arial, helvetica, sans-serif;
	width:1050px;
	float:left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 3px;
	}
		
#menuh2 a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#menuh2 a, #menuh2 a:visited	/* menu at rest */
	{
	color: white;
	background-color: #999966;
	text-decoration:none;
	}
	
#menuh2 a:hover	/* menu at mouse-over  */
	{
	color: #FFFFFF;
	background-color: #A9A97E;
	}	
			
#menuh2 a.top_parent:link, #menuh2 a.top_parent:visited  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 1px;
	background-image: url(graphics/nav_back.gif);
	}
	#menuh2 a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-position: right center;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 1px;
	background-image: url(graphics/nav_back2.gif);
	}
#menuh2 a.parent, #menuh2 a.parent:visited 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	color: #333333;
	background-color: #CCCCB3;
	text-indent: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#menuh2 a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-indent: 2px;
	}
#menuh2 a.parent2, #menuh2 a.parent2:visited 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(nav_white.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	color: #333333;
	background-color: #BDBD9B;
	text-indent: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	}
#menuh2 a.parent2:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(nav_white.gif);
	text-align: left;
	color: #FFFFFF;
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	

#menuh2 a.subparent, #menuh2 a.subparent:visited 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
	text-indent: 7px;
	}
#menuh2 ul
	{
	list-style:none;
	float:left;
	margin: 0;
	padding: 0;
	width: 86px;
	}

#menuh2 li
	{
	position:relative;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	}

#menuh2 ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	width: 120px;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	}

#menuh2 ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh2 li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh2 li:hover ul ul,
div#menuh2 li li:hover ul ul,
div#menuh2 li li li:hover ul ul,
div#menuh2 li li li li:hover ul ul
{display:none;}

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

/* End of menu style that is being tested */

#main_body #cart {
	float: left;
	width: 700px;
}#artice-region {
	width: 750px;
	text-align: left;
	font-size: 10px;
}
.article-title {
	font-size: 11px;
	text-align: left;
}
#articleimage {
	float: left;
	margin-right: 10px;
}

/* new menu */

/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
position:relative;
z-index:1;
}

.qmmc .qmdividery{
float:left;
width:950px;
}

.qmmc .qmtitle{
display:block;
cursor:default;
white-space:nowrap;
position:relative;
z-index:1;
}

.qmclear {
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none !important;
}

.qmmc {
position:relative;
float:left;
zoom:1;
z-index:10;
}

.qmmc a, .qmmc li {
float:left;
display:block;
white-space:nowrap;
position:relative;
z-index:1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
float:none;
}

.qmsh div a {
float:left;
}

.qmmc div{
visibility:hidden;
position:absolute;
}

.qmmc li {
z-index:auto;
}

.qmmc ul {
left:-10000px;
position:absolute;
z-index:10;
}

.qmmc, .qmmc ul {
list-style:none;
padding:0px;
margin:0px;
}

.qmmc li a {
float:none
}

.qmmc li:hover>ul{
left:auto;
}

#qm0 ul {
top:100%;
}

#qm0 ul li:hover>ul{
top:0px;
left:100%;
}


/*!!!!!!!!!!! MyCSSMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		height:19px;
		width: 950px;
		background-color:transparent;
		background-image:url("graphics/nav_back.gif");
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:2px 10px 4px;
		margin:0px;
		color:#333333;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		font-weight:bold;
		border-width:0px 0px 0px 1px;
		border-style:solid;
		border-color:#FFFFFF;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-image:url("graphics/nav_back3.gif");
		color:#FFFFFF;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-image:url("graphics/nav_back3.gif");
		color:#FFFFFF;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:8px;
		margin:0px;
		background-color:transparent;
		background-image:none;
		border-width:1px;
		border-style:none;
		border-color:transparent;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 4px;
		margin:0px;
		background-color:transparent;
		color:#333333;
		font-family:Arial;
		border-width:0px;
		border-color:#000000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		background-color:#999966;
		background-image:none;
		color:#FFFFFF;
		text-decoration:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-image:none;
		color:#333333;
		text-decoration:none;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:5px 0px;
		border-style:dashed;
		border-color:#264060;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:2px;
		height:16px;
		margin:6px 0px 0px;
		border-color:#628DC0;
	}



