/*  Top Menu */
#topmenu
	{
		display:block;
		position:absolute;
		width:800px;
		height:30px;
		top:0px;
		left:30px;
		background:transparent;
		z-index:500;
	}
#topmenu a, #topmenu a:visited 
	{
		display:block;
		color:#E0DEEC;
		text-align:center;
		text-decoration:none;
	}
#topmenu a:hover {color:#F9EC72;}
#topmenu a.ie, #topmenu a.ie:visited {position:absolute;height:30px;overflow:hidden;}
#topmenu a.ie:hover {overflow:visible;}
#topmenu .home, #topmenu .about, #topmenu .team, #topmenu .portfolio, #topmenu .testimonials
	{
		display:block;
		position:absolute;
		height:30px;
		top:0px;
		font-family:Arial;
		font-size:11pt;
		font-weight:bold;
		color:#E0DEEC;		
		text-align:center;
		line-height:30px;
		cursor:pointer;
	}
#topmenu .home {width:100px;left:0px;}
#topmenu .about {width:130px;left:100px;}
#topmenu .team {width:210px;left:220px;}
#topmenu .portfolio {width:160px;left:430px;}
#topmenu .testimonials {width:200px;left:590px;}

/*  Topmenu Submenus  */
#topmenu .about:hover {color:#F9EC72;background-color:#1C15B4;}
#topmenu .about ul.sub_one, #topmenu a table, #topmenu a:visited table {display:none;visibility:hidden;}
#topmenu a:hover table {display:block;visibility:visible;border-collapse:collapse;}
#topmenu .about:hover ul.sub_one, #topmenu a:hover table ul.sub_one
	{
		display:block;
		list-style-type:none;
		visibility:visible;
		position:relative;		
		top:-2px;
		width:170px;
		height:auto;
		margin:0px;
		/*margin-left:22px;*/
		padding:0px;
		background-color:#0B0860;
		border:1px outset #A8A472;
		border-top:0px;		
		z-index:505;
	}
#topmenu .about:hover ul.sub_one li, #topmenu a:hover table ul.sub_one li
	{
		display:block;
		position:relative;
		width:170px;
		width:auto;
		height:25px;
		font-size:10pt;
		font-weight:normal;
		color:#E0DEEC;
		text-decoration:none;
		text-align:left;
		text-indent:10px;
		line-height:25px;
		padding:0px;
	}
#topmenu .about:hover ul.sub_one li:hover {background-color:#1C15B4;}
#topmenu .about:hover ul.sub_one li a, #topmenu .about:hover ul.sub_one li a:visited, #topmenu a:hover table ul.sub_one li a, #topmenu a:hover table ul.sub_one li a:visited
	{
		font-size:10pt;
		color:#F9EC72;
		text-align:left;
		text-decoration:none;
	}
#topmenu .about:hover ul.sub_one li:hover, #topmenu .about:hover ul.sub_one li:hover a:hover, #topmenu a:hover table ul.sub_one li a:hover
	{
		color:#E0DEEC;
		background-color:#1C15B4;
	}
	
/*  Mid Menu  */
#midmenu
{
		display:block;
		position:absolute;
		width:850px;
		height:25px;
		top:185px;
		left:0px;
		background:transparent;
		z-index:510;
		/*border:1px solid red;*/
	}
#midmenu a, #midmenu a:visited 
	{
		display:block;
		color:#E0DEEC;
		text-align:center;
		text-decoration:none;
	}
#midmenu a:hover {color:#F9EC72;}
#midmenu .products, #midmenu .contact
{
		display:block;
		position:absolute;
		height:25px;
		top:0px;
		font-family:Arial;
		font-size:11pt;
		font-weight:bold;
		color:#E0DEEC;
		text-align:center;
		line-height:25px;
		cursor:pointer;
		border-bottom:1px solid #1C15B4;
	}
#midmenu .products {width:300px;left:20px;}
#midmenu .contact {width:240px;left:560px;}