.content-left .menu ul li { margin: 0; padding: 0; list-style: none; }
.content-left .menu ul li a { padding: 11px 20px 11px 38px; margin: 0 0 -1px; position: relative; display:block; font-size: 14px; border: 1px solid #E5E5E5; border-right-width: 2px; }
.content-left .menu ul li > li:first-child > a { border-radius: 4px 4px 0 0; }
.content-left .menu ul li > li:last-child > a { border-radius: 0 0 4px 4px; border-bottom-width: 2px }

.content-left .menu ul li a.makeAnotherApplication { background: url(../../images/icon_1.png) no-repeat 14px 12px;}
.content-left .menu ul li a.myApplications { background: url(../../images/icon_2.png) no-repeat 14px 12px;}
.content-left .menu ul li a.myJudgingAssignments { background: url(../../images/icon_6.png) no-repeat 14px 12px;}
.content-left .menu ul li a.myProfile { background: url(../../images/icon_7.png) no-repeat 14px 12px;}
.content-left .menu ul li a.changePassword { background: url(../../images/icon_8.png) no-repeat 14px 12px;}
.content-left .menu ul li a.logout { background: url(../../images/icon_9.png) no-repeat 14px 12px;}

.content-left .menu ul li a:after { font: normal normal normal 14px/1 FontAwesome; -webkit-font-smoothing: antialiased; text-rendering: auto; -moz-osx-font-smoothing: grayscale; position: absolute; display:block; content:""; top: 50%; width: 14px; height: 14px; right: 6px; left: auto; font-size: 12px; margin: -8px 0 0; content: "\f054"; }

.content-left .menu ul li a:hover { background-color: #F5F5F5; color: #222; text-decoration: none; }

.content-left .menu ul ul { margin: 0; padding: 0;}
.content-left .menu ul ul li a { padding-left: 48px; }

@media (min-width:768px) {
.content-left .menu ul { display: block !important; height: auto !important; }
}

@media (max-width:767px) {
.content-left .menu h4 { cursor: pointer; }
.content-left .menu h4:before { content: "\f078"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-right: 10px; }
.content-left .menu h4.active:before { content: "\f077"; }
.content-left .menu ul { display: none; }
.content-left .menu ul ul { display: block; }
}

