.menu-roz {
	float: left;
	height: 27px;
	width: 960px;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	z-index: 100;
	position: relative;
}
.menu-roz ul li a, .menu-roz ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000066;
	height:27px;
	text-align:center;
	color:#FFF;
	line-height:27px;
	font-size:13px;
	overflow:hidden;
	padding-right: 30px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000;
	letter-spacing: 3px;
	border-right-width: 3px;
	border-right-color: #FFF;
	text-transform: uppercase;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
.menu-roz ul li a.active     {
	display:block;
	text-decoration:none;
	color:#000066;
	height:27px;
	text-align:center;
	color:#FFF;
	line-height:27px;
	font-size:13px;
	overflow:hidden;
	padding-right: 30px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CDBFA5;
	letter-spacing: 3px;
	border-right-width: 3px;
	border-right-color: #FFF;
	text-transform: uppercase;
	margin: 0px;
}
.menu-roz ul li.home a {
	text-decoration:none;
	color:#FFF;
	height:26px;
	overflow:hidden;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	list-style-image: none;
	padding-top: 6px;
	padding-bottom: 0px;
	background-color: #000;
	border-right-width: 3px;
	border-right-color: #FFF;
	margin: 0px;
}
.menu-roz ul {
	padding:0;
	margin:0;
	list-style-image: none;
	list-style-type: none;
}
.menu-roz ul li {
	float:left;
	position:relative;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu-roz ul li ul {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	z-index: 100;
}

/* specific to non IE browsers */
.menu-roz ul li:hover a {
	color:#FFF;
	background-color: #999A9C;
}
.menu-roz ul li:hover ul {
	display:block;
	position:absolute;
	top:27px;
	background-color: #CDBFA5;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: solid;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-color: #FFF;
}
.menu-roz ul li:hover ul li a.hide {
	color:#000;
	background-color: #CCC;
}
.menu-roz ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #333;
}
.menu-roz ul li:hover ul li ul {display: none;}
.menu-roz ul li:hover ul li a {
	display:block;
	color:#333;
	width:180px;
	font-size: 13px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding: 0px;
	letter-spacing: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #CDBFA5;
	text-transform: none;
}
.menu-roz ul li:hover ul li a:hover {
	color:#FFF;
	background-image: none;
}
.menu-roz ul li:hover ul li:hover ul {display:block; position:absolute; left:188px; top:0;}
.menu-roz ul li:hover ul li:hover ul.left {left:-188px;}
