/* user defined elements */

/* container is the main container with a black bg and the drop
	shadow, centered on the screen */

#nav
{
	background: url("http://www.pictureparity.com/images/menu_bg.jpg") repeat bottom center;
	height:48px;
	padding-left:50px;
}

/********************************************************
*			START TAB CSS								*
*********************************************************/

.tab_active
{
	background: url("http://www.pictureparity.com/images/menu_bg_active.jpg");
	height:22px;
	width:10%;
	top:26px;
	position:relative;
	float:left;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	font:7pt/12pt skia, Tahoma, Verdana, Arial;
	color:#ffffff;
}

.tab_inactive
{
	background: url("http://www.pictureparity.com/images/menu_bg_inactive.jpg");
	height:21px;
	width:10%;
	position:relative;
	top:26px;
	float:left;
	clear: none;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	font:7pt/10pt skia, Tahoma, Verdana, Arial;
	color:#707070;
}

.tab_inactive a:visited
{
	color:#707070;
	text-decoration:none;
}
.tab_inactive a:link
{
	color:#707070;
	text-decoration:none;
}
.tab_inactive a:hover, a:active
{
	color:#ffffff;
	text-decoration:none;
}

.m_top_active1
{ 
	background: url("http://www.pictureparity.com/images/menu_tl_corner_active.jpg") no-repeat top left; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.m_top_active2
{ 
	background: url("http://www.pictureparity.com/images/menu_tr_corner_active.jpg") no-repeat top right; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.m_top_inactive1
{ 
	background: url("http://www.pictureparity.com/images/menu_tl_corner_inactive.jpg") no-repeat top left; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.m_top_inactive2     
{ 
	background: url("http://www.pictureparity.com/images/menu_tr_corner_inactive.jpg") no-repeat top right; 
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.m_text_active
{
	height:17px;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

.m_text_inactive
{
	height:16px;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}