﻿*{
	
	margin:0;
	padding:0;
}


body {
	font-family: arial, helvetica, sans-serif;
	font-size:80%;
	background-image:url('../blue/bg.gif'); 
	background-repeat:repeat-y;
}
body table 
{
	font-family: arial, helvetica, sans-serif;
	font-size:100%;
	}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-image:url('../blue/Linksbar1.gif'); 
	background-repeat:repeat-x;
	color: White;
	float: left;
	width: 100%;
	
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a
{
	padding: 0 10px;
	background-image:url('../blue/Linksbar1.gif'); 
	background-repeat:repeat-x;
	color: Black;
	text-decoration: none;
	border-right: 1px solid #999999;
}

#men2 a {
	
	text-decoration: none;
	color: Black;
}

h1 
{
	font-size:1.5em;	
}

.name 
{
	font-family:Garamond, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 2.5em;
	padding: 0;
	margin: 0;
}

.tele
{
	font-family: Garamond, Arial, Sans-Serif;
	color: Gray;
	font-size:3em;
}

.me{
width: 99%;
font-weight: bold;
}

.me:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.me ul{
border: none;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.me ul li{
display: inline;
padding: 0;
margin: 0;
}

.me ul li a{
color: #494949;
padding-top: 4px;
margin-left: -5px;
text-decoration: none;
padding: 0 20px 10px 20px;
}

.me ul li a:hover, .me ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropdiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.me img
{
	border: none;
}

.dropdiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropdiv a{ /*IE only hack*/
width: 100%;
}

.dropdiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}