/*  
Theme Name: Destination Insight
Theme URL: http://www.destination-insight.com
Description: Destination Insight.  
Version: 1.0
Author: Steve Marlin
Author URL: http://www.surftucson.com
*/

body {
	margin: 0px;
	background-color: #1F538F;
	background-image: url(../images/bkg_sunset.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #FFF;
}	

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

#dropmenudiv{
position:absolute;
background-color: #6DA2D4;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #B66D33;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

.divider {
	border-top: 1px dashed #FFF;
	width: 400px;
	margin:10px auto;
	clear: both;
	line-height:1px;
	height:1px;
}	
