﻿#jobsrightmiddle {
    background-color: #a4bbc6;
    padding: 5px 30px 5px 45px;
    font-size: 1em;
}
#jobsrightbottom {
    background-color: #172983;
    padding: 5px 30px 5px 45px;
}
#jobsrightbottom h3 {
    font-size: 1em;
    color: #fff;
}
.jobssubmenu {

}
.jobssubmenu ul {
    margin-top: 0px;
    margin-left: -40px;
}
.jobssubmenu ul li {
    list-style: none;
    border-bottom: solid 1px #172983;
    padding: 5px 10px 5px 30px;
    width: 153px;
    height: 12px;
}
.jobssubmenu a {
    color: #000;
    display: block;
}
.jobssubmenu li:hover, .jobssubmenu ul li.selected {
    background-image: url('../images/jobs/bg-jobsmenu-on.png');
}

.jobssubmenu li ul li a:hover
{
    
}
.jobssubmenu li ul li
{
    margin-left: -40px;
    border-bottom: solid 1px #fff;
}
.jobssubmenu li ul li a
{
    width: 150px;
    color: #ffffff;
}

h4.jobs {
    color: #172983;
    font-size: 1.6em;
    font-weight: normal;
}


.menu_item_vertical
{
    width: 230px;
}

.menu_item_vertical_last
{
    width: 230px;
}

.menu {
    z-index:1000;
	text-align: left;
	position: relative;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    
    /*padding:0;
    margin:0;
    list-style-type:none;
    width:150px;
    border:1px solid #888;
    border-width:1px 1px 0 1px;
    background:#9bb;*/
}

.menu li {
    background:transparent;
    height:12px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
    display:block;
    text-decoration:none;
    /*
    height:25px;
    line-height:25px;
    width:150px;
    color:#000;
    text-indent:5px;
    border-bottom:1px solid #888;*/
    background:transparent;
}
/* style the link hover */
* html .menu a:hover {
    background-color: #eeeeee;
    text-decoration: none;
}

.menu :hover > a {
    /*background-color: #eeeeee;*/
    text-decoration: none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
    visibility:hidden;
    position:absolute;
    top:-1px;
    left:233px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
    visibility:visible;
    background-color: #0e1859;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
    visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
    visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
    visibility:visible;
    background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
    visibility:visible;
    background:#edd;
}
.menu ul.top1 {top:0px;}
.menu ul.top2 {top:22px;}
.menu ul.top3 {top:45px;}
.menu ul.top4 {top:68px;}
.menu ul.top5 {top:91px;}
.menu ul.top6 {top:114px;}
.menu ul.top7 {top:137px;}
.menu ul.top8 {top:160px;}
.menu ul.top9 {top:183px;}
.menu ul.top10 {top:206px;}
.menu ul.top11 {top:229px;}
.menu ul.top12 {top:252px;}
.menu ul.top13 {top:275px;}
.menu ul.top14 {top:298px;}
.menu ul.top15 {top:321px;}
.menu ul.top16 {top:344px;}

/* END MENU */

#listings {
    margin-top: 35px;
}

.pagenumbers {
    letter-spacing: 5px;
}
.currentpage {
    border: solid 1px #000;
    padding: 1px;
}

.listing {
    border-collapse: collapse;
    border: solid 1px #a4bbc6;
    width: 111%;
    position: relative;
    margin-top: 15px;
    margin-left: -20px
}
.listing td {
    border: solid 1px #a4bbc6;
    padding: 5px;
    margin: 0px;
}
.listingnumber {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #a4bbc6;
    padding: 3px;
    color: #fff;
    font-size: 0.8em;
}
.listingtitle {
    font-size: 1.4em;
    text-transform: uppercase;
}
.listingtitle td {
    border: none;
}
.listingtitle > td{
    padding-left: 30px;
}
.listingheader {
    background-color: #a4bbc6;
    color: #fff;
}