  .doubleborder  {
			border-right : 3px double #000000; 
			border-left : 3px double #000000;
			border-bottom : 3px double #000000;
			}



  .blackbg	{	font-family: arial, tahoma, verdana;
			position: relative;
		  	font-size: 13px;
		  	font-weight: bold;
		  	color: #FFFFFF;
			margin: 4px;
		  	padding: 4px; 
			text-align: justify; }

  .whitebg	{	font-family: arial, tahoma, verdana;
			position: relative;
		  	font-size: 13px;
		  	font-weight: bold;
		  	color: #000000;
			margin: 4px;
		  	padding: 4px; 
			text-align: justify; }

  .bright	{	font-family: arial, tahoma, verdana;
			position: relative;
		  	font-size: 12px;
		  	padding: 5px; 
		  	font-weight: bold;
			text-align: center; }


  h1 		{      	font-family: arial, tahoma, verdana;
		  	font-size: 23px;
		  	font-weight: bold;
		  	color: #000000;
			text-align: center;
			margin: 2px; }

  h2 		{      	font-family: arial, tahoma, verdana;
		  	font-size: 15px;
		  	font-weight: normal;
		  	color: #CCCCCC;
			text-align: center;
			margin: 2px; }

  h3 		{      	font-family: arial, tahoma, verdana;
		  	font-size: 17px;
		  	font-weight: bold;
		  	display:inline;	
		  	color: black;
			text-align: center; }

  h4 		{      	font-family: arial, tahoma, verdana;
		  	font-size: 9px;
		  	font-weight: normal;
		  	color: #CCCCCC;
			text-align: center;
			margin: 2px; }


  A:link 	{  	color:"#336666";
		  	text-decoration:none; }

  A:visited 	{	color:"#336666";
		  	text-decoration:none;}

  A:hover 	{ 	color:"#990000";
			text-decoration:none}

  A.bright:link 	{  	color:"#0066FF";
		  	text-decoration:none; }

  A.bright:visited 	{	color:"#0066FF";
		  	text-decoration:none;}

  A.bright:hover 	{ 	color:"#CC0033";
			text-decoration:none}


  A.dark:link 	{  	color:"#0066FF";
		  	text-decoration:none; }

  A.dark:visited 	{	color:"#0066FF";
		  	text-decoration:none;}

  A.dark:hover 	{ 	color:"#CC0033";
			text-decoration:none}

#buttons a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-family: arial, tahoma, verdana;
	text-align : center;
	padding-top : 2px;
	background-color : #000000;
	font-variant : small-caps;
	font-weight: bold;
   border-left : 1px solid #000000;
	border-right : 1px solid #000000;
}
	#buttons a:link {
	color:  #FFFFFF;
	font-family: arial, tahoma, verdana;
	font-size : 15px;
	font-weight: bold;
}
	#buttons a:visited {
	color:  #FFFFFF;
	font-family: arial, tahoma, verdana;
	font-size : 15px;
	font-weight: bold;
	}

	#buttons a:hover {
	color: #FFFFFF;
	font-family: arial, tahoma, verdana;
	font-size : 15px;
	background-color : #2D338E;
	font-weight: bold;
   border-left : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
}
	#buttons a:active {
	color: #FFFFFF;
	font-family: arial, tahoma, verdana;
	font-size : 15px;
	font-weight: bold;
}





#nav{
height:45px;
margin:0px;
padding:0px;
}
#nav ul{
padding:0px;
margin:0px;
list-style: none;
float:left;
}
#nav li{
position: relative;
float:left;
}
#nav li a {
display: block;
text-decoration: none;
color: #fff;
padding: 0px 25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
line-height:45px;
}
#nav li:hover{
position: relative;
float:left;
background:url(http://www.econofrost.com/images/bg-top-nav-roll.jpg) repeat-x top left;
}

#nav li ul{
position: absolute;
left: 0px;
top: 45px;
display: none;
background:#fff;
float:left;
border-bottom:1px solid #CCCCCC;
}
#nav li:hover ul, #nav li.over ul { 
display: block; 
}
	
#nav li li{
position: relative;
float:left;
border:1px solid #CCCCCC;
border-bottom:0px;
}
#nav li li a {
display: block;
text-decoration: none;
color: #0E287C;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
line-height:25px;
min-width:150px;
}
#nav li li:hover{
position: relative;
float:left;
line-height:20px;
background:#1742A1;
color:#FFFFFF;
}
#nav li li:hover a{
color:#FFFFFF;
}

#nav li:hover li ul{
position: absolute;
left: 200px;
top: 5px;
display: none;
background:#fff;
float:left;
border-bottom:1px solid #ccc;
}
#nav li li:hover ul { 
display: block; 
}
#nav li li:hover li a{
color:#0E287C;
}
#nav li li li:hover  a{
color:#fff;
}
