#navcontainer {
text-align:center;
margin: 0 auto;
}

#navcontainer
{
width:900px;
text-align:center;
}

#navcontainer ul {
    text-align: center;
    list-style: none;
 	margin: 0;
    padding: 0;
}


#navcontainer li {
height: 54px;
display: inline;
float: left;
position: relative;
list-style: none;
}


#navcontainer li a {
height: 54px;
text-indent: -0px;
padding: 0px;
text-align: center;
}

#navcontainer .current a { background-position: 0 -54px; }

/* Hide from IE5-Mac \*/
#navcontainer li a
{
float: none
}
/* End hide */





/* Dropdown Menu

------------------------------------------*/

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 11px georgia;
line-height:18px;
z-index:100;
text-align:left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#e5ccc7;
}



/*home*/
a.homerollover {
	display: block;
	width: 73px;
	height: 54px;
	text-decoration: none;
	background: url("/imgs/nav_home1.gif");
	margin-right:20px;
	margin-left:60px;
}

a.homerollover:hover {
	background-position: -73px 0;
	margin-right:20px;
	margin-left:60px;
}

/*gallery*/

a.galleryover {
	display: block;
	width: 102px;
	height: 54px;
	text-decoration: none;
	background: url("/imgs/nav_galleries1.gif");
	margin-right:20px;
}

a.galleryover:hover {
	background-position: -102px 0;
	margin-right:20px;
}

/*details*/

a.detailsover {
	display: block;
	width: 90px;
	height: 54px;
	text-decoration: none;
	background: url("/imgs/nav_details_all.gif");
	margin-right:20px;
}

a.detailsover:hover {
	background-position: -90px 0;
	margin-right:20px;
}


/*clients*/

a.clientsover {
	display: block;
	width: 91px;
	height: 54px;
	text-decoration: none;
	background: url("/imgs/nav_clients_all.gif");
	margin-right:20px;
}

a.clientsover:hover {
	background-position: -91px 0;
	margin-right:20px;
}
/*buzz*/

a.buzzover {
	display: block;
	width: 98px;
	height: 54px;
	text-decoration: none;
	background: url("/imgs/nav_buzz_all.gif");
	margin-right:20px;
}

a.buzzover:hover {
	background-position: -98px 0;
	margin-right:20px;
}
/*contact*/

a.contactover {
	display: block;
	width: 96px;
	height: 54px;
	text-decoration: none;
	background: url("/imgs/nav_contact_all.gif");
	margin-right:20px;
}

a.contactover:hover {
	background-position: -96px 0;
	margin-right:20px;
}


/*blog*/

a.blogover {
	display: block;
	width: 73px;
	height: 54px;
	text-decoration: none;
	background: url("/imgs/nav_blog_pink.gif");
}

a.blogover:hover {
	background-position: -73px 0;
}
