@charset "UTF-8";
/* CSS Document */

a {
  outline: none;
}



#mainNav ul{
	width:150px;
	margin-left:65px;
	margin-top:20px;
	list-style-type:none;
	
}

#mainNav li{
margin-bottom:5px;

	
}

#mainNav a{
	font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	
}

#mainNav .sub{
	padding-left:15px;
	padding-bottom:0;
}
	




/*------YOU ARE HERE-------*/

body#about #aboutlist,
body#work #worklist,
body#resume #resumelist,
body#contact #contactlist

{
color:#000;
}




/*----------SUB NAV �YOU ARE HERE�--------------------------------------*/
body#work #sublink

	
{	color:#000;
font-style:italic;
font-weight:bold;
		
	
}


/*------SUB NAV--------*/

#subNav ul{
	width:741px;
	height:50px;
	padding:7px 15px 5px 220px;
	border-bottom:1px solid #56204b;
	background-color:#dad6ce;
	list-style-type:none;
	text-align:left;
	
}

#subNav li{
margin-bottom:2px;
display:inline;

	
}

#subNav a{
	font: .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#56204b;
	text-decoration:none;
	margin-right:25px;
	letter-spacing:2px;
	display:inline;
	
}

.link{
	margin-left:32px;
	padding-right:24px;
}


#subNav a:hover{
	font: .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	letter-spacing:2px;


}

