ul.mainmenu {
	position: relative;
	width: 730px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: url(p_korda/t_default/s_default/img/menu_bg.gif) repeat-x;
	height: 28px;
	
}

li.menuitem {
	float: left;
	height: 28px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
}

li.menuitem a.menuitem {
	display: table;
	height: 28px;
	line-height: 28px;
	font-family: tahoma;
	font-size: 13px;;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 16px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(p_korda/t_default/s_default/img/menu_sep.gif) no-repeat;
	color: #476b84;
}

li.menuitema {
	float: left;
	height: 28px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
}

li.menuitema a.menuitem {
	display: table;
	height: 28px;
	line-height: 28px;
	font-family: tahoma;
	font-size: 13px;;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 16px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(p_korda/t_default/s_default/img/menu_sep.gif) no-repeat;
	color: #9e373b;
	
}

a.menuitem:hover {
	text-decoration: none;
	color: #476b84;
	
}

div.submenu {
	display: none;
}

ul.submenu {
	position: absolute;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	list-style-type: none;
	width: 710px;
	height: 21px;
	line-height: 21px;
	top: 28px;
	left: 0px;
	background: #414347;
	
}

li.subitem {
	float: left;
	padding-right: 20px;
	
}

a.submenuitem {
	display: table;
	height: 21px;
	line-height: 21px;
	font-family: tahoma;
	font-size: 11px;
	padding: 0px;
	color: white;
	text-decoration: none;
}

a.submenuitem:hover {
	text-decoration: underline;
	color: #aaaaaa;
}

