/********************************/
/*********** leftNav ************/

#leftNav{
	position: relative;
	left: 0.8em;
	width: 215px;
	float: left;
}



a.imageButton {
	width: 207px;
	height: 24px;
	border: none;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
}

a.imageButton span {
	display: none;
}

div.old-buttons {
    display: none;
}

a.imageButton.register {
	background: url(images/button_register.gif) no-repeat top left;
}

a.imageButton.login {
	background: url(images/button_login.gif) no-repeat top left;
}


div.new-buttons {
    border: 1px dashed #D2D2D2;
    margin-bottom: 0.5em;
    display: block !important;
}

a.btn-employer {
    display: block;
    padding: 0.5em;
    padding-left: 2.5em;
    margin: 0.75em 0.5em;
    background-image: url('images/logoBlue.gif');
    background-position: 5px 0px;
    background-repeat: no-repeat;
}

/**********************************/
/************* Authenticated Nav *************/
.authenticated-nav {

}

*html .authenticated-nav h3, .communicate h3 
{
    height: 100%;
}

*html .communicate ul.contentNav, .authenticated-nav ul{
	font-size: 0.9em;
	height: 100%;
}


.authenticated-nav h3, .communicate h3 {
    min-height: 15px;
    padding: 4px 0 6px 5px;
    border-top: 0;
    margin: 0;
    font-size: 16px;
    background: #E9E9E9;
    color: #000;
}

.communicate h3 a {
    color: #F00;
}

.communicate h3 a:hover {
    text-decoration: underline;
}

#logout-nav {
	border: dashed 1px #D2D2D2;
	margin-bottom: 10px;
}

#logout-nav ul li span {
	background: none;
}

/**********************************/
/************* Communicate *************/
.communicate, #details-nav, #jobs-nav, #workgroups-nav, #events-nav{
	margin-bottom: 9px;
	border: solid 1px #CCC;
}

.communicate ul.contentNav, .authenticated-nav ul{
	font-size: 100%;
}

.communicate ul, .authenticated-nav ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

.communicate ul li, .authenticated-nav ul li {
	
	
}
#communicate ul li a{
	color: #000;
}
#communicate ul li a:hover{
	color: #990000;
}

.communicate ul li span, .authenticated-nav ul li span {
	padding: 6px;
	display: block;
	width: 180px;

}
.communicate ul li span.underline.no{background: none;}

.communicate ul li a:link, #alerts ul li a:visited{}
.communicate ul li a:hover{}
