#header {
	height: 100px;
	width: 400px;
	margin: 0 auto;
	margin-top: 10px;
}

#header .menu {
	background: url(images/menu-bg.png) repeat-x;
	height: 48px;
}

#header .menu img.left {
	float: left;
}

#header .menu img.right {
	float: right;
}

#nav {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 10;
}
#nav ul {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px;
	z-index: 10;
}

#nav .podmenu a,#nav .toppodmenu a {
	margin: 0;
	display: block;
	padding-left:20px;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	background: #FFFFFF;
	background-image: url(../img/ic2.gif);
	background-repeat:no-repeat;
	background-position:10px 12px;
}

#nav .act .back li.hover,#nav .act .back a:hover {
	background: #FFFFFF;
	color: #9C0808;
	height: 30px !important;
	background-image: url(../img/ic1.gif);
	background-repeat:no-repeat;
	background-position:10px 12px;
}

#nav .toppodmenu a {
	border: 0px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#nav a {
	display: block;
}

#nav a.ccc {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	float: left;
	border: 0;
	padding: 10px;
}

#nav a.ccc:hover,#nav li.hover {
	background: url(images/blue.png) repeat-x;
}

#nav ul.back a:hover {
	background-color: #3773a9;
	color: #ffffff;
}

#nav li {
	float: left;
	position: relative;
}

#nav li.act {
	height: 28px;
}

#nav li.podmenu {
	float: left;
	position: relative;
}

#nav li.toppodmenu {
	margin-top: 19px;
	float: left;
	position: relative;
}

#nav li.rog {
	float: right;
}

#nav ul {
	position: absolute;
	display: none;
	width: 180px;
	top: 23px;
	left: 0px;
	border:1px solid #4A1C10;
	border-top:0px;
}

#nav li ul a {
	width: 160px;
	height: auto;
	float: left;
}

#nav li ul a.short {
	width: 120px;
	height: auto;
	float: left;
}

#nav ul ul {
	top: auto;
}

#nav li ul ul {
	left: 120px;
	margin: 0px 0 0 10px;
}

#nav li:hover ul ul,#nav li:hover ul ul,#nav li:hover ul ul {
	display: none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li:hover ul,#nav li li:hover ul
	{
	display: block;
}
