.menu *{margin:0;padding:0;} 
.menu{
	font-size:12px;
	position:relative;
	z-index:100;
	background-image: url(images/menubg.jpg);
	height:38px;
	width:567px;
	padding-left:0px;
	background-repeat: no-repeat;
	margin-left: 15px;
} 
.menu ul{
	list-style:none;
	padding-left: 45px;
} /**/
.menu li {
	float:left;
	position:relative;
	width:92px;
	text-align: center;
	background-image: url(images/menuline.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 38px;
} 
.menu li a{
	display:block;
	padding:0px;
	margin:0px;
	color:#fff;
	text-decoration:none;
	line-height: 38px;
	height: 38px;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:2px;
	top:38px;
	margin: 0px;
	padding: 0px;	/*padding-bottom: 5px;*/
} /*#2963C7*/
.menu table {position:absolute; top:0; left:0;} 
.menu ul li:hover ul, 
.menu ul a:hover ul{visibility:visible;} 
.menu ul li:hover {}
.menu a{} /*border:1px solid #aaa;*/
.menu a:hover{
	color:#C0E6FB;

    background:;
	background-image: url(images/menunavbg.jpg);
	background-repeat: repeat-x;
} /*border:1px solid #000;background:;*/
.menu ul ul{
	filter:alpha(opacity=100);
	background-image: url(images/menuulnavbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} /*list-style-position: inside;list-style-type: disc;*/
.menu ul ul li {
	clear:both;
	text-align:left;
	font-size:12px;
	background-image: none;
	padding: 0px;
	height: 33px;/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #409ED1;*/
	
} 
.menu ul ul li a{
	display:block;
	height:27px;
	padding-top:3px;
	line-height:30px;/**/
	padding-left: 25px;
	background-image: url(images/menudot1.gif);
	background-repeat: no-repeat;
	background-position: 15px 14px;
	/*border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #A9E2EB;*/
} 
.menu ul ul li a:hover{
	background-image: url(images/menulinavbg.jpg);
	background-repeat: repeat-x;
	
} /*border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;background:#3874D6*/
.menu ul li.nobg {
	background-image: none;
}

