/* Navigation based on CSS Sprites, www.alistapart.com/articles/sprites.*/

#nav-wrap{
	background-color:#E8E6C1;
	height:59px;
	background-position: top;
	float: right;
	width: 513px;
	overflow: hidden;
}
div#primarynav
{ height: 59px;
 width: 513px;
 margin: 0 0 0 0px; 
 padding: 0; border: 0; 
 background: transparent; float: right; 
 }
div#primarynav ul#menu
{
	height: 56px;
	width: 513px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: 0 -2px;
 }
div#primarynav ul#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
ul#menu li,ul#menu a
{ height: 59px;
 display: block; 
}
div#primarynav ul#menu li a
{ 
text-decoration: none;
text-indent: -9999px; 
/* Commented backslash hack for IE Mac \*/
overflow: hidden; /* end hack */ 
}
#home{ left: 0; width: 82px; }
#about{ left: 82px; width: 82px; }
#articles{ left: 165px; width: 82px; }
#openings{ left: 247px ; width: 102px; }
#clients{ left: 349px; width: 82px; }
#contact{ left: 432px; width: 82px; }
#home a:hover,body#introon #intro
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: 0 -61px;
}
#about a:hover,body#abouton #about
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -82px -61px;
}
#articles a:hover,body#openingson #openings
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -165px -61px;
}
#openings a:hover,body#articleson #articles
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -247px -61px;
}
#clients a:hover,body#clientson #clients
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -349px -61px;
}
#contact a:hover,body#contacton #contact
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -432px -61px;
}

#home.active a
{
    background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: 0 -61px;
}	
#about.active a
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -82px -61px;

}
#articles.active a
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -165px -61px;
}
#openings.active a
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -247px -61px;
}
#clients.active a
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -349px -61px;
}
#contact.active a
{
	background-color: transparent;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -431px -61px;
}

/* the recent job list start here*/
ul#listmenu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #DBD357;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	overflow: visible;
	visibility: inherit;
}
ul#listmenu li {
    list-style: none;
    border-bottom: 1px dotted #847E22;
    float: left;
    width: 100%;
}
ul#listmenu a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	color: #9C0001;
	background-image: url(../images/img_recent_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#listmenu a:hover {
	color: #736E26;
	text-decoration: none;
	background-image: url(../images/img_recent_bullet1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#listmenu li.last {
    border-bottom:none
}
/* the industrys list ends here*/

/* the sub menu start here*/
ul#submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	vertical-align: middle;
	font-weight: bold;
}
ul#submenu li {
	list-style: none;
    width: 242px;
    float:left;
    clear:left;
    height: 35px;
    line-height:35px;
}
ul#submenu a {
	color: #FFFFFF;
	background-image: url(../images/inside_submenu_img.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width:242px;
    float:left;
    height: 35px;
}
ul#submenu a:hover {
	background-image: url(../images/inside_submenu_img_mo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #9F370C;
}
ul#submenu li.active a
{
	background-image: url(../images/inside_submenu_img_mo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFE29B;
}

ul#submenu li.last span {
    border-bottom:none
}
ul#submenu a span{
	width:190px;
	text-indent:8px;
	float:left;
	height:34px;
	overflow:hidden;
	border-bottom:1px dotted #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

/* the sub menu ends here*/

/* the recent job list inside start here*/
ul#listmenu_inside {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #674500;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	overflow: visible;
	visibility: inherit;
}
ul#listmenu_inside li {
	list-style: none;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #847E22;
}
ul#listmenu_inside a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	color: #9C0001;
	background-image: url(../images/inside_img_job_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#listmenu_inside a:hover {
	color: #674500;
	text-decoration: none;
	background-image: url(../images/inside_img_job_bullet1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#listmenu_inside li.last {
    border-bottom:none
}
/* the job list ends here */

ul.contents_list {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3DFAC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	display: block;
}
ul.contents_list li {
	margin:0;
	list-style: none;
	line-height: 18px;
	background-image: url(../images/img_list_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 22px;
}

ul.contents_list li a:hover {
	margin:0;
	/*padding:0 0 5px 20px;*/
	list-style: none;
	/*background:  url(../images/main_images/img_industry_bullet.gif) left 4px no-repeat;*/
	line-height: 18px;
	color: #000000;
}
