.raqNavButton {
	display: block;
	width: 199px;
	/* height: 48px; */
	background-color: #1e4579;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 18px;
}
.raqNavButton:hover {
	text-decoration: underline;	
}







/* This section is related to the main menu */
#generalMouldingsMenu {
	padding-left: 40px;
	padding-right: 10px;
	width: 220px;
}

#generalMouldingsMenu a{
	color: #669933;
	text-decoration: none;
	}
#generalMouldingsMenu a:hover{
	color: #669900;
	text-decoration: none;
	}




#sideNav {
	padding-left: 40px;
	padding-right: 20px;
	}
#nav {
 border-top: 1px solid #CCCCCC;
 }
 
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index: 1000;
	}
	
ul li {
	position: relative;
	list-style: none;
	}
	
li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 1000;
	}

#mainLink a {
	z-index: 1000;
	display: block;
	text-decoration: none;
	color: #777;
	 /*background: transparent; IE6 Bug */
	padding: 3px 3px 3px 15px;
	border-bottom: 1px solid #ccc; /* IE6 Bug */
	background-image: url(../images/classic/arrow_off.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#mainLink a:hover {
	z-index: 1000;
	display: block;
	text-decoration: none;
	background: #f6fbe8; /* IE6 Bug */
	background-image: url(../images/classic/arrow_off.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
	

/* Styles for Menu Items */
#link a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #FFFFFF; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	z-index: 1000;
	}
	
#link a:hover {
	display: block;
	text-decoration: none;
	color: #777;
	background: #f6fbe8; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	z-index: 1000;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; z-index: 1000;}
* html ul li a { height: 1%; z-index: 1000;}
/* End */

li:hover ul, li.over ul { display: block;} /* The magic */

/* This is the end of the main menu section */