@charset "utf-8";
/* CSS Document */
#navContainer {position:absolute; top:145px; left:50%; margin-left:-510px; width:860px; height:92px; padding-left:140px; z-index:99; background:url(../images/nav-end.png) 0px 0 no-repeat;}

#main-nav {position:relative; width:100%; height:92px; z-index:100;}

#about span {display: none;}
#services span {display: none;}
#practices span {display: none;}
#contact span {display: none;}



#multi-level {height:54px; width:100%; position:relative; z-index:999;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:54px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:112px; height:54px; background:url(../images/about.png) no-repeat}
.menu li.p2 {width:185px; height:54px; background:url(../images/practices.png) no-repeat}
.menu li.p3 {width:115px; height:54px; background:url(../images/services.png) no-repeat}
.menu li.p4 {width:143px; height:54px; background:url(../images/contact.png) no-repeat}


/* set up the normal unhovered images in the links */
.menu li a#about {width:112px; height:54px; background:url(../images/about.png) top left no-repeat;}
.menu li a#practices {width:185px; height:54px; background:url(../images/practices.png) no-repeat;}
.menu li a#services {width:115px; height:54px; background:url(../images/services.png) no-repeat;}
.menu li a#contact {width:143px; height:54px; background:url(../images/contact.png) no-repeat;}

.menu li a#aboutCurrent {width:112px; height:62px; background:url(../images/about.png) 0 -54px no-repeat;}
.menu li a#practicesCurrent {width:185px; height:62px; background:url(../images/practices.png) 0 -54px no-repeat;}
.menu li a#servicesCurrent {width:115px; height:62px; background:url(../images/services.png) 0 -54px no-repeat;}
.menu li a#contactCurrent {width:143px; height:62px; background:url(../images/contact.png) 0 -54px no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#about:hover, .menu li:hover a#about {width:112px; height:62px; background: url(../images/about.png) no-repeat 0 -54px;}
.menu li a#practices:hover, .menu li:hover a#practices {width:185px; height:62px; background:url(../images/practices.png) no-repeat 0 -54px;}
.menu li a#services:hover, .menu li:hover a#services {width:115px; height:62px; background:url(../images/services.png) no-repeat 0 -54px;}
.menu li a#contact:hover, .menu li:hover a#contact {width:143px; height:62px; background:url(../images/contact.png) no-repeat 0 -54px;}



/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}



/* set up the first drop down sub level */
.menu :hover ul.sub {left:-20px; top:57px; padding:3px 0; white-space:nowrap; width:800px; height:auto;}
.menu :hover ul.sub1 {left:100px; top:57px; padding:3px 0; white-space:nowrap; width:800px; height:auto;}
.menu :hover ul.sub2 {left:-168px; top:57px; padding:3px 0; white-space:nowrap; width:700px; height:auto;}

.menu :hover ul.sub li.seperator {display:block; height:25px; position:relative; float:left; width:auto; margin:0 5px; padding-top:3px; color:#3e3323;}
.menu :hover ul.sub2 li.seperator {display:block; height:25px; position:relative; float:left; width:auto; margin:0 5px; padding-top:3px; color:#3e3323;}


.menu :hover ul.sub li {display:block; height:28px; position:relative; float:left; width:auto; background:url(../images/sub-main.png) top right no-repeat; behavior:url("../js/iepngfix.htc");}
.menu :hover ul.sub li a {display:block; font-size:12px; font-weight:; height:20px; width:auto; line-height:20px; background:url(../images/sub-end.png) top left no-repeat; behavior:url("../js/iepngfix.htc"); color:#10584b; text-decoration:none; padding:3px 20px 4px 20px;}

.menu :hover ul.sub li:hover, .menu :hover ul.sub li:hover a {background-position:100% -28px; color:#3e3323; text-decoration:none;}
.menu :hover ul.sub li:hover a {background-position: 0% -28px;}



.menu :hover ul.sub2 li {display:block; height:28px; position:relative; float:left; width:auto; background:url(../images/sub-main.png) top right no-repeat; behavior:url("../js/iepngfix.htc");}
.menu :hover ul.sub2 li a {display:block; font-size:12px; font-weight:; height:20px; width:auto; line-height:20px; background:url(../images/sub-end.png) top left no-repeat; behavior:url("../js/iepngfix.htc"); color:#10584b; text-decoration:none; padding:3px 20px 4px 20px;}

.menu :hover ul.sub2 li:hover, .menu :hover ul.sub2 li:hover a {background-position:100% -28px; color:#3e3323; text-decoration:none;}
.menu :hover ul.sub2 li:hover a {background-position: 0% -28px;}



