#nav_utep_home {width: 120px; border-right:1px solid #8a887d; }
#nav_hrs {width: 161px; border-right:1px solid #8a887d; }
#nav_employement {width: 151px; border-right:1px solid #8a887d; }
#nav_new {width: 141px; border-right:1px solid #8a887d; }
#nav_resources {width: 183px; border-right:0px solid #8a887d; }

#nav a{

display:block;
padding:4px 0px 6px 6px;
border-left:0px solid #8a887d;
border-right:0px solid #8a887d;
border-bottom:0px solid #8a887d;
background: url(../images/menu_bg.jpg) top left repeat;
color:#ffffff;
font-size:12px;
font-weight:bold;
text-decoration:none;
text-align:center;
}

#nav a:hover{

display:block;
padding:4px 0px 6px 6px;
border-left:0px solid #8a887d;
border-right:0px solid #8a887d;
border-bottom:0px solid #8a887d;
border-top:0px solid #8a887d;
background: url(../images/menu_bg_hover3.jpg) top left repeat;
color:#ffffff;
font-size:12px;
font-weight:bold;
text-decoration:none;
text-align:center;
}

#nav li{
float:left;
position:relative;
text-align:left;

}


#nav ul {
top:2.4em;
position:absolute;
display:none;
border-top:1px solid #8a887d;
border-left:1px solid #8a887d;
border-right:1px solid #ffffff;
border-bottom: thin outset #8a887d; 
}

#nav li ul li a{
text-align:left;
padding-top:4px;
padding-bottom:4px;
width:90px;
margin-left:0px;
float:left;
background: #dbdddc;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-indent:0px;
color:#000000;
border-left:1px solid #dbdddc;
border-right:1px solid #dbdddc;
}



#nav li ul a:hover{
text-align:left;
padding-top:4px;
padding-bottom:4px;
margin-left:0px;
float:left;
background: url(../images/horz_hover.gif) top left repeat;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-indent:0px;
color:#000000;
z-index:1;
}


