/*============ Global Navigation ============*/
ul.em-global-nav{clear:both;overflow:hidden;background:#fbf1ed;border-right:1px #e4bbab solid;border-bottom:1px #e4bbab solid;padding:10px 15px;margin:0 0 15px 0;}
	ul.em-global-nav li{display:block;float:left;padding:5px 25px 5px 0;}
		ul.em-global-nav li a{padding-left:25px;color:#df3f00;text-decoration:underline;font-weight:bold;font-size:14px;font-family:Helvetica, Arial, Sans-Serif;}
		ul.em-global-nav li a:hover{text-decoration:none;color:#000;}
	ul.em-global-nav li.egn-home{background: url(images/em-home-icn.html) left no-repeat;}
	ul.em-global-nav li.egn-add-new{background: url(images/em-add-icn.html) left no-repeat;}
	ul.em-global-nav li.egn-manage{background: url(images/em-manage-icn.html) left no-repeat;}
	ul.em-global-nav li.egn-settings{background: url(images/em-settings-icn.html) left no-repeat;}
