div.menu-main-popup {
	clear: both;
	margin: 0px;
	margin-top: 10px;
	margin-left: -25px;
	padding: 0px;
	display: none;
	background: #e76e47;
	/*border-style: solid;*/
	/*border-width: thin;*/
	/*border-top-width: 0px;*/
        /*border-bottom-color: #338bb2;*/
        /*border-left-color: #338bb2;*/
        /*border-right-color: #338bb2;*/
	position: absolute;
	z-index: 3;
}

div.menu-main-popup a:link, div.menu-main-popup a:visited {
	color:#fff;
	text-decoration: none;
}

div.menu-main-popup a:hover, div.menu-main-popup a:active {
	color:#fff;
	text-decoration: underline;
}

ul.menu-main {
	float: left;
	padding: 0px;
        /*background:url('../images/m_bg.png') repeat-x; */
	background-color: #34769a;
	list-style: none outside none;
	min-width: 1022px;
	width: 100%;
        text-transform: uppercase;
/*	z-index: 1;*/
        
        width:1008px;
        height:38px;
        margin:0;
}

ul.menu-main h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 14px;
	cursor: default;
	float: none;
	height: 18px;
        line-height: 18px;
}

ul.menu-main li {
	margin: 0px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 25px;
	float: left;
	display: block;
        color: #fff;
        border-left: 1px solid #f6f6f6;
        /*border-right: 1px solid #338bb2;*/
}

ul.menu-main li.current-category {
/*	background-color: #499049;*/
        /*background:url('../images/m_hover.png') 0 0 repeat-x;   */
		background-color: #D14A1F;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #fff;
}

ul.menu-main li:hover {
/*	background-color: #499049;*/
        /*background:url('../images/m_hover.png') 0 0 repeat-x;*/
        padding-bottom: 10px;
        padding-top: 10px;
        color: #fff;
/*        border-left: 1px solid #f6f6f6;*/
        /*border-left: 1px solid #338bb2;*/
        /*border-right: 1px solid #338bb2;*/
		background-color: #e76e47;
}

ul.menu-main li:hover div {
	display: block;
}

.menu-main-popup h2 {
        font-size: 13px;
	cursor: default;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	padding: 0px;
	color: #fff;
}

.menu-main-popup table {
	clear: both;
	margin: 5px 18px 5px 18px;
	font-size: 12px;
}

.menu-main-popup ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
        
}

.menu-main-popup ul li {
	clear: both;
	margin: 5px;
	padding: 0px;
	float: none;
	white-space: nowrap;
        border-left: 0px;
        border-right: 0px;
        
}

.menu-main-popup ul li:hover {
        border-left: 0px;
        border-right: 0px;
        /*background: #F6F6F6;*/
        padding: 0;
}

#menu2 {
        /*background: url('../images/m_bg_l.png') no-repeat left top;*/
        margin: 0 auto;
        width:1022px;
        height:38px;
}

#menu {
        /*background:url('../images/m_bg_r.png') right top no-repeat; */
        margin: 0;
        /*width:1022px;*/
        height:38px;
		background-color: #34769a;
}