/* CSS Document */

.menu{ 	font-size:12px; 
		font-family:Arial; 
		font-weight: 100; 
		color:#0D7BCE; 
		}
A:menu {text-decoration: none}

A:visited {text-decoration: none}

A:active {text-decoration: none}

A:hover {font-size:12; 
		font-family:Arial; 
		font-weight: 100; 
		color: #0D7BCE; 
		}
		
.menu-bold{  font-size:12px; 
		font-family:Arial; 
		font-weight: bold  ; 
		color:#0D7BCE; 
		}
		
		
.new_border_top {border-top:#CCCCCC 1px dotted;}
