.menu {
	position:relative;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", "Verdana, Helvetica, sans-serif";
	font-size:11px;
	font-weight:bold;
	z-index:200;
}
.menu ul {
	/*background: url("../images/menu_gradient.jpg") bottom right repeat;*/
    background-color:rgb(0,83,149);
	border-top: #b4b4b4 solid 1px;
	border-bottom: #b4b4b4 solid 1px;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li {
	float:left;
	padding:0px;
}
.menu li a {
	background: url("../images/seperator2.gif") bottom right no-repeat;
	color:#fff;
	display:block;
	font-weight:normal;
	line-height:25px;
	margin:0px;
	padding:0 37px;
	text-align:center;
	text-decoration:none;
}
li.MenuItemLast a	{
	background: none;
    background-image: none;
	padding:0 37px
	/* need this to get rid of the separator of the right most item in the menu */
}
.menu li a:hover, .menu ul li:hover a	{
    background: url("../images/seperator2.gif") bottom right no-repeat, url("../images/hover.gif") bottom center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
.menu-last {
    background:none !important;
}
.menu-last a:hover {
    background:url("../images/hover.gif") bottom center no-repeat !important;
}

/*menu li.MenuItemLast a:hover	{
    background:  url("../images/hover.gif") bottom center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}*/
.menu li ul {
	background:#dae6ef;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:1px #efefef solid;
	position:absolute;
    top:26px;
	/*width:225px;
	z-index:200;
	left:0;*/
}
    /* set width of each submenu */    
    .menu-account {
        width:135px;
    }
    .menu-categories {
        width:197px;
    }
        .menu-categories td {
            padding:0;
            margin:0;
        }
    .menu-partners {
        width:182px;
    }
    .menu-advertising {
        width:230px;
    }
    .menu-about {
        width:130px;
    }
.menu li:hover ul {
	display:block;
}
.menu li li {
	/*background:url("../images/sub_sep.gif") bottom left no-repeat;*/
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:100%;
}
.menu li:hover li a {
	background:none;
}
.menu li ul table, td {
    padding:0;
    margin:0;
}
.menu li ul a {
	display:block;
	height:28px;
	font-size:11px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 20px;
	text-align:left;
    color:#000 !important;
}
.menu li ul a:hover, .menu li ul li:hover a {
	background:#005395 url("../images/hover_sub.gif") center left no-repeat;
	border:0px;
	color:#ffffff !important;
	text-decoration:none;
}
.menu p {
	clear:left;
}
