/*----------------------------------------------------------------------------
	Name:		dalywebNestedMaster.css
	Type:		CSS 2.1
	Author:		a.daly
	Created:	27DEC2008

	Copyright (c) 2008, Daly Web, Inc.
	All Rights Reserved
-------------------------------------------------------------------------------*/

* {
	margin:			0;
	padding:0;
}

#nestedContentBody {
	width:			100%;
	float:				left;
}

#nestedContentBodyColLeft {
	float:			left;
	width:			16%;
	padding-left:		4px;
}

#nestedContentBodyColRight {
	float:		left;
	width:		83%;
}

#pageMenuContainer {
	width:			100%;
	margin-top:		5px;
	
}

.pageMenu {
	width:			100%;
	padding-left:		5px;
}

.pageMenuItem {
	background:			url(../images/tab1.gif) repeat-x bottom left;
	height:				28px;
	color:				#004276;
	color:				#cd321d;
	width:				100%;
	padding-left:		2px;
	vertical-align:		middle;
	border:				1px solid #004276;
}







