/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#wrapper, #menu_horiz, #container {
       width: 798px;
}

/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
        overflow: hidden; 
        background-color: #0600AA;
        border-bottom: 0px solid #0600AA;
        width: 100%;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 170px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
        padding-right: 15px;
        padding-left: 0px;
	float: left; 
	}
#primary-nav li li { 
        padding-right: 0px;
        padding-left: 0px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
	}
#primary-nav li a { 
	border-right: 0px solid #0600AA;
	border-left: 0px solid #0600AA;
        color: #FFFFFF;
        font-weight: bold;
	}
#primary-nav li li a { 
	border: 0px solid #0600AA;
	background-color: #659ACF;
        font-weight: normal;
	}
/* dropdown links */
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #0600AA;
        color: #FFFFFF;
        font-weight: normal;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #659ACF; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #659ACF; 
	}

#primary-nav li:hover { 
	background-color: #659ACF; 
	}
#primary-nav li.menuparent li a:hover {
	background-color: #99CCCC; 
}
#primary-nav li li a:hover {
	background-color: #99CCCC; 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
-->		body {background-image: url(http://ecommquest.com/home/uploads/images/bg2.gif);}
		html,body {margin:0;padding:0}
		body {font: 76% verdana,arial,sans-serif;}
		p {margin:0 10px 10px}
		a {color: #0060AA;padding:2px}
		h2 {font-size: 20px; font-weight: bold; color: #999999;}
		.head2 {font-size: 14px; font-weight: bold; padding-bottom: 5px;}
		h3 {font-size: 14px; font-weight: bold; color: #0060AA}
		
		.lightgrey {color: #999999}
		.darkblue {color: #0060AA}
		.fullsize {font-size: 12px}
		
		input {
			background: #e7e7e7;
			color: #333333;
			font-size: 10px;
			font-family: verdana,arial,sans-serif;
			border: 1px solid #0060AA;
			margin-bottom: 5px;
		}
		
		input.button {
			background-color: #333333;
			color: #ffffff;
			font-weight: bold;
			padding: 2px;
		}

                textarea {
                        height: 90px;
                        width: 350px;
                }
		
		div a:hover {color: #99cccc}
		div a:visited {color: #999999}
		
		div#container {width:600px; margin:0 auto; position: absolute; left: 127px;}
		
		div#content {width:600px; padding-left:10px; padding-top:5px}
		
		div#footer{width:600px; padding-top:50px; padding-bottom:150px}
		div#footer{background: #FFF;color: #555555; text-align:right;}
		
		div#rightcol {margin:0 auto; position: absolute; left: 645px; top: 240px;}
		div#rightcol{width:140px; margin-top:18px; font-size: 10px;}
		
		div#toprightcol {background: #FFF; width:160px; height:20px; margin:0 auto; position: absolute; left: 638px; top: 213px;}
		a.menu {color: #ffffff; padding:10px; font-weight:bold; margin:10px; text-decoration:none;}
				
		#dropmenudiv{
			position:absolute;
			border:1px solid #659ACF;
			border-bottom-width: 0;
			font:normal 12px Verdana;
			line-height:18px;
			z-index:100;
		}
		
		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 5px;
			border-bottom: 1px solid #659ACF;
			padding: 5px 0;
			text-decoration: none;
			font-weight: bold;
			color: #FFFFFF;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
			background-color: #99CCCC;
		}