﻿#menu{
padding:0;
margin:0;
font-family:Verdana,Arial;
color: #003366;
font-weight: bolder;
font-size:12px;
z-index:100;
float:left;
}
#menu ul{
padding:0;
margin:0;
z-index:105;
}
#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0 17px 0 0;
z-index:100;
} 
 
#menu li a{
display: block;
text-decoration:none;
text-align: left;
line-height: 20px;
padding-left:5px;
color: #003366;
z-index:100;
background: url(../images/patmenu.png) repeat-x;

} 
 
#menu li a:hover{
background: #b5cced;
} 
 
#menu ul ul{
position: absolute;
font-size:11px;
font-weight:normal;
width:185px;
top: 20px; 
visibility: hidden;

}
 
 
#menu ul li:hover ul {
visibility:visible;

} 
 
#menu ul ul ul li {
visibility: hidden;
top:-20px;

}
 
#menu ul ul li:hover ul li {
visibility:visible;
display: block;
} 
 
 
#menu ul ul ul  ul li{
display: block;
top:-20px;
}
 
#menu ul ul ul li:hover ul li {
display:block;
}

/*table*/

.tblitems{
    width:360px;
	z-index:100;
	font-size:11px;
	font-weight:normal;
}
.tblitems td {
    width:180px;
	text-align:left;
	z-index:100;
	font-size:11px;
	font-weight:normal;
}
.tblitems a {
    width:180px;
	margin:0;
	padding:0;
	background: url(../images/patmenu.png) repeat-x;
	border-bottom:1px #003366 dotted;
	border-right:1px #003366 dotted;
	z-index:100;
}
.tblitems a:hover {
	background-color:#b5cced;
	z-index:100;
}

.tblitems2{
    width:180px;
	z-index:100;
	border-bottom:1px #003366 dotted;
	border-right:1px #003366 dotted;
}
.tblitems2 a {
    width:180px;
	margin:0;
	padding:0;
	background: url(../images/patmenu.png) repeat-x;
	border-bottom:1px #003366 dotted;
	border-right:1px #003366 dotted;
	z-index:100;
}
.tblitems2 a:hover {
	background-color:#b5cced;
	z-index:100;
}
