
/*
 * ----------------------------------------- MAIN navigation bar -----------------------------------------
 */
#navigation {
	width: 833px; /*960px*/
	height: 94px;
	background-color:White;
	vertical-align:middle;
}
#navigation a {
	padding-left: 5px;
	padding-right: 5px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	padding-bottom: 3px;
}
/*#navigation a.contact {
	clear: right;
}*/
#navigation a:hover {
	text-decoration: none;
	color: #D21420;
}

/*
 * --- Safari 3 browser fix ---------------------------------------------
 */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    #navigation a {
	    padding-left: 8px;
	    padding-right: 7px;
    }
    #navigation a.contact {
	    padding-right: 15px;
    }
}

.nav {
	background-color: #FFFFFF;
	height: 17px;
	padding-left: 23px;
}
.nav div{
	float: left;
	text-align: center;
	height: 26px;
	padding-top: 2px;
	padding-bottom:2px;
}
.subnav {
	padding-left: 23px;
}
.subnav div{
	float: left; 
    position:relative;
}
.nav a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
.nav a:link, nav a:visited {
	color: #000000;
}
.nav a:hover {
	text-decoration: underline;
}
.nav a:active {
	color: #68FF3E;
}

#company-cell  { width: 84px; height:17px; }
#consulting-cell  { width: 95px; height:17px; }
#clients-cell  { width: 66px; height:17px; }
#venture-cell  { width: 129px; height:17px; }
#contact-cell  { width: 74px; height:17px; }

/* nav highlight */
body#home a.home, body#company a.company, body#consulting a.consulting, body#clients a.clients, body#ventureworks a.ventureworks, body#contact a.contact {
	/*font-weight: bold;*/
	color: #D21420;
}

/* slide out sub-menu */
.dropmenu, .options {
	color: #000000;
	margin-right: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	}

.dropmenu a {
	color: #000000;
	/*display: block;*/
	padding-top: 7px;
	padding-left: 10px;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	}

.dropmenu a:link {
		color: #000000;
		/*display: block;*/
		padding-top: 7px;
	    padding-left: 10px;
		text-decoration: none;
		background-color: transparent;
	}
.dropmenu a:visited {
		color: #666666;
		text-decoration: none;
	}

.dropmenu a:hover {
		/*background-color:#68FF3E;*/
		text-decoration:none;
		color: #d21420;
	}
	
.dropmenu a:active {
		text-decoration:none;
		color: #000000
	}
/* END OF NAV STYLES */




/* default link style */
a {
	color: #5E5E5E;
	font-weight: bold;
	text-decoration: none;
}
a:link, nav a:visited {
	color: #5E5E5E;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #5E5E5E;
}
.white-link a {
	color: #FFFFFF;
	font-weight: normal;
}
.hr-line {
	background-image: url(images/hr.gif);
	height: 7px;
	margin-right: 32px;
	margin-left: 32px;
	margin-top: 10px;
	background-repeat: repeat-x;
	margin-bottom: 8px;
}
.hr-line-dash {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clear  {
	clear: both;
}
.spacer {
	height: 15px;
}

