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

#Nav{
	position: absolute;
	z-index:100;
	top: 225px;
	left:50%;
	width: 774px;
	height: 87px;
	margin-left:-387px;
	background: url(/images/bg-navigation.png) center center no-repeat;
}
#Nav ul{
	margin: 0;
	padding: 0 0 0 12px;
}
#Nav ul li{
	list-style: none;
	float: left;
	display: inline-block;
}
#Nav ul li a{
	display: block;
	width: 50px;
	height: 87px;
}
/*--buttons--*/
#Nav ul li a.linkHome{ background: url(/images/btn-home.png) left top no-repeat; width:76px;}
#Nav ul li a.linkHome:hover{ background: url(/images/btn-home.png) left bottom no-repeat; width:76px;}
#Nav ul li a.linkResume{ background: url(/images/btn-resume.png) left top no-repeat; width:89px;}
#Nav ul li a.linkResume:hover{ background: url(/images/btn-resume.png) left bottom no-repeat; width:89px;}
#Nav ul li a.linkProjects{ background: url(/images/btn-projects.png) left top no-repeat; width:148px;}
#Nav ul li a.linkProjects:hover{ background: url(/images/btn-projects.png) left bottom no-repeat; width:148px;}
#Nav ul li a.linkPress{ background: url(/images/btn-press.png) left top no-repeat; width:80px;}
#Nav ul li a.linkPress:hover{ background: url(/images/btn-press.png) left bottom no-repeat; width:80px;}
#Nav ul li a.linkReels{ background: url(/images/btn-reels.png) left top no-repeat; width:77px;}
#Nav ul li a.linkReels:hover{ background: url(/images/btn-reels.png) left bottom no-repeat; width:77px;}


/*---------------*/
#dropmenudiv{
position: absolute;
font: bold 12px "Trebuchet MS";
z-index:1001;
margin-top: -87px;
padding: 14px 0 13px 0;
background: url(/images/bg-dropnav.gif) center center repeat-x;
}
#dropmenudiv a{
display: block;
height: 22px;
width: 154px;
text-decoration: none;
text-transform: uppercase;
color: #616b72;
padding: 7px 0 0 0;
text-align: center;
border-bottom: 1px dotted #bec5c8;
}
#dropmenudiv a:hover{ /*hover background color*/
color: #2e6996;
}



