.wrapper-menu {
    background: url("/I/theme_basic/backgrounds/wrapper_menu.gif") repeat-x scroll 0 0 transparent;
    width: 664px;
	margin-top:44px;
}

.wrapper-menu-top {
    background: url("/I/theme_basic/backgrounds/wrapper_menu_left.gif") no-repeat scroll 0 0 transparent;
}

.wrapper-menu-bottom {
    background: url("/I/theme_basic/backgrounds/wrapper_menu_right.gif") no-repeat scroll right top transparent;
    height: 62px;
}

.top-menu {
    margin: 8px 0 0 9px;
    position: absolute;
}

.top-menu li {
    display: block;
    float: left;
    margin: 0 1px 0 0;
    /*text-transform: uppercase;*/
	width:100px;
	height:45px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-size:14px;
}

.top-menu li a
{
	display:block;
	margin:10px 5px;
}

.top-menu li:hover
{
    background-color:#a93b25;
 	background: #a93b25 -moz-linear-gradient(100% 100% 90deg, #a93b25, #c75939) no-repeat;
	background: #a93b25 -webkit-gradient(linear, left bottom, left top, from(#a93b25), to(#c75939) ) no-repeat;
}