/* Auto Clearing Method ( Not for IE )
######################################## */
.clearfix:after
{
	content: "."; 
    display: inline; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*html .clearfix{height:1%;}
/*############################ for IE 7 clearing */
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/*##########################################*/

ul#nav{height:30px; position:relative; margin-top:0.5em; float:none; top:5px; border-bottom:5px #271e1e solid; margin:0; margin-bottom:10px;}
	ul#nav li{display:inline; margin:0; padding:0;}
	ul#nav a,ul#nav a:hover{text-transform:uppercase; color:#111; margin:0px; display:block; float:left; background:url(../images/nav.png) top left no-repeat; text-indent:-5000em; display:block; float:left; padding:0; margin-right:10px; position:relative; top:3px;}
	ul#nav a#alljobs{ width:112px; height:26px; background-position: top left;}
	ul#nav a#fulltime{ width:114px; height:26px; background-position: -127px 0%;}
	ul#nav a#parttime{ width:114px; height:26px; background-position: -253px 0%;}
	ul#nav a#freelance{ width:114px; height:26px; background-position: -385px 0%;}

ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover,ul#nav a:hover{}
		
		ul#nav li.active a#alljobs{ background-position: bottom left; top:0px; height:29px;}
		ul#nav li.active a#fulltime{ background-position: -127px 100%; top:0px; height:29px;}
		ul#nav li.active a#parttime{ background-position: -253px 100%; top:0px; height:29px;}
		ul#nav li.active a#freelance{ background-position: -385px 100%; top:0px; height:29px;}
		
.domtab{margin-top:20px;}
