

.canudo_header {
	width:980px;
	height:163px;
	margin-top:0px;
}

#canudo_logo {
	float:left;
	height:120px;
	width:255px;
	margin-top:0;
}
	
#canudo_topnav {
	float:right;
	width:615px;
	margin-top:0px;
	margin-right:20px;
}

#canudo_topnavmenu {
	margin-top:78px;
	height:44px;
	width:615px;
}

#canudo_topnavleft {
	background-image:url(images/topnav_left.png);
	background-repeat:no-repeat;
	height:44px;
	width:5px;
	float:left;
}

#canudo_topnavright {
	background-image:url(images/topnav_right.png);
	background-repeat:no-repeat;
	height:44px;
	width:5px;
	float:right;
}


/**** Navigation Menu
********************************************/

.canudo_topnav_home a {
float:left;
display:block;
width: 82px;
height: 44px;
background-image:url(images/topnav_home.png);
}
.canudo_topnav_home a:hover { 
background-position: 0 -44px;
}


.canudo_topnav_find a {
float:left;
display:block;
width: 110px;
height: 44px;
background-image:url(images/topnav_find.png);
}
.canudo_topnav_find a:hover { 
background-position: 0 -44px;
}


.canudo_topnav_post a {
float:left;
display:block;
width: 135px;
height: 44px;
background-image:url(images/topnav_jobs.png);
}
.canudo_topnav_post a:hover { 
background-position: 0 -44px;
}


.canudo_topnav_register a {
float:left;
display:block;
width: 105px;
height: 44px;
background-image:url(images/topnav_register.png);
}
.canudo_topnav_register a:hover { 
background-position: 0 -44px;
}


.canudo_topnav_forums a {
float:left;
display:block;
width: 100px;
height: 44px;
background-image:url(images/topnav_forums.png);
}
.canudo_topnav_forums a:hover { 
background-position: 0 -44px;
}

.canudo_topnav_help a {
float:left;
display:block;
width: 73px;
height: 44px;
background-image:url(images/topnav_help.png);
}
.canudo_topnav_help a:hover { 
background-position: 0 -44px;
}


/**** Login System 
********************************************/
#canudo_loginbar {
	width:982px;
	height:37px;
	
}

#canudo_toplogin_left {
	float:left;
	width:5px;
	height:37px;
	margin-top:-8px;
	background-image:url(images/toplogin_left.png);
}
#canudo_toplogin_right {
	float:left;
	width:5px;
	height:37px;
	background-image:url(images/toplogin_right.png);
}
#canudo_toplogin_content {
	float:left;
	height:37px;
	width:972px;
	background-image:url(images/toplogin_bg.png);
	background-repeat:repeat-x;
	padding-top:8px;
}

#canudo_toplogin_login {
	padding-left:20px;
		
	
}	
	
img.bottom {
	vertical-align:bottom;
}
	
