﻿/*head{

	<link rel="shortcut icon" href="Trikke_favicon.ico" >
	
}*/

img.urlicon {
  
  height: 16px;
  width: 16px;
}

body{
	
	background-image: url('back1.jpg');
	
	background-repeat: repeat-x;

	background-color: #000000;
		
	font-family: arial;

	color: #C0C0C0;
	
	font-size: 9pt;
	
	
}	
	
a{
	color: #FFFFFF;
}

a:hover{
	color: #00FF00;
}



p{
	font-family: arial;
	
	font-size: 9pt;
	
	color: #C0C0C0 }

table{
	font-family: arial;
	
	font-size: 9pt;
	
	color: #C0C0C0;
	
	background-color: #000000;
	
}

.back{
	background-image: url('images/footBack.jpg');
	font-size: xx-small;
}

h1{
	font-size: 9pt;
	
	color:#D41F00;
}

.total{
	color:#00FF00;
	
}

h3{
	font-size: 9pt;
	
}

.mainNav{
border: 0px dotted gray;
position:relative;
width: 140px;
margin: 0px auto;
float:left;
text-align:left;
}

.mainNav ul{
list-style-type:none;
margin:0px;
padding:0px;
}

.mainNav a{
color:#D41F00;
text-transform:uppercase;
text-decoration:none;
border-bottom:1px #666 dotted;
display:block;
height:15px;
padding-top:5px;
margin-left:2px;
}

.mainNav a:hover{
color:#FFF;
background-image:url(images/menuBack.jpg);
background-position:left;
background-repeat:no-repeat;
}

.mainNav ul li {
	position:relative;
}

.mainNav ul ul{
	color:#fff;
	background-color:#990000;
	border-bottom:0px #D41F00 solid;
	border-top:0px #D41F00 solid;
	position:absolute;
	top:0;
	left:140px;
	width:200px;
}

.mainNav ul ul a{
color:#FFF;
}

div.mainNav ul ul{
	display: none;
}

div.mainNav ul li:hover ul{
	display: block;
	vertical-align:bottom;
}
