		/*this is the css for the vertical version*/
		.vertical ul{
         width: 15em;
         font-family: Tahoma, Arial, sans-serif;
         font-size : 11px;
                                              
		}
		.vertical li a{
			display: block;
			width: 100px;
			text-decoration: none;           
		}
	

          html>body .vertical li a {
          width: auto;

                                 }

		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			border-bottom: 1px solid #90bade;
                                                margin: 0;
                                                list-style: none;
                                                list-style-image: none;
                                                
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.6em;
			margin-left: 125px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
                                visibility: hidden;
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			display: block;
                                                padding: 5px 5px 5px 0.5em;
                                                border-left: 10px solid #1958b7;
                                                border-right: 10px solid #508fc4;
                                                background-color: #2175bc;
                                                color: #FFF;
                                                text-decoration: none;
                                                width: 100%;
	
                                }
		.blackwhite li a:hover{
			border-left: 10px solid #1c64d1;
                                                border-right: 10px solid #5ba3e0;
                                                background-color: #2586d7;
                                                color: #fff
		}
		.blackwhite ul{
			border-color: #8EC0E6;
		}
		.bluewhite li a{
			background-color: red;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: red;
			color: white;
			border-color: red;
		}
		.bluewhite ul{
			border-color: #000033;
		}



.entry{
	float:right;
	width:85%;
	padding: 0 10px 0 10px;
}
.entry:hover {
	background-color:#F5F5F5;
}
.friends{
margin:10px;
padding:3px;
/*background-color:#fffc80;*/
color:#608fd1;
}

.friends a{

/*background-color:#fffc80;*/
color:#608FD1;
}

.friends p{
border: 1px solid #90bade;
padding:5px;
color:#5A98E1;
}

.friends center a{
color:#5A98E1;
}