<style type="text/css">

/* Text Styles */
	
body {font: 10px normal Verdana, Arial, Helvetica, sans-serif;margin: 0;padding: 0;	color: #111;}

		.style1 {font-size: 36px;color: #FFFF33;} 

		.style2 {font-size: 24px;color: #FFFFFF;} 

		.style3 {color: #003300} 

		.style4 {font: 1.0em arial,sans-serif; color: #111;}  

		.style5 {font: 0.7em arial, sans-serif; color: #111;font-weight:bold}  

		.style6 {font: 0.6em arial, sans-serif; color: #111} 

		.style7 {font: 0.8em arial, sans-serif; color: #111}

		.style8 {font: 0.6em arial, sans-serif; color: #FFFF33} 

a:hover {color: #003300;	text-decoration:underline;}
a {color: #003300;font-weight:bold;}

/* Main Navigation */
#nav {
    position:relative;
    width:900px;
    margin:0 auto;
 /*   margin-top:1px; */
    padding:1px;
}
 
ul#navigation {
    margin:0px auto;
    position:relative;
    float:left;
    /*
    border-left:1px solid #c4dbe7;
    border-right:1px solid #c4dbe7;  */
}
 
ul#navigation li {
    display:inline;
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:0;
    float:left;
    position:relative;
    /*
    border-top:1px solid #c4dbe7;
    border-bottom:2px solid #c4dbe7; */
}
 
ul#navigation li a {
    padding:10px 12px;
    color:#616161;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    /*text-shadow:1px 1px 0px #fff; */
    text-decoration:none;
    display:inline-block;
    background: #CCC999;
    /*
    border-right:1px solid #fff;
    border-left:1px solid #C2C2C2;
    border-top:1px solid #fff;
    */
 
    -webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
}
 
ul#navigation li a:hover {
    background:#f8f8f8;
    color:#282828;
}
 
ul#navigation li a.first {
    border-left: 0 none;
}
 
ul#navigation li a.last {
    border-right: 0 none;
}
 
ul#navigation li:hover > a {
    background:#FFFF33;
}
/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
    visibility:visible;
    opacity:1;
}
 
ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
/*the next 2 styles are very important,
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
    width:180px;
    background:#f8f8f8;
    box-shadow:1px 1px 3px #ccc;
/* css3 transitions for smooth hover effect */
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 0.2s linear;
}
 
ul#navigation ul {
    top: 43px;
    left: 1px;
}
 
ul#navigation ul li ul {
    top: 0;
    left: 181px; /* strong related to width:180px; from above */
}
 
ul#navigation ul li {
    clear:both;
    width:100%;
    border:0 none;
    border-bottom:1px solid #c9c9c9;
}
 
ul#navigation ul li a {
    background:none;
    padding:7px 15px;
    color:#616161;
    /*text-shadow:1px 1px 0px #fff; */
    text-decoration:none;
    display:inline-block;
    border:0 none;
    float:left;
    clear:both;
    width:150px;
}


/* BREWHAS KEEPER LEAGUE Header Text */
		#logo 	{
			font:24px Verdana, Arial, Helvetica, sans-serif;
			color: #FFFF33;
			letter-spacing:.2em;
			line-height:30px;
			}

        /* fantasy baseball Header Text */
		#tagline 	{	
			font:12px Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			letter-spacing:.4em;
			line-height:18px;
			}

/* BREWHAS KEEPER LEAGUE Columns */
		#leftcol_short {
		  background: #fff;
		  float: left;
		  width: 15%;
		  height: 620px;
		}
		#content_short {
		  background: #fff;
		  float: left;
		  width: 75%;
		  height: 620px;
		  margin-left: auto;
		margin-right: auto;
		position:relative;
		}
		#rightcol_short {
		  background: #fff;
		  float: left;
		  width: 10%;
		  height: 620px;
		}
		#leftcol_med {
		  background: #fff;
		  float: left;
		  width: 15%;
		  height: 750px;
		}
		#content_med {
		  background: #fff;
		  float: left;
		  width: 75%;
		  height: 750px;
		  margin-left: auto;
		margin-right: auto;
		position:relative;
		}
		#rightcol_med {
		  background: #fff;
		 float: left;
		  width: 10%;
		  height: 750px;
		}
		#leftcol_long {
		  background: #fff;
		  float: left;
		  width: 15%;
		  height: 1200px;
		}
		#content_long {
		  background: #fff;
		  float: left;
		  width: 75%;
		  height: 1600px;
		  margin-left: auto;
		margin-right: auto;
		position:relative;
		}
		#rightcol_long {
		  background: #fff;
		 float: left;
		  width: 10%;
		  height: 1200px;
		}
		#header {
		  background: #003300;
		  clear: both;
		  width: 100%;
		  height: 10px;
		}
		#footer {
		  background: #003300;
		  clear: both;
		  width: 100%;
		  height: 20px;
		}


/* Headers - General */		
		h1 {
			font: 4.7em normal Verdana, Arial, Helvetica, sans-serif;
			color: #333;
			margin: 0;
			padding: 5px 0;
		}
		h1 small{
			font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			letter-spacing: 1.5em;
			display: block;
			color: #fff;
		}
		h2 {
			font: 1.2em normal Verdana, Arial, Helvetica, sans-serif;
			color: #333;
			margin: 0;
			padding: 5px 0;
		}
		h3 {
			font: 0.9em normal Verdana, Arial, Helvetica, sans-serif;
			color: #333;
			margin: 0;
			padding: 5px 0;
		}
</style>