 /*--------------------------------------- nav ----------------------------------------*/

#nav {
	float:left;
	width:742px;
}

#nav ul{
	list-style-type:none;
}


/* IE6 Only */
* html #nav li {
	margin-top: 25px;
}

/* IE7 Only */
*:first-child+html #nav li{
	margin-top: 30px;
}

#nav li {
	float:left;
	margin: 10px 15px 0px 15px;
}

#nav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#661515;
	font-size: 16px;
	float:left;
	text-decoration:none;
	font-weight:600;
	line-height: 30px;
	
}



#nav li a:hover{
	color:#ffffff;
	text-decoration:none;	
}

 /*---------------------------------------first letter cap ----------------------------------------*/

/*  no ie7 suppport
#nav li :first-letter {
	font-size:36px; 
	line-height:5em;
	float:left;
	text-decoration:none;
}
*/
#nav span {
		float: left; /*This allows the text to "stack up" to the right of the large font*/
		margin: 3px 3px 0px 0px; /*set margins based on the font used*/
		padding:10;
		font: 2em/0.8em "Times New Roman", Times, serif;
		text-decoration:none;
		font-weight:bold;

}

* html #nav li span {
margin-right: 0; /*because of IE's float bug*/
} 

 /*---------------------------------------header nav ----------------------------------------*/
 
#header-nav {
		position: absolute;
		left: 450px;
		color:#ffffff;
		margin-top: -4px;
		
}

/* IE6 Only */
* html #header-nav {
		margin-top: 10px;
}

/* IE7 Only */
*:first-child+html #header-nav{
		margin : 10px;
}
 
#header-nav ul{
		list-style-type:none;
}

#header-nav ul a{
		font-family:"Times New Roman", Times, serif;
		font-size:22px;
		color:#ffffff;
		text-decoration:none;
		
}

#header-nav ul a:hover{
	color:#999999;
}

#header-nav li {
		float:left;
		margin: -5px 3px 0px 3px;
}


