body {padding:0; margin:0;}
body, td, p, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#32434A;
	line-height:15px;
	vertical-align:top;
	padding:0px;
}
img      {border:0px;}
td.ltap {border-left:1px solid black;}
td.rtap {border-right:1px solid black;}
table.btap {border-bottom:1px solid #c0c0c0;border-left:1px solid #c0c0c0;border-right:1px solid #c0c0c0;}
table.footer {background: url('/users/templates/fluidics/image/footer.gif') top repeat-x;border-left:1px solid #c0c0c0;border-right:1px solid #c0c0c0;width:100%; height:50px;}
td.tip {padding-top:15px;}
td.tip2 {padding-top:9px;color:white; font-weight:bold;}
td.brand {padding-left:10px;line-height: 150%;}
td.content {padding:3px 10px;}
a {text-decoration:underline; color:blue;}
a:hover {text-decoration:none; color:blue;}
.titla {	font-size:18px; font-weight:bold;   font-family:Tahoma;	color:#00ccff; padding:30px 0 0 30px}

#nav{ /* all lists */
	padding-left:10px;
	margin: 0;
	list-style: none;
	line-height: 170%;
}
#nav ul { /* all lists */
	padding-left:0px;
	margin: 0;
	list-style: none;
	line-height: 130%;
}
#nav a, span.nolink {
	display: block;
	width: 240px;
}

.nav_parent{	
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
.nav_parent:hover{	
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
.nav_child{	
}

#nav li a { /*  Level 1  */
	width: 240px;
	color: black;
	text-decoration: none;
	background-image: url(/users/templates/fluidics/image/li1.gif);
	background-repeat: no-repeat;
	text-indent:18px;
	
}
#nav li a:hover { /*  Level 1  */
	color: black;
	text-decoration: underline;
	background-image: url(/users/templates/fluidics/image/li1.gif);
	background-repeat: no-repeat;
}

#nav li ul a { /*  Level 2  */
	color: black;
	text-decoration: none;
	background-image: url(/users/templates/fluidics/image/li2.gif);
	background-repeat: no-repeat;
	display: block;
	width: 240px;
	text-indent:31px;
}
#nav li ul a:hover { /*  Level 2  */
	background-image: url(/users/templates/fluidics/image/li2.gif);
	background-repeat: no-repeat;
	color: black;
	text-decoration: underline;	
}

#nav li a.menu_selected {
	color: red;
	font-weight: normal;	
}
#nav li a.menu_selected:hover {
	color: red;
	font-weight: normal;
}
#nav ul li a.menu_selected {
	color: red;
	font-weight: normal;
}
#nav ul li a.menu_selected:hover {
	color: red;
	font-weight: normal;
}