/* ================================================================ 
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/flyout_horizontal.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.
=================================================================== */
/* common styling */
.container {
	width:695px;
	background:#000000 url(images/Portfoilo_Page.jpg) no-repeat;
	margin:10px auto;
	padding:10px;
	border: 2px solid #006600;
}
.menu {font-family: arial, sans-serif; width:131px; height:217px; position:relative; margin:0; font-size:12px;}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:120px;
	height:30px;
	background:transparent url(images/opaque.png);
	line-height:29px;
	font-size:12px;
	padding-left:10px;
	border-top: 1px solid #A63E00;
	border-right: 1px solid #A63E00;
	border-bottom: 0 solid #A63E00;
	border-left: 0 solid #A63E00;
}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#000000;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:131px; width:565px; background:transparent url(images/opaque.png);}
.menu ul li:hover ul li {float:left;}
.menu ul li:hover ul li a {display:block; background:transparent url(images/opaque.png); color:#000; width:130px; float:left;}
.menu ul li:hover ul li a:hover {background:#000000; color:#fff;}
