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


/* Begin CSS Drop Down Menu */

#menuh-container
{
		

	
}

#menuh
{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:840px;
	margin-left:5px;
	margin-top:0px;
	
	
	
	
	
}
		
#menuh a
{
	text-align: center;
	display:block;
	padding: 0;
	
	
	
	
	
	
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
    color: #fff;
	text-decoration:none;
	
	
	
}
	
#menuh a:hover						/* menu on mouse-over  */
{
	color: #fff;
	text-decoration:none;
	/*background-color:#4e83a3; ****/
	
}	
	
#menuh a.top_parent:hover						/* menu on mouse-over  */
{
	color: #093;
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}	
		
	
#menuh #dropstyle a:link, #menuh #dropstyle a:visited, #menuh #dropstyle a:active	/* menu at rest */
{
	color: #fff;
	background-color:#330000;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-size:13px;
	background-image:none;
	height:auto;
	padding:3px;
	width:150px;
	
}

#menuh #dropstyle ul li a:link, #menuh #dropstyle ul li a:visited, #menuh #dropstyle ul li a:active	/* menu at rest */
{

	width:180px;
	
}
	
#menuh #dropstyle a:hover, #menuh #dropstyle ul li a:hover						/* menu on mouse-over  */
{
	color: #000;
	background-color:#4e83a3;
	text-decoration:none;
	text-align:left;
	height:auto;
	padding:3px;
	/*border: 1px solid #cccccc; */
	
	
}


/*--Assign an image and width to each link--*/

#drop li.home a {
	background-image: url('images/home_d.png');
	width: 109px;
	height:56px;
	padding:0;
	
}

#drop li.home a:hover {
	background-image: url('images/home_h.png');
	width: 109px;
	height:56px;
	padding:0;
}

/*-----Sets active tab-----*/
#home li.home a {
	background-image: url('images/home_a.png');
	width: 109px;;
	height:56px;
	padding:0;
}
/*-------------------------*/


#drop li.team a {
	background-image: url('images/team_d.png');
	width: 161px;
	height:56px;
	padding:0;
	
}

#drop li.team a:hover {
	background-image: url('images/team_h.png');
	width: 161px;
	height:56px;
	padding:0;
}

/*-----Sets active tab-----*/
#team li.team a {
	background-image: url('images/team_a.png');
	width: 161px;
	height:56px;
	padding:0;
}
/*-------------------------*/

#drop li.services a {
	background-image: url('images/services_d.png');
	width: 106px;
	height:56px;
	padding:0;
}

#drop li.services a:hover {
	background-image: url('images/services_h.png');
	width: 106px;
	height:56px;
	padding:0;
}

/*-----Sets active tab-----*/
#services li.services a {
	background-image: url('images/services_a.png');
	width: 106px;
	height:56px;
	padding:0;
}
/*-------------------------*/

#drop li.practice a {
	background-image: url('images/practice_d.png');
	width: 153px;
	height:56px;
	padding:0;	
}

#drop li.practice a:hover {
	background-image: url('images/practice_h.png');
	width: 153px;
	height:56px;
	padding:0;	
}

/*-----Sets active tab-----*/
#practice li.practice a {
	background-image: url('images/practice_a.png');
	width: 153px;
	height:56px;
	padding:0;
}
/*-------------------------*/

#drop li.info a {
	background-image: url('images/info_d.png');
	width: 147px;
	height:56px;
	padding:0;
	
}

#drop li.info a:hover {
	background-image: url('images/info_h.png');
	width: 147px;
	height:56px;
	padding:0;
}

/*-----Sets active tab-----*/
#info li.info a {
	background-image: url('images/info_a.png');
	width: 147px;
	height:56px;
	padding:0;
}
/*-------------------------*/

#drop li.contact a {
	background-image: url('images/contact_d.png');
	width: 160px;
	height:56px;
	padding:0;
}

#drop li.contact a:hover {
	background-image: url('images/contact_h.png');
	width: 160px;
	height:56px;
	padding:0;
}

/*-----Sets active tab-----*/
#contact li.contact a {
	background-image: url('images/contact_a.png');
	width: 160px;
	height:56px;
	padding:0;
}
/*-------------------------*/
	
	

	
	

#menuh ul
{
	font-size:13px;
	list-style:none;
	float:left;
	margin:0px 0px 0px 0px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:0;
	
/*	width:190px;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	
}

#menuh li
{
	position:relative;
	min-height: 1px;			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	margin-top:0px;
	margin-left:-2px;
	
	
}

#menuh #dropstyle { margin-top:-2px; }


#menuh ul ul
{
	position:absolute;
	z-index:500;
	display:none;
	padding: 2px;
	margin:0px 0px 0px 0px;
	/* float:left; */
	top:auto;
	left:0px;
	
}

#menuh ul ul ul
{
	top:0px;
	left:100%;
	
}


div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
