a.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color: #FFFFFF!important;
	background-image: url(../images/leftCourseTab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
a.courselink {
	padding-left: 15px!important;
}


.courseDropdown{
	position: absolute;
	width: 286px;
	left: 0;
	top: 0;
	visibility: hidden;
	padding: 10px 0px 10px 12px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background-image: url(../images/dropDownBkg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}

.courseDropdown li{
	width: 132px;
	margin-bottom: 2px;
	padding: 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}


.courseDropdown li a:hover {
	border: 1px solid #BBDCCF;
	background-color: #739A8E;
}

.courseDropdown .column{
	width: 132px;
	float: left;
	padding: 0px;
	margin-right: 10px;
}

.courseDropdown .column ul{
width: 132px;
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}



#memberDropDown {
	position: absolute;
	width: 405px;
	left: 0;
	top: 0;
	visibility: hidden;
	padding: 10px 0px 10px 12px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background-image: url(../images/membersDropBkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 60px;
	}
#loginEmail, #loginPassword {
	margin: 0px;
	padding: 2px;
	width: 150px;
	border: 1px solid #B8CCB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
}

#memberDropDown a {
	font-size: 11px;
	line-height: 15px;
	background-image: url(../images/arrowonLime.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	margin: 0px;
	padding: 3px 12px 0px 2px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF3E4;
}
#memberDropDown a:hover  {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFC2AE;
}
.members_tab a.selectedanchor{
	color: #333333!important;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 135px;
	float: left;
}
ul#top_nav {
	margin: 0px;
	padding: 13px 0px 0px;
	float: right;
	width: 690px;
	list-style-type: none;
}
ul#main_nav {
	margin: 0px;
	padding: 10px 0px 8px;
	float: right;
	width: 690px;
	list-style-type: none;
}
#top_nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 825px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top_nav   li  {
	float: right;
	padding-left: 0px;
	margin-left: 10px;
}
#top_nav .address {
	padding-top: 8px;
	color: #555555;
	margin: 0px;
	float: left;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
}
#top_nav .address strong {
	font-weight: normal;
	color: #094231;
}
#top_nav .address em {
	color: #949494;
	margin-right: 5px;
	margin-left: 5px;
}
#top_nav  li a {
	padding-top: 7px;
	display: block;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(../images/magGlasss.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin: 0px;
}
#top_nav  li.contact_tab a {
	background-image: url(../images/mail.gif);
}
#top_nav li.contact_tab a:hover {
	background-image: url(../images/mailC.gif);
}
#top_nav  li.find_tab a:hover {
	background-image: url(../images/magGlassC.gif);
}

#top_nav a:hover {
	color: #09392B;
}
#main_nav li {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}
#main_nav li a {
	color: #C4D1B8;
	margin: 0px;
	padding: 0px 15px 10px 10px;
	float: left;
	font-size: 14px;
	line-height: 24px;
}
#main_nav a:hover {
	color: #FFFFFF;
}
li#nCourse {
	padding-left: 0px;
}

#home #nHome, #Features #nFeatures, #Floor #nFloor, #Construction #nConstruction, #Amenities #nAmenities, #Concept #nConcept, #Contact #nContact {
	background-image: url(../images/leftBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#home #nHome a, #Features #nFeatures a, #Floor #nFloor a, #Construction #nConstruction a, #Amenities #nAmenities a, #Concept #nConcept a, #Contact #nContact a  {
	background-image: url(../images/rightBut.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}
