﻿div#menu
{
	/* background: url("../Images/menuY.gif") top left repeat-y;  */
	margin: 0;
	padding: 0;	
}

ul#navigation
{
	margin: 0;
	padding: 0;
}

li.menuitem 
{
	margin: 0;
	padding: 0;
	display: block;
	width: 163px;
	height: 23px;
	float: right;
	border-bottom: solid 1px rgb(0,174,239);
	line-height: 23px;
	background: url("../Images/odrazka.gif") 6px 9px no-repeat;
}

ul#navigation li.menuitem a
{
	line-height: 23px;
	text-align: left;
	margin: 0;
	display: block;
	width: 163px;
	height: 23px;
	padding-left: 18px;
	font-weight: normal;
	font-size: 1.1em;	
	color: rgb(0,174,239);
	text-decoration: none;
	vertical-align: baseline;
}

ul#navigation li.menuitem a:hover
{

	background: url("../Images/mouse.gif") -1px 0 no-repeat;
	color: rgb(255,255,255);
	/* text-decoration: underline;
	font-weight: bold;*/
}








