.mainmenu {
	position:absolute;
	top:394px;
}
.mainmenu a, .mainmenuinner a {
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	height: 67px;
	cursor:pointer;
}
.mainmenu a:hover, .mainmenuinner a:hover, .mainmenu a.active {	
	background-position: bottom;
}
.menu {
	clear: both;
	width: 980px;
	LIST-STYLE-TYPE: none;
	margin: 0px;
	padding: 0px;
	height: 67px;
}
.menu li {
	list-style: none;
	float: left;
	POSITION: relative;
	HEIGHT: 67px;
	padding: 0px;
}
.menu UL {
	DISPLAY: none;
	Z-INDEX: 500;
	LEFT: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	POSITION: absolute;
	TOP: 67px;
	padding: 0px;
	width: 194px;
	line-height: 24px;
	/*border-top:1px solid #AB446F;*/
}
.menu UL LI {
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	POSITION: static;
	HEIGHT: 24px;
	/*background-color: #4875B8;*/
	/*width: 194px;
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;*/
}
.menu UL LI A {
	display: block;
	COLOR: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	/*width: 178px;*/
	line-height: 24px;
	height: 24px;
	background:#A4406A url(../images/submenu_bg.jpg) no-repeat;
	border-left:1px solid #AB446F;
	border-right:1px solid #AB446F;
	border-bottom:1px solid #AB446F;
	padding-right: 10px;
	padding-left: 10px;
}
.menu UL LI A:hover {
	text-decoration: none;
	color: #FFF;
	background:#65253F;
}
.menu ul li.subFirst {
	border-top:1px solid #AB446F;
}

#home {
	background-image: url(../images/menu_home.png);
	width: 111px;
}
#about {
	background-image: url(../images/menu_about.png);
	width: 147px;
}
#sub_about a {
	width:125px;
}
#trip {
	background-image: url(../images/menu_trip.png);
	width: 169px;
}
#sub_trip a {
	width:160px;
}
#bikes {
	background-image: url(../images/menu_bikes.png);
	width: 113px;
}
#wine{
	background-image: url(../images/menu_wine.png);
	width: 115px;
}
#sub_wine a {
	width:93px;
}
#hotels{
	background-image: url(../images/menu_hotels.png);
	width: 183px;
}
#contacts{
	background-image: url(../images/menu_contacts.png);
	width: 142px;
}