#topmenu { /*height:45px;width:960px;*/ }

#topmenu.menustyle li#corner {position:relative; left: 1px; }
#topmenu.menustyle li#corner_interior {position:relative; left: 1px; cursor: pointer; }

.menu_corner {width: 20px; height: 45px; border: none 0px}
.menu_corner_interior {width: 119px; height: 45px; border: none 0px}

div#dropmenu6 select, div#dropmenu6 div#job_search input { margin: 5px 10px; top: 210px; left: 800px;}

#topmenu.menustyle{
width: 762px;
}


#topmenu.menustyle ul{
display: block; 
margin: 0px 0 0 0px; 
padding: 3px 0 0 12px;
list-style-type: none; 
list-style-position: inside;
width: 751px;
background-color: #000000;
height:25px;
position: relative;
}

#topmenu.menustyle ul li{
display: inline; 
margin: 0 0 0 -3px; 
padding: 0 0 0 15px; 
list-style-type: none; 
list-style-position: inside;


}

#topmenu.menustyle ul li a
{
text-decoration: underline;
padding: 0px;
margin: 0px;
/*border-right: 1px solid #C9D8E1;*/
}
#topmenu.menustyle ul li a img
{
padding: 0px;
margin: 0px;
/*border-right: 1px solid #C9D8E1;*/
}

#topmenu.menustyle ul li a:hover{
/*background: url(/images/background_main_menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

#topmenu.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(/images/menutheme/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #C9D8E1; /*THEME CHANGE HERE*/
font-family:arial,helvetica,sans-serif;
font-size:11px;
text-align: left;
line-height:18px;
z-index:100;
background-color: #000000;
width: 193px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}


.dropmenudiv a{
text-indent:10px; border:1px solid #CACACA; border-bottom:none; border-top:none; padding:7px 0 6px ;



width: auto;
display: block;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #78ADD7;
}

.dropmenudiv a:link,a:visited,a:active{color: #78ADD7;}




.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: white;
color: #C37304;
text-decoration: none;
}

.dropmenudiv .over{
	background-image:url(http://downloads.zend.com/static/img/nav_sec_bg_ie.gif);
	}
