/**************************************************************************************************
// Cascading Style Sheet for Cornerstone On The Square for The Marketing Directors
// Style Sheet for index.php
// Copyright (C) 2007 The Marketing Directors
**************************************************************************************************/

/**************************************************************************************************
// MAIN NAVIGATION
**************************************************************************************************/
#nav_main {
	float: left;
	width: 92px;
	height: 148px;
	padding: 167px 0px 0px 110px;
}

#nav_main ul {
	list-style: none;
	overflow: hidden;
	padding: 0px;
}

#nav_main li {
	text-align: center;
	line-height: 22px;
}

#nav_main a {
	font-size: 19px;
}

/**************************************************************************************************
// SUB NAVIGATION
**************************************************************************************************/
#subnav {
	float: right;
	width: 515px;
	height: 36px;
	padding-top: 83px;
	text-align: center;
}

.subnav_list ul {
	list-style: none;
	overflow: hidden;
	padding-top: 14px;
	padding-left: 12px;
}

.subnav_list li {
	display: inline;
}

.subnav_list a {
	padding: 4px;
	font-size: 17px;
}

/**************************************************************************************************
// DROP DOWN MENU - MAIN NAVIGATION
**************************************************************************************************/
.dropdown {
	position: absolute;
	top: 0;
	border: 1px solid #415E71; /*THEME CHANGE HERE*/
	line-height: 18px;
	z-index: 100;
	background-color: #f1e4b9;
	width: 135px; /*This style can be individually set in the menu div*/
	visibility: hidden;
}

.dropdown a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #415E71; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
}

* html .dropdown a { /*IE only hack*/
	width: 100%;
}

.dropdown a:hover { /*THEME CHANGE HERE*/
	background-color: #EDEFEC;
}