.navbar
{
	float:right;
	padding-top:23px;
}

.navbar a
{
	display:block;
	float:left;
	width: 110px;
	height: 23px;
	background-image: url(http://www.prodagio.com/images/tab_c.png);
	margin-right: 10px;
	color: #fff;
	padding-top:7px;
	padding-right:10px;
	text-align:right;
	text-decoration:none;
	font-size:12px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:19px;
}

.navbar a:hover
{
	background-position:bottom;
	color: #fff;
	text-decoration:none;
}
.navbar a.selected
{
	background-image: url(http://www.prodagio.com/images/tab-selected.png);
	color: #fff;
	text-decoration:none;
}

/* home page */
.dark_bar
{
	background-image:url(http://www.prodagio.com/images/gray_strip.png);
	height:80px;
	width:100%;	
}
.light_bar
{
	background-color: #e6e6e6;
	width:100%;
}
.grey_bar {
	background-image:url(http://www.prodagio.com/images/gray_strip.png);
	background-repeat:repeat-x;
}

.left_side {
	float:left;
	width:292px;
}

.sidenav {
	background-color:#FFFFFF;
	background-image:url(http://www.prodagio.com/images/gray_strip.png);
	background-repeat:repeat-x;
	color:white;
	padding-left:11px;
}

.sidenav_title {
	background-image:url(http://www.prodagio.com/images/sidenav_slice.png);
	background-repeat:repeat-x;
	height:26px;
	padding-left:10px;
	padding-top:10px;
	width:260px;
}

.image_header {
	height:70px;
	width:660px;
}
