﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* ================================================================
This has been edited for use with StudioWorks Website by Christopher
Wrinn at Hatala Systems Group.
=================================================================== */

.menu {
font-size:0.85em;
position:absolute;

z-index: 100;
}

#menu {
	position:absolute;
	margin-top: -50px;
	display: block;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul, .menu li {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:60px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
margin-right: 0px;


}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-family: "lucida bright";
font-style: italic;
text-decoration: none;
color:#fff; 
width:54px; 
height:20px; 
/*border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#6F6F6F; */
padding-left:0px; 
line-height:20px;
/*
filter: alpha(opacity=50);
-moz-opacity: .50;		
opacity: .50;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:60px;
w\idth:60px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:60px;

z-index: 100;

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#CFCFCF; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px;

text-indent: 0px;

border-right: 1px #dddddd inset;
border-bottom: 1px #dddddd inset;

/*filter: alpha(opacity=50);
-moz-opacity: .5;		
opacity: .5;*/
/* yet another hack for IE5.5 */

}
* html .menu ul ul a{
width:150px;
w\idth:60px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
/*background:#9F9F9F;*/
font-weight: bold;


}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
/*background:#9F9F9F;*/
font-weight: bold;



}

.menu ul ul a:hover{
/*filter: alpha(opacity=100);
-moz-opacity: 1;		
opacity: 1;*/
background: #9F9F9F;
border-bottom: 1px #dddddd outset;
border-right: 1px #dddddd outset;
}

.menu a#left-bookend, .menu ul ul a#left-bookend{
	background: url("../images/nav/left_bookend.png") 0 0 no-repeat;
	margin-top: -7px;
	height: 27px;
	width: 46px;
}
.menu a#right-bookend, .menu ul ul a#right-bookend{
	background: url("../images/nav/right_bookend.png") 0 0 no-repeat;
	margin-top: -7px;
	height: 27px;
	width: 46px;
}

.menu a#Home, .menu ul ul a#Home {
	background: url("../images/nav/Home.png") 0 0 no-repeat;
	width: 0px;
}
.menu a#Home:hover, .menu ul ul a#Home:hover {
	background-position: 0 -20px;
}

.menu a#About, .menu ul ul a#About {
	background: url("../images/nav/About.png") 0 0 no-repeat;
	width: 0px;
}
.menu a#About:hover, .menu ul ul a#About:hover {
	background-position: 0 -20px;
	
}

.menu a#Galleries, .menu ul ul a#Galleries {
	background: url("../images/nav/Galleries.png") 0 0 no-repeat;
	width: 0px;
}
.menu a#Galleries:hover, .menu ul ul a#Galleries:hover {
	background-position: 0 -20px;
}
.menu :hover > a#Galleries, .menu ul ul :hover > a#Galleries {
	background-position: 0 -20px;
}

.menu a#FAQ, .menu ul ul a#FAQ {
	background: url("../images/nav/FAQ.png") 0 0 no-repeat;
	width: 0px;
}
.menu a#FAQ:hover, .menu ul ul a#FAQ:hover {
	background-position: 0 -20px;
}

.menu a#ClientImages, .menu ul ul a#ClientImages {
	background: url("../images/nav/ClientImages.png") 0 0 no-repeat;
	width: 0px;
}
.menu a#ClientImages:hover, .menu ul ul a#ClientImages:hover {
	background-position: 0 -20px;
}

.menu a#ViewImages, .menu ul ul a#ViewImages {
	background: url("../images/nav/ViewImages.png") 0 0 no-repeat;
	width: 0px;
}
.menu a#ViewImages:hover, .menu ul ul a#ViewImages:hover {
	background-position: 0 -20px;
}

.menu a#ContactUs, .menu ul ul a#ContactUs{
	background: url("../images/nav/ContactUs.png") 0 0 no-repeat;
	width: 0px;
}
.menu a#ContactUs:hover, .menu ul ul a#ContactUs:hover {
	background-position: 0 -20px;
}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

.menu a span {
	display:none;
}





