/**
 * @author
 * GCT Productions Corp and Web Design Enterprise
 * Phone Office: (305) 386 - 9003
 * Phone Office: (305) 432 - 5115
 * Phone Fax: (866) 861 - 7070 
 * Phone 24/7 Support: (954) 226 - 7412
 * Website: www.webdesignerexpress.com and www.webdesignenterprise.com
 * E-mail: info@webdesignerexpress.com and info@webdesignenterprise.com
 * 
 * @copyright 
 * This work is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License. 
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
 *
 * Be aware, violating this license agreement could result in the prosecution and punishment of the infractor.
 *
 *  2002-2009 GCT Productions Corp. and Web Design Enterprise Corp. All rights reserved.
 */
#homepage {
	width: 800px;
	text-align: right;
	float: right;
}
#cdc-nav-module .nav-container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: -3px;
}
#cdc-nav-module .nav {
	padding: 4px 0px;
	position: relative;
}
#cdc-nav-module .nav a {
	display: block;
	padding: 0px 0px 0px 0px;
	color: #ebe89f;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}
#cdc-nav-module .nav:hover a, #cdc-nav-module .hover a {
	color: #FFF;
}
.menuFrame {
	position: absolute;
	margin: 4px;
	display: none;
	padding: 0px;
}
.menu {
	height: 100%;
	background: url(../images/sitearea-nav-bg.png) repeat 0 0;
	text-align: left;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu li {
	display: inline;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#cdc-nav-module .menu a:link, #cdc-nav-module .menu a:visited {
	color: #ebe89f;
	padding: 3px 10px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 175px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}
#cdc-nav-module .menu a:hover, #cdc-nav-module .menu .subhover {
	display: block;
	background: #000000;
	color: #ebe89f;
}
