/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */

.menu5 {
	text-align:left; 
	font-family: verdana, sans-serif; 
	position:relative; 
	margin:0;
	padding:0; 
	list-style-type:none;
	margin-left: 507px;
	width: 500px;
	background-color: #3d3d3d;
}
.menu5 ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}
.menu5 li {
	float:left; 
	position:relative;
}


.menu5 li a, .menu5 li a:visited {
	display:block; 
	text-decoration:none; 
	width:106px; 
	float:left; 
	height:69px; 
}

* html .menu5 li a, .menu5 li a:visited {
	1width:106px;
	1w\idth:106px; /* hack for IE5.5 */
}


.menu5 li ul {
	visibility:hidden; 
	position:absolute; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.menu5 table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
	text-decoration:underline; 
	border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible; 
	height:auto; 
	left:0; 
	top:69px; 
	overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none; 
	height:auto; 
	1line-height:1em; 
}
* html .menu5 li a:hover ul li a {
	width:; 
	w\idth:; /* hack for IE5.5 */
}

.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:9.5em;
	height:0; 
	overflow:hidden;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
	visibility:visible; 
	color:#000; 
	border:1px solid #ddd; 
	height:auto; 
	background:#fff; 
	width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
	left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
	display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
	text-decoration:underline;
}

.menu5 li a div.top {
	display: block;
	height: 69px;
	text-indent: -9000px;
	text-decoration: none;
	width: 96px;
	float: left;
	cursor: default;
}

.menu5 li a div.about {
	background: url(images/about.gif) no-repeat;
}
.menu5 li a:hover div.about, .menu5 li:hover div.about {
	background: url(images/aboutroll.gif) no-repeat;
}

.menu5 li a div.portfolio {
	background: url(images/portfolio.gif) no-repeat;
}
.menu5 li a:hover div.portfolio, .menu5 li:hover div.portfolio {
	background: url(images/portfolioroll.gif) no-repeat;
}

.menu5 li a div.news {
	background: url(images/news.gif) no-repeat;
}
.menu5 li a:hover div.news, .menu5 li:hover div.news {
	background: url(images/newsroll.gif) no-repeat;
}

.menu5 li a div.contact {
	background: url(images/contact.gif) no-repeat;
}
.menu5 li a:hover div.contact, .menu5 li:hover div.contact {
	background: url(images/contactroll.gif) no-repeat;
}


.menu-mid {
	float: left;
	background-color:#444444;
	height: auto;
	width: 97px;
	color: #FFF;
	font-size: 10px;
	text-indent: 0px;
	padding: 10px 0 10px 15px;
	border: solid 1px #8B9640;
	cursor: default;
}

a.a_about:hover .menu-mid {
	background-color: #778136;
}

a.a_portfolio:hover .menu-mid {
	background-color: #943c28;
}

a.a_news:hover .menu-mid {
	background-color: #436679;
}

a.a_contact:hover .menu-mid {
	background-color: #3e4f30;
}

