/* CSS Document */
/*Created by Cathy MacMillan www.macmillaninc.com for AnnettaScottRealtor.com*/
/* Date 03-2007 */


/* MENU 
===============================================================*/
#navWrap{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background-color: transparent;
}

#chromemenu{
	width: auto;
	clear: both;
	text-align: left;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border-top: 4px solid #819856;
width: 100%;
height: 39px;
background: url(images/bgOFF.gif) repeat-x center center; /*Theme Change here*/
padding-right: 0;
padding-left: 0px;
margin: 0 0 0 0;
font: bold 12px Verdana;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	float: left;
	color: #7F7F7F;
	font-weight: bold;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
	background-image: url(images/bgDIVIDER.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

#chromemenu ul li a:hover{
color: #819856;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top: 10px;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #FDFBEE;
	border-top: 3px solid #AAAAAA;
	visibility: hidden;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #7F7F7F;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #B8CD97;
color: #FDFBEE;
}

/*--- Sub Navigation ---*/
	#nav {
		background-color: #2c2c2c;
		border: 1px solid #4c4c4c;
		border-width: 1px 0 0;
		float: left;
		font-size: 0.9em;
		width: 100%;
	}
	
	#nav a {
		border-right: 1px solid #4c4c4c;
		color: #c1c1c1;
		display: block;
		padding: 0.5em 1em 0.6em;
		text-decoration: none;
	}
	
	#nav a:hover { background: #5f5f5f; color: #fff; text-decoration: underline; }
	#nav li { background: none; float: left; margin: 0; padding: 0; }
	#nav li.current a, #nav li.current a:hover { background: #fff; color: #000; }
	