html, body { margin: 0; padding: 0 }

body { 
	background-color: #b6b9a5; 
	background-image: url(../images/main_bg.gif); 
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, Times New Roman, serif; 
	font-size: 11px; 
	line-height: 18px;
	color: #333;
}

body #rfi { 
	background-color: #b6b9a5; 
	font-family: Georgia, Times New Roman, serif; 
	font-size: 11px; 
	line-height: 18px;
	color: #333;
}

#rfi_container {
	margin:20px;
	background-color: #fafafa;
	padding:10px;
}

.rfi_form {
	width:100%;
}

.rfi_form .head {
	color: #990000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}

.rfi_form .head-left {
	color: #990000;
	font-weight: bold;
	text-align: left;
}
img { margin: 0; padding: 0; border: 0; }

a { margin: 0; padding: 0; border: 0; }

h1 {
	color: #990000;
	font-size: 20px;
	font-family: Georgia, Times, serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
}

h2 {
	color: #15466b;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
}

p {
	margin: 0 0 10px 0;
}

a { color: #990000; text-decoration: underline; }
a:hover { color: #990000; text-decoration: underline; }

a img { color: #990000; text-decoration: none; }
a:hover img{ color: #990000; text-decoration: none; }

img { border: 0; margin: 0; padding: 0; }

input {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	text-align:left;
}

textarea {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	text-align:left;
}

.hidden {
	visibility: hidden;
}
/* *********  LAYOUT ELEMENTS  ************* */

#main_body {
	width: 720px;
	margin: auto;
	position: relative;
	text-align: left;
	clear:both;
	background-color:#fafafa;
}

.content_bottom {
	background-image: url(../images/content_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 17px;
	width: 720px;
	margin:auto;
}

#content_body {
	width: 720px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

#nav_bar {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 36px;
	left: 25px;
}

#left_shadow {
	width: 10px;
	height: 450px;
	position: absolute;
	top:0;
	left:-5px;
	background: url(../images/left_shadow.jpg) no-repeat;
	z-index:10;
}

#right_shadow {
	width: 10px;
	height:450px;
	position:absolute;
	top:5px;
	left:715px;
	background: url(../images/right_shadow.jpg) no-repeat;
	z-index:10;
}

	
#footer {
	width: 720px;
	margin: auto;
	font-size: 10px;
	color: #666;
	text-align:center;
	margin-top:20px;
	margin-bottom: 20px;
	padding-bottom:20px;
}

#footer a {color:#666;}

/* ***************  BANNER *************** */

#banner {
	clear: both;
}

#banner h1 {
	height: 274px;
	width: 720px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}

/* *************** HOME **************** */

#home_col_1 {
	margin: 10px 0 10px 0;
	padding-left: 25px;
	width: 430px;
	float: left;
}

#home_col_1 ul {
	list-style: none;
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}

#home_col_1 ul li {
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 2px 3px;
	padding-left:30px;
	margin-bottom:3px;
}

#home_col_2 {
	margin: 10px 0 10px 26px;
	float:left;
	text-align: right;
	padding:0;
}

#home_col_2 p {
	text-align: left;
	margin: 10px 0 10px 0px;
}

#home_col_2 h2 {
	text-align: left;
	margin: 10px 0 5px 0px;
}


/* *************** SUB PAGES ************ */


#sub_col_1 {
	margin: 10px 13px 10px 0;
	padding-left: 25px;
	width: 400px;
	float: left;
}

#sub_col_1 ul {
	list-style: none;
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}

#sub_col_1 ul li {
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 2px 3px;
	padding-left:30px;
	margin-bottom:3px;
}

#sub_col_2 {
	margin: 10px 0 10px 26px;
	float:left;
	text-align: right;
	padding:0;
}

#sub_col_2 p {
	text-align: left;
	margin: 10px 0 10px 0px;
}

#sub_col_2 h2 {
	text-align: left;
	margin: 10px 0 5px 0px;
}


/* *************** OTHER **************** */

#long_col_1 {
	margin: 10px 0 10px 0;
	padding-left: 25px;
	width: 450px;
	float: left;
}

#long_col_1 ul {
	list-style: none;
	margin:0 0 10px 10px;
	padding:0;
}

#long_col_1 ul li {
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 2px 3px;
	padding-left:30px;
	margin-bottom:3px;
}

#short_col_2 {
	margin: 10px 0 10px 0;
	width: 210px;
	float:left;
	text-align: right;
}

#short_col_2 p {
	text-align: left;
	margin: 10px 0 10px 40px;
}

#short_col_2 h2 {
	margin: 5px 0 10px 40px;
}

#short_col_2 ul {
	list-style: none;
	margin:0 0 10px 40px;
	padding:0;
	text-align:left;
}

#short_col_2 ul li {
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 2px 3px;
	padding-left:30px;
	margin-bottom:3px;
}

#full_col_1 {
	margin: 10px 0 10px 0;
	padding-left: 25px;
	width: 670px;
	float: left;
}

.text {
	border: 1px solid #666;
	width: 200px;
}

.text-short {
	border: 1px solid #666;
	width: 100px;
}

.textarea {
	border: 1px solid #666;
	width: 200px;
	height: 100px;
}

.button {
	font-family: Georgia, Times New Roman, serif; 
	font-size: 11px; 
	color: #fff;
	background-color: #990000;
	padding:3px;
	border:0;
	text-align:center;
	margin-top:5px;
}

.form_head {
	font-weight: bold;
	text-align:right;
	width: 75px;
	color: #990000;
}

#main_photo {
	background: url(../images/photo_corners.jpg) no-repeat;
	height:167px;
	width:215px;
	margin:0 0 5px 0;
	cursor: pointer;
	clear:both;
}

#main_photo img {
	margin:8px 0 0 7px;
	border: 0;
}

#home_col_2 #featured {
	background: url(../images/photo_corners.jpg) no-repeat;
	height:167px;
	width:215px;
	margin:10px 0 0 0px;
	text-align:left;
	position:relative;
}

#home_col_2 #featured img {
	margin:8px 0 0 7px;
	border: 0;
}

#home_col_2 .home_feature {
	margin:3px 0 10px 0px;
}

/* *************** TABLE **************** */

.listings {
	width: 100%;
	margin:20px 20px 10px 0;
	border: 1px solid #ced0c2;
}

.listings th {
	background-color: #ced0c2;
	color: #990000;
	font-variant: small-caps;
	font-size: 12px;
}

.listings th {
	text-align:center;
}

.listings td {
	height: 60px;
	text-align:center;
}

.listings .address {
	text-align: left;
	padding-left:5px;
}

.listings .odd {
	background-color: #fff;
}

.listings .even {
	background-color: #ebece5;
}
	
.listings td.table_foot {
	background-color: #ced0c2;
	color: #990000;
	font-variant: small-caps;
	text-size: 12px;
	height:14px;
	text-align: center;
}

.listing_detail {
	margin:0;
}

.listing_detail td {
	vertical-align: top;
}

.listing_detail td.title {
	font-weight:bold;
	color: #990000;
	text-align:right;
}

.listing_detail .description {
	margin:10px 0 10px 0;
}

.back {
	display: block;
	text-align: right;
}

td .thumb_cell {
	width:240px;
}

td .list_thumb_cell {
	width:80px;
	padding: 4px;
}

.listing_detail .main_img_cell {
	width: 240px;
}

.listing_thumb {
	float:left;
	border: 1px solid #D8D8D6;
	margin: 0 2px 5px 0;
	height:52px;
	width: 68px;
	cursor: pointer;
}

.listing_thumb img {
	margin: 2px;
}

.thumb {
	border: 1px solid #a0a48c;
	margin: 5px 4px 5px 4px;
	height:52px;
	width: 68px;
	background:url(../images/no-thumb.jpg) no-repeat center;
}

.thumb img {
	margin: 2px;
}

#closediv { text-align: center; }

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #293b4a;
	height: 18px;
}

#nav li {
	float: left;
	/*width: 10em;*/
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}



/* *************** CUSTOM NAV STYLES **************** */

#btn_home_home a { background: url(../images/nav/home/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_home_features a { background: url(../images/nav/home/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_home_properties a { background: url(../images/nav/home/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_home_neighborhood a { background: url(../images/nav/home/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_home_commercial a { background: url(../images/nav/home/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_home_developer a { background: url(../images/nav/home/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_home_contact a { background: url(../images/nav/home/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_home_home a:hover { background: url(../images/nav/home/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_home_features a:hover { background: url(../images/nav/home/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_home_properties a:hover { background: url(../images/nav/home/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_home_neighborhood a:hover { background: url(../images/nav/home/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_home_commercial a:hover { background: url(../images/nav/home/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_home_developer a:hover { background: url(../images/nav/home/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_home_contact a:hover { background: url(../images/nav/home/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


#btn_features_home a { background: url(../images/nav/features/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_features_features a { background: url(../images/nav/features/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_features_properties a { background: url(../images/nav/features/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_features_neighborhood a { background: url(../images/nav/features/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_features_commercial a { background: url(../images/nav/features/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_features_developer a { background: url(../images/nav/features/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_features_contact a { background: url(../images/nav/features/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_features_home a:hover { background: url(../images/nav/features/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_features_features a:hover { background: url(../images/nav/features/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_features_properties a:hover { background: url(../images/nav/features/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_features_neighborhood a:hover { background: url(../images/nav/features/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_features_commercial a:hover { background: url(../images/nav/features/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_features_developer a:hover { background: url(../images/nav/features/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_features_contact a:hover { background: url(../images/nav/features/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


#btn_properties_home a { background: url(../images/nav/properties/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_properties_features a { background: url(../images/nav/properties/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_properties_properties a { background: url(../images/nav/properties/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_properties_neighborhood a { background: url(../images/nav/properties/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_properties_commercial a { background: url(../images/nav/properties/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_properties_developer a { background: url(../images/nav/properties/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_properties_contact a { background: url(../images/nav/properties/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_properties_home a:hover { background: url(../images/nav/properties/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_properties_features a:hover { background: url(../images/nav/properties/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_properties_properties a:hover { background: url(../images/nav/properties/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_properties_neighborhood a:hover { background: url(../images/nav/properties/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_properties_commercial a:hover { background: url(../images/nav/properties/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_properties_developer a:hover { background: url(../images/nav/properties/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_properties_contact a:hover { background: url(../images/nav/properties/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


#btn_neighborhood_home a { background: url(../images/nav/neighborhood/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_neighborhood_features a { background: url(../images/nav/neighborhood/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_neighborhood_properties a { background: url(../images/nav/neighborhood/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_neighborhood_neighborhood a { background: url(../images/nav/neighborhood/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_neighborhood_commercial a { background: url(../images/nav/neighborhood/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_neighborhood_developer a { background: url(../images/nav/neighborhood/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_neighborhood_contact a { background: url(../images/nav/neighborhood/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_neighborhood_home a:hover { background: url(../images/nav/neighborhood/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_neighborhood_features a:hover { background: url(../images/nav/neighborhood/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_neighborhood_properties a:hover { background: url(../images/nav/neighborhood/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_neighborhood_neighborhood a:hover { background: url(../images/nav/neighborhood/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_neighborhood_commercial a:hover { background: url(../images/nav/neighborhood/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_neighborhood_developer a:hover { background: url(../images/nav/neighborhood/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_neighborhood_contact a:hover { background: url(../images/nav/neighborhood/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


#btn_commercial_home a { background: url(../images/nav/commercial/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_commercial_features a { background: url(../images/nav/commercial/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_commercial_properties a { background: url(../images/nav/commercial/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_commercial_neighborhood a { background: url(../images/nav/commercial/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_commercial_commercial a { background: url(../images/nav/commercial/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_commercial_developer a { background: url(../images/nav/commercial/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_commercial_contact a { background: url(../images/nav/commercial/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_commercial_home a:hover { background: url(../images/nav/commercial/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_commercial_features a:hover { background: url(../images/nav/commercial/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_commercial_properties a:hover { background: url(../images/nav/commercial/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_commercial_neighborhood a:hover { background: url(../images/nav/commercial/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_commercial_commercial a:hover { background: url(../images/nav/commercial/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_commercial_developer a:hover { background: url(../images/nav/commercial/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_commercial_contact a:hover { background: url(../images/nav/commercial/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


#btn_developer_home a { background: url(../images/nav/developer/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_developer_features a { background: url(../images/nav/developer/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_developer_properties a { background: url(../images/nav/developer/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_developer_neighborhood a { background: url(../images/nav/developer/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_developer_commercial a { background: url(../images/nav/developer/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_developer_developer a { background: url(../images/nav/developer/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_developer_contact a { background: url(../images/nav/developer/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_developer_home a:hover { background: url(../images/nav/developer/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_developer_features a:hover { background: url(../images/nav/developer/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_developer_properties a:hover { background: url(../images/nav/developer/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_developer_neighborhood a:hover { background: url(../images/nav/developer/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_developer_commercial a:hover { background: url(../images/nav/developer/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_developer_developer a:hover { background: url(../images/nav/developer/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_developer_contact a:hover { background: url(../images/nav/developer/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


#btn_contact_home a { background: url(../images/nav/contact/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_contact_features a { background: url(../images/nav/contact/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_contact_properties a { background: url(../images/nav/contact/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_contact_neighborhood a { background: url(../images/nav/contact/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_contact_commercial a { background: url(../images/nav/contact/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_contact_developer a { background: url(../images/nav/contact/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_contact_contact a { background: url(../images/nav/contact/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_contact_home a:hover { background: url(../images/nav/contact/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_contact_features a:hover { background: url(../images/nav/contact/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_contact_properties a:hover { background: url(../images/nav/contact/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_contact_neighborhood a:hover { background: url(../images/nav/contact/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_contact_commercial a:hover { background: url(../images/nav/contact/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_contact_developer a:hover { background: url(../images/nav/contact/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_contact_contact a:hover { background: url(../images/nav/contact/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


#btn_sitemap_home a { background: url(../images/nav/sitemap/home.jpg) no-repeat; width: 71px; height: 15px; }
#btn_sitemap_features a { background: url(../images/nav/sitemap/features.jpg) no-repeat; width: 81px; height: 15px; }
#btn_sitemap_properties a { background: url(../images/nav/sitemap/properties.jpg) no-repeat; width: 95px; height: 15px; }
#btn_sitemap_neighborhood a { background: url(../images/nav/sitemap/neighborhood.jpg) no-repeat; width: 121px; height: 15px; }
#btn_sitemap_commercial a { background: url(../images/nav/sitemap/commercial.jpg) no-repeat; width: 107px; height: 15px; }
#btn_sitemap_developer a { background: url(../images/nav/sitemap/developer.jpg) no-repeat; width: 96px; height: 15px; }
#btn_sitemap_contact a { background: url(../images/nav/sitemap/contact.jpg) no-repeat; width: 99px; height: 15px; }

#btn_sitemap_home a:hover { background: url(../images/nav/sitemap/home_on.jpg) no-repeat; width: 71px; height: 15px; }
#btn_sitemap_features a:hover { background: url(../images/nav/sitemap/features_on.jpg) no-repeat; width: 81px; height: 15px; }
#btn_sitemap_properties a:hover { background: url(../images/nav/sitemap/properties_on.jpg) no-repeat; width: 95px; height: 15px; }
#btn_sitemap_neighborhood a:hover { background: url(../images/nav/sitemap/neighborhood_on.jpg) no-repeat; width: 121px; height: 15px; }
#btn_sitemap_commercial a:hover { background: url(../images/nav/sitemap/commercial_on.jpg) no-repeat; width: 107px; height: 15px; }
#btn_sitemap_developer a:hover { background: url(../images/nav/sitemap/developer_on.jpg) no-repeat; width: 96px; height: 15px; }
#btn_sitemap_contact a:hover { background: url(../images/nav/sitemap/contact_on.jpg) no-repeat; width: 99px; height: 15px; }


.btn_text { visibility: hidden; }

#nav li ul {
	top: 15px;
	margin-left: -5px;
}

#nav li ul li {
	clear: both;
	width:80px;
	height:20px;
	text-indent: 0; 
	font-size: 10px;
	margin-left: 10px;
	padding: 0; 
	background-color: none;
	vertical-align: middle;
	/*overflow: hidden;*/
	position: relative;
	z-index: 1000;
}

#nav li ul li .bg {
	position: absolute;
	z-index:1000;
	width: 80px;
	height: 20px;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	clear:both;
}

#nav li ul li a {
	font-family: Georgia, Times New Roman, serif; 
	font-size:10px;
	padding: 2px 0 2px 5px;

	width:80px;
	z-index:1002;
	background: none;
	color:#fafafa;
	position:absolute;
	z-index:1002;
}

#nav li ul li a:hover {
	font-family: Georgia, Times New Roman, serif; 
	background-image: none;
	color:#b9c2ad;
}



