/*<title>MenuSytem for Paulkane.com</title>*/

.menubar
{
 background-color: indianred;
 color: mistyrose;
 font-size: 8pt;
 
}

A.menuBar:link 
{
  text-decoration: none;  
  color: mistyrose ; 
}

A.menuBar:Visited 
{
 text-decoration: none;  
 color: mistyrose ; 
}

A.menuBar:hover  
{   
  text-decoration: none;  
  color: darkred;
} 

.outlineBox
{
 backgound-color: rgb(206, 107, 107);
}


.sideMenuHolder
{
  font-size: 12pt;
  font-family: arial;
  margin: 2px;
  color: indianred ;
  background-color: rgb(254, 210, 210);
/*  background-color: rgb( 254, 173, 173 ); */
  border-bottom: 1px solid #ffffff;
  display:block; 
}

a.sideMenu, .sideMenu:visited
{
	color: palevioletred;
	height: 14px; 
	display:block; 
	padding: 2px;	
	text-decoration:none; 
	border-right: 10px solid steelblue;

}

.sideMenu:hover
{
  background-color: indianred  ;
  border-color: blue;
  text-decoration: none;
  color: pink;
}



.newsDate
{
  color: blue;
  font-family: verdana;
  font-size: 12pt;
  background-color: rgb(254, 210, 210);
  
}

.newsText
{
  font-family: verdana;
  font-size: 10pt;
  color:steelblue ;
  background-color: rgb(254, 237, 237);
}