خیلی ممنون!

حالت اول :
[img width=640 height=41]http://upload.iranblog.com/1/1232236027.jpg[/img]

کد:
#toolbar {
	background: #504f4f url('images/custom/toolbar-bg.png') repeat-x 0 0;
	height: 50px
}

#toolbar-l {
	background: #504f4f url('images/custom/toolbar-l.png') no-repeat 0 0;
	padding-left: 20px
}

#toolbar-r {
	background: #504f4f url('images/custom/toolbar-r.png') no-repeat 100% 0;
	padding-right: 20px
}

#topmenu {
	display: block;
	position: relative;
	height: 32px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	float: left;
	padding: 0;
}

#topmenu ul {
	margin: 14px 0 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#topmenu ul li {
	display: block;
	float: left;
	margin: 0 2px;
}

#topmenu ul li a {
	display: block;
	float: left;
	color: #444;
	text-decoration: none;
	padding: 0 0 0 10px;
	height: 21px;
	line-height: 21px;
}

#topmenu ul li a span { 
	padding: 0 9px 0 0;
}

#topmenu ul li a:hover {
	color: #000;
}

#topmenu ul li a:hover span {}

#topmenu ul li a.current {
	color: #fff;
	background: #B94C16 url('images/custom/topmenu-on-l.png') no-repeat 0 0;
}

#topmenu ul li a.current span {
	display: block;
	width: auto;
	background: #B94C16 url('images/custom/topmenu-on-r.png') no-repeat 100% 0;
}
حالت دوم :

[img width=640 height=30]http://upload.iranblog.com/1/1232211569.jpg[/img]

کد:
#toolbar {
	background: #504f4f url('images/custom/toolbar-bg.png') repeat-x 0 0;
	height: 50px
}

#toolbar-l {
	background: #504f4f url('images/custom/toolbar-l.png') no-repeat 0 0;
	padding-left: 20px
}

#toolbar-r {
	background: #504f4f url('images/custom/toolbar-r.png') no-repeat 100% 0;
	padding-right: 20px
}

#topmenu {
	display: block;
	position: relative;
	height: 32px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	float: right;
	padding: 0;
}

#topmenu ul {
	margin: 14px 0 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: right;
}

#topmenu ul li {
	display: block;
	float: right;
	margin: 0 2px;
}

#topmenu ul li a {
	display: block;
	float: right;
	color: #444;
	text-decoration: none;
	padding: 0 0 0 10px;
	height: 21px;
	line-height: 21px;
}

#topmenu ul li a span { 
	padding: 0 9px 0 0;
}

#topmenu ul li a:hover {
	color: #000;
}

#topmenu ul li a:hover span {}

#topmenu ul li a.current {
	color: #fff;
	background: #B94C16 url('images/custom/topmenu-on-l.png') no-repeat 0 0;
}

#topmenu ul li a.current span {
	display: block;
	width: auto;
	background: #B94C16 url('images/custom/topmenu-on-r.png') no-repeat 100% 0;
}
مشکل اینه که وقتی توی IE نگاه سایت رو باز می کنم ، منو دیده نمیشه. این عکس توی فایرفاکس گرفته شدند.