/* THESE STYLES FOR PORTFOLIO PAGE ONLY */

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	}
	
body { 
	margin:	4; 
	}

a { text-decoration:none; }
a:visited { color:#0000CC; font-weight: normal; }
a:link { color:#0000CC; font-weight: normal; }
a:hover { color:#CC0033; font-weight: normal; }


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #FFFFFF;
	}
	
li { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 240px; /* Width of Menu Items */
	border-bottom: 1px solid #CCCCCC;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background: #FFFFFF; /* IE6 Bug -- needed to render menu height properly */   
	padding: 2px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles of main menu*/
ul li a:hover {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border-bottom-color: #CCCCCC;
	background: #F9F9F9; /* really light grey */
	} 

/*Sub Menu Styles */
li ul li a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color:#000CC;	
	padding: 2px; 
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	text-decoration: none;
}  

/* Hover Styles of sub menus*/
li ul li a:hover {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color:#CC0033;
	border-bottom: 0;
	text-decoration: none;
	}

/* The magic */		
li:hover ul, li.over ul { 
	display: block; 	
	} 

/* class1 keeps nonlinks in submenus black */
.class1 A:link {color: #000000;text-decoration: none;background: #FFFFFF;}
.class1 A:visited {color: #000000;text-decoration: none;background: #FFFFFF;}
.class1 A:active {color: #000000;text-decoration: none;background: #FFFFFF;}
.class1 A:hover {color: #000000;text-decoration: none;background: #FFFFFF;}
