/* CSS Document */

.topless {margin-top: 0;}



a:link:hover {
	text-decoration: none;
	color: blue;
}

a:visited:hover {
	text-decoration: none;
	color: blue;
}


.bordered {
	border-style: none none dashed;
	border-left:none;
	border-color: #CCCCCC;
}

#top_row_portfolio {background-color:#6699CC; 
background-image:url(../images/still_life/bluetile.jpg); 
background-repeat:repeat-x;
height: 90px;
white-space:nowrap}

#menu_row {margin: 0; padding: 0}

#menu_row ul{
padding: 0;
margin: 0;
background-color: #000;
color: White;
float: left;
font-family: arial, helvetica, sans-serif;
width: 100%;
white-space:nowrap
}

#menu_row  ul li
{
display: inline;
list-style-type: none;
}

#menu_row ul li a { 
	color: white;
	text-decoration:none;
	padding-right: 21px;
	padding-left: 21px;
	padding-bottom: 4px;
	padding-top: 4px; 

}
#menu_row ul li a:hover {color:#ffcc66}

.yellow_back {background-color:#FFCC66}
.blue_back {background-color:#6699CC}
#current {background-color:#999999;border-bottom: #999999 solid 1px; }
#menu_row ul li#current a:hover {color: white}
#strip_portfolio {margin: 0;padding-left: 119px; border: #6699CC solid 1px; }/*border: #6699CC solid 1px*/


