/****************************
         Body
*****************************/
input[type=submit], input[type=reset] { 
	padding: 4px 8px;
	}
body { 
	background: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 1.5em;
	}
strong, b, h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
	line-height: 1.5em;
	} 
	
h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	line-height: 2.25em;  
	font-weight: normal; 
	color:#444;
	}

p { 
	font-weight: normal;
	}
	
dt { 
    font-weight: bold; 
    margin: 6px 0;
    }
    
dd { 
    font-weight: normal; 
    margin: 4px 0 4px 10px;
    }
    
address {
    margin: 20px 0; 
    }
    

/****************************
         Classes
*****************************/

a:link, a:active, h2 a, h3 a { 
	font-weight: bold; 
	text-decoration: none;
	}
	
a:hover, a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, #content a:hover, #content a:focus { 
	text-decoration: underline; 
	color:#660000;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	}
.pdf { 
	background: transparent url("http://WP04Web/static/Images/pdf.jpg") 100% 50% no-repeat; 
	padding-right: 20px;
	}	
.hide { 
	position: absolute; 
	height: 0; 
	width: 0; 
	overflow: hidden;
	}
	
.noBorder { 
	border: 0 !important;
	}
.border { 
	border-top-style: dotted;
	border-color: #003366;
	border-style: dotted;
	}
	
.floatLeft { 
	float: left; 
	margin:  5px 10px 5px 0px;
	}
	
.floatRight { 
	float: right; 
	}
	
.alignLeft { 
	text-align: left; 
	}
	
.alignRight { 
	text-align: right; 
	}
	
.center {
	text-align: center;
	}
	
.top { 
	font-size: 12px; 
	display: block; 
	background: transparent url("") 100% 20% no-repeat; 
	padding-right: 1em; 
	width: 7em;
	}
	
.photocaption {
	font-size: 12px; 
	font-style: italic; 
	background: #f1f1f1; 
	text-align: justify; 
	}
	
.graphcaption {
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	}
	
.last {
	border: none;
	}
	
.anchor li{
	display:inline;
	padding:0 0.5em;
	border-right:1px solid #444
	}
	
.imgRt {
	float: left; 
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	}
	
.textIndent{
	text-indent:15px;
	}

.pushUp{
	margin: -21px 0 0 0;
	}
	
.darkBlueBack{
	background: url("/WP04Web/static/Images/nav_bg.png");
	}
.padding{
	padding: 300px 0 0 0;
	}
.textRedBold{
	color:#993333;
	font-weight:bold;
	}
.textBlue{
	color:#064880;
	}
/****************************
         Tables
*****************************/
/*#tablelist {
	margin:0px;
	}
#thlast {
	border-right:1px solid #000 
	}	*/

/*table is creating a grid in the upper left corner on IE browser*/	
/*table {
	border-collapse: collapse; 
	width: 100%; 
	margin: 20px 0px; 
	}*/
	
/*th {
	background: #d5d5d5; 
	color: #666; 
	font-weight: bold; 
	padding: 2px 11px; 
	text-align: left; 
	border-right: 1px solid #fff; 
	line-height: 1.2; 
	vertical-align: middle; 
	font-size: 14px;
	}*/
/*table td is creating a two lines above and blow a grid in the upper
left corner on IE browser*/		
/*td {
	padding: 6px 11px; 
	border-bottom: 1px solid #95bce2; 
	vertical-align:top; 
	font-size: 12px; 
	font-weight: normal; 
	text-align:left; 
	}*/
	
/*td * {
	padding: 6px 11px; 
	}
	
table.sortable thead{
	cursor:default;
	}*/
	
/***********************************************\
*					Design						*
*				Detail For Table				*
\***********************************************/
table{
	empty-cells: show;
	table-layout: auto;
	}
#locationsOutput{
	margin: 0px 0 0 0;
	border-collapse: separate;
	empty-cell: show;
	border-spacing: 10px;
	
	border-width: 1px;
	border-style:outset;
	}
.alignCaption{
	align-text:center;
	}
th{
	border-style:outset;
	border-width: 2px;
	background: url("/WP04Web/static/Images/nav_bg.png");
	color: #fff;
	padding: 2px 11px; 
	text-align: center;
	border-right: 1px solid #fff; 
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 1px 1px 1px #444; 
	vertical-align: middle; 
	font-size: 14px;
	}
th td{
	background-color:#cccccc;
	border-color: #003366;
	}

.tableHeading{
	border-style: solid;
	border-width: 0px;
	border-color: #064880;
	/*background-color: #064880;*/
	background-color: #993333;
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
.columnHeading{
	border-style: solid;
	border-width: 1px;
	border-color: #003366;
	background-color: #003366;
	padding: 2px;
	font-size: .9em;
	color: #ffffff;
	text-align: center;
	}
.columnHeading a{
	display: block;
	color: #003366;
	text-decoration: none;
	width: 100%;
	}
.columnHeading a:hover{
	text-decoration: none;
	color: #000000;
	}

tr.alt td{
	
	background-color: #ecf6fc;
	
	}
	

.rowA{
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	background-color: #ffffff;
	padding: 2px;
	font-size: .9em;
	color: #064880;
	font-weight:bold;
	text-align: center;
	}
.rowB{
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	background-color: #e6e6e6;
	padding:  2px;
	font-size: .9em;
	color:#064880;
	font-weight:bold;
	text-align: center;
	background-colo: ${Color.LightGrey.hex};
	}
.infoCellPrint{
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: .9em;
	color: #064880;
	text-align: center;
	}
.infoCell2Print{
	border-width: 0px;
	border-style: solid;
	border-color: #e6e6e6;
	background-color: #e6e6e6;
	padding: 2px;
	font-size: .9em;
	color: #064880;
	text-align: center;
	}
.infoCell3{
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: .9em;
	color: #064880;
	text-align: center;
	}
.resultsInfo{
	background-color: #ffffff;
	border-style: none;
	width: 100%;
	color: #004080;
	border-bottom-width: 2px;
	text-align: left;
	}
#alignNoteText{
	height:-50px;
	}	

/****************************
          Lists
*****************************/

ol.loweralpha, ul.loweralpha{
	list-style:lower-alpha inside;
	margin-left:20px;
	}
	
ol.upperRoman, ul.upperRoman{
	list-style-type:upper-roman inside;
	font-weight:bold;
	}
	
ol.lowerRoman, ul.lowerRoman{
	list-style-type:lower-roman inside;
	font-weight:bold;
	}
	
ol.upperalpha, ul.upperalpha{
	list-style-type:upper-alpha inside;
	margin-left:10px;
	}
	
ol.decimal, ul.decimal{
	list-style-type:decimal inside;
	margin-left:15px;
	}
	
ol.disc{
	list-style-type:disc inside;
	margin-left:15px;
	}
	 
ul.disc{
	list-style-type:disc;
	margin-left:15px;
	}
	
ul.discInside{
	list-style:disc inside;
    margin-left:15px;
    }
    
ul.hangingIndents{  /*Try Escape Characters &#187;*/
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
/****************************
           id's
*****************************/

/****************************
Header, Branding, Leadership
*****************************/

#header { 
	position: relative; 
	margin: 0 auto; 
	background-color: #04153a; 
	height: 120px;  
	}
	
#header .container_12 { 
	position: relative; 
	}

#branding { 
	position: relative; 
	height: 115px; 
	top: 5px; 
	background: transparent url("/WP04Web/static/Images/WaterPatrolBanner.jpg") no-repeat;
	background-color: #04153a;
	}
	
#branding h1 { 
	width: 445px; 
	height: 120px; 
	} 
	
#branding h1 a { 
	position: relative; 
	top: 15px; 
	display: block; 
	height: 85px; 
	width: 340px; 
	}
#branding em { 
	display: none;
	}

#leadership { 
	color:#e2e2e2; 
	background: transparent; 
	font-size: 12px; 
	position: absolute; 
	top: 15px; 
	right: 10px; 
	text-align: right;  
	font-weight: bold; 
	line-height:1.5em;
	}
	
#leadership a{
	text-decoration:none;
	color:#e2e2e2;
	}

#leadership a:hover{
	text-decoration:underline;
	color:#993333;
	}
/****************************
        Search
*****************************/
#search { 
	position: absolute; 
	top: 70px; 
	right: 0; 
	background: #11354C /*The Fallback color*/; 
	background: rgba(255,255,255,.05)/*For RGBa Browser Support*/; 
	border: 1px solid #1c547b; padding: 5px;
	}
	
#search div { 
	display: inline;
	}
	
#search input[type=text] { 
	width: 210px; 
	margin-right: 5px;
	}
	
#search:hover, #search:focus { 
	background: rgba(255,255,255,.2);
	}
	
#search input[type=text]:focus { 
	background: #fff;
	}
	
#search input[type=submit] { 
	font-weight: bold; 
	width: 65px; 
	text-align: center; 
	font-size: 10px;
	}
	
#search fieldset { 
	width: 300px; 
	} 
	
/* */	
#btnG { 
	position: absolute; 
	right: 5px; 
	}
	
/*Text in Search field*/	
#siteQ { 
	color: #aaa; 
	font: italic 1em Georgia, serif; 
	}

/****************************
        Menus
*****************************/

#menu { 
	position: absolute; 
	top: 115px; 
	height: 57px; 
	width: 100%; 
	background:url("/WP04Web/static/Images/nav_bg.png"); 
	margin: 0 auto; 
	font: normal 12px Arial, Helvetica, sans-serif; 
	text-shadow: 1px 1px 1px #444;
	}
	
#menu ul { 
	height: 57px; 
	width: 960px; 
	margin: 0 auto;
	}
	
#menu ul li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 120px; 
	text-align: center; 
	} 
	
#menu ul li:first-child a { 
	border-left: 0; 
	}
	
#menu ul li:last-child a, #menu a.last { 
	border-right: 0; 
	}
	
#menu a { 
	font-weight: normal; 
	display: block; 
	color:#fff!important; 
	height: 34px; 
	border-right: 1px solid #1f4e71; 
	border-left:1px solid #44779f; 
	padding: 6px 9px 10px 9px; 
	line-height: 1.5em; 
	text-decoration: none;
	}
	
#menu a:hover, #menu a:focus { 
	background: #133B52 /*The Fallback color*/; 
	background:rgba(0,0,0,.2)/*For RGBa Browser Support*/; 
	color: #fff!important; 
	text-decoration: none
	}

#subMenu {  
	position: absolute; 
	top: 150px; 
	height: 24px; 
	width: 100%; 
	margin: 0 auto;
	}
	
#subMenu ul { 
	background: url("") no-repeat; 
	width: 940px; 
	height:8px; 
	margin: 0 auto; 
	padding: 20px 0;
	}
	
#subMenu ul li { 
	float: left; 
	padding: 0 6px; 
	margin-right: 10px;
	}
	
html* #subMenu ul li { 
	margin-right: 11px;
	} /*hack for IE*/
	
#subMenu a { 
	display: block; 
	color: #333; 
	font-size: 12px; 
	font-weight: bold; 
	}
	
#subMenu a:hover,#subMenu a:focus {
	text-decoration: none; 
	color: #c00909;
	}


#breadcrumbs { 
	background: #E5F6FE; 
	position: relative; 
	top: 60px; 
	z-index: 10; 
	}
	
#breadcrumbs a { 
	font-size: 11px; 
	}
	
#breadcrumbs a:hover { 
	text-decoration: underline; 
	border: none; 
	}
	
#breadcrumbs a:first-child { 
	padding-left: 10px; 
	}
/****************************
    Administration Menus
*****************************/

#adminMenu { 
	position: absolute; 
	top: -16px; 
	height: 50px; 
	width: 100%; 
	background:url("/WP04Web/static/Images/nav_bg.png"); 
	margin: 0 auto; 
	font: normal 16px Arial, Helvetica, sans-serif; 
	text-shadow: 1px 1px 1px #444;
	}
	
#adminMenu ul { 
	height: 50px; 
	width: 960px; 
	margin: 0 auto;
	}
	
#adminMenu ul li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 156px; 
	text-align: center; 
	} 
	
#adminMenu ul li:first-child a { 
	border-left: 0; 
	}
	
#adminMenu ul li:last-child a, #menu a.last { 
	border-right: 0; 
	}
	
#adminMenu a { 
	font-weight: bold; 
	display: block; 
	color:#fff!important; 
	height: 34px; 
	border-right: 1px solid #1f4e71; 
	border-left:1px solid #44779f; 
	padding: 10px 9px 6px 9px; 
	line-height: 1.5em; 
	text-decoration: none;
	}
	
#adminMenu a:hover, #menu a:focus { 
	background: #133B52 /*The Fallback color*/; 
	background:rgba(0,0,0,.2)/*For RGBa Browser Support*/; 
	color: #fff!important; 
	text-decoration: none
	}
/****************************
         Action Buttons
*****************************/

#actionButtons{
	position: absolute; 
	height: 50px; 
	width: 960px; 
	margin: 0 auto;
	}
	
#actionButtons ul{
	width: 100%;
	margin: 0 auto;
	}
#actionButtons ul li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 100px; 
	text-align: center; 
	} 
#actionButtons ul li:first-child a { 
	border-left: 0; 
	}
	
#actionButtons ul li:last-child a, #menu a.last { 
	border-right: 0; 
	}
/****************************
  ContentForSearchOnWeb
*****************************/

#contentWeb { 
	margin-top: 0; 
	}
	
#contentWeb { 
	background: #fff; 
	padding-bottom: 24px; 
	margin-top: 70px; 
	}
	
#contentWeb h2 { 
	font-size: 20px; 
	}
	
#contentWeb h3 { 
	font-size: 18px; 
	}
	
#contentWeb h4 { 
	font-size: 16px; 
	}
	
#contentWeb h5 { 
	font-size: 14px; 
	}
	
#contentWeb h6 { 
	font-size: 12px; 
	}

#contentWeb a { 
	color: #024771; 
	background: transparent;
	}
	
#contentWeb a:hover{
	color:#03203D;
	text-decoration:underline;
	}
	

/****************************
   ContentForAdminPages
*****************************/

#content { 
	margin-top: 0; 
	}
	
#content { 
	background: #fff; 
	padding-bottom: 24px; 
	margin-top: 20px; 
	}
	
#content h2 { 
	font-size: 20px; 
	}
	
#content h3 { 
	font-size: 18px; 
	}
	
#content h4 { 
	font-size: 16px; 
	}
	
#content h5 { 
	font-size: 14px; 
	}
	
#content h6 { 
	font-size: 12px; 
	}

#content a { 
	color: #024771; 
	background: transparent;
	}
	
#content a:hover{
	color:#03203D;
	text-decoration:underline;
	}
	
.pdf { 
	background: transparent url("/WP04Web/static/Images/pdf.jpg") 100% 50% no-repeat; 
	padding-right: 20px;
	}
	
content a.pdf { 
	background: transparent url("http://mo.gov/img/smallpdf.gif") 100% 50% no-repeat; 
	padding-right: 20px;
	}
	
#content a.doc { 
	background: transparent url("http://mo.gov/img/smallmsword.gif") 100% 50% no-repeat; 
	padding-right: 20px;
	}
	
#content a.xls{ 
	background: transparent url("http://mo.gov/img/smallmsxls.gif") 100% 50% no-repeat; 
	padding-right: 20px;
	}
	
#content a.ppt { 
	background: transparent url("http://mo.gov/img/smallpp.jpg") 100% 50% no-repeat; 
	padding-right: 20px;
	}

#content .line {  }

#mainContent p, #mainContent dd, #subNav p, #subNav ul { 
	padding-bottom: 21px;
	}
	
#mainContent ul, #mainContent ol { 
	margin-bottom:20px; 
	line-height: 1.8em; 
	}
	
#mainContent caption { 
	font-weight: bold; 
	}
	
#mainContent h2 { 
	background: #247297 url("/WP04Web/static/Images/lightBlueNav_bg.png") repeat-x top left; 
	color: #1b5279; 
	line-height: 1.75em; 
	padding-left: 10px; 
	font-weight: bold;
	margin-top:6px; 
	margin-bottom: 20px;
	}
	
#mainContent img.floatLeft {
	margin-right:20px;
	}
	
#mainContent img.floatRight {
	margin-left:20px;
	}
	
#mainContent .cutline {
	font-size: 11px; 
	font-style: italic; 
	font-weight: bold; 
	padding: 0; 
	margin: 0; 
	text-align: center; 
	}

.newslogo{
	width:150px!important;
	height:150px!important;
	}  /*DPS logo in old news releases*/

/****************************
        Navigation
*****************************/

#subNav h2, #subNav h3 { 
	background: url("/WP04Web/static/Images/nav_bg.png"); 
	color: #e2e2e2; 
	font-weight: normal; 
	line-height: 1.75em; 
	padding-left: 10px; 
	margin-bottom: 2px; 
	margin-top: 2px; 
	}
	
#subNav ul { 
	padding: 0; 
	margin: 0; 
	border: 1px solid #C5E6F9; 
	background: #e5f6fe;
	}
	
#subNav ul li { 
	border-top: 1px solid #C5E6F9;
	}
	
#subNav ul li:first-child { 
	border: none; 
	}
	
#subNav ul li a { 
	display: block; 
	text-decoration: none; 
	padding-left: 20px; 
	font-size: 12px; 
	color: #044973; 
	}
	
#subNav ul li ul li a { 
	padding-left: 30px; 
	}
	
#subNav ul ul { 
	border-bottom: 0; 
	border-left: 0; 
	border-right: 0; 
	}
	
#subNav ul li a:hover, #subNav ul li ul li a:hover { 
	display: block; 
	background: #054872; 
	background: rgba(5,72,114,0.7); 
	color: #e2e2e2; 
	text-decoration: none; 
	padding-left: 18px; 
	}
	
.noHover a:hover{
	background-color: #e5f6fe!important;
	}	
	
#subNav ul li ul li a:hover { 
	padding-left: 28px; 
	}

.nav h2, .nav h3 {
	background: url("/WP04Web/static/Images/nav_bg.png"); 
	color: #e2e2e2; 
	font-weight: normal; 
	line-height: 1.75em; 
	padding-left: 10px; 
	margin-bottom: 2px; 
	margin-top: 2px; 
	}
	
.nav ul { 
	padding: 0; 
	margin: 0; 
	background: #fff;
	}
	
.nav ul li { 
	border-top: 1px solid #cccccc!important;
	}
	
.nav ul li:first-child { 
	border: none; 
	}
	
.nav ul li a { 
	display: block; 
	text-decoration: none; 
	padding-left: 14px; 
	font-size: 16px!important; 
	color: #660000; 
	}
	
.nav ul li ul li a { 
	padding-left: 30px; 
	}
	
.nav ul ul { 
	border-bottom: 0; 
	border-left: 0; 
	border-right: 0; 
	}
	
.nav ul li a:hover, .nav ul li ul li a:hover { 
	display: block!important; 
	color: #660000!important; 
	text-decoration: none!important; 
	text-decoration: underline!important;
	padding-left: 18px; 
	}
	
.nav ul li ul li a:hover { 
	padding-left: 28px; 
	}

.subRelated{
	margin-top:1.5em
	}
	
.subRelated h2, .subRelated h3 { 
	background-image:none!important; 
	color: #000!important; 
	font-weight: normal; 
	line-height: 1.75em; 
	padding-left: 0px!important; 
	margin-bottom: 2px; 
	margin-top: 2px; 
	}
	
.subRelated ul {  
	padding: 0; 
	border: none!important; 
	background: #fff!important;
	}
	
.subRelated ul li { 
	border-top: none!important; 
	}
	
.subRelated ul li:first-child { 
    border: none; 
    }
    
.subRelated ul li a { 
	display: block; 
	text-decoration: none; 
	padding-left: 0px!important; 
	font-size: 12px; 
	color: #000!important; 
	}
	
.subRelated ul li ul li a { 
	padding-left: 0px!important; 
	}
	
.subRelated ul ul { 
	border-bottom: 0; 
	border-left: 0; 
	border-right: 0; 
	}
	
.subRelated ul li a:hover, .subRelated ul li ul li a:hover { 
	display: block; 
	background: #fff!important; 
	color: #000!important; 
	text-decoration: none; 
	padding-left: 0px!important; 
	}
	
.subRelated ul li ul li a:hover { 
	padding-left: 0px!important 
	}

/****************************
        Footers
*****************************/

#mshpFooter {
	margin-bottom:80px!important;
	}
	
#mshpFooter h2{
	font-weight:bold!important
	}
	
#mshpFooter ul{
	font-size:14px!important
	}
	
#mshpFooter ul li:first-child{
	margin-left:0!important;
	padding-left:0!important
	}
	
#mshpFooter ul li{
	float:left; 
	border-right: 1px solid #ccc; 
	border-color: rgb(126, 133, 149); 
	padding: 0 10px; 
	line-height: 1em; 
	}
	
#mshpFooter a{
	margin-right:10px;
	color: #f0f0f0!important;
	}
	

#footer {   
	position: relative; 
	min-height:20em; 
	width:100%;
	color: #fff; 
	background: url("/WP04Web/static/Images/footer.png") repeat-x;  
	padding: 30px 0 30px; 
	background-color: #082f48;  
	}
	
#footer h2 { 
	font: bold 16px Arial, Helvetica, sans-serif; 
	color:#fff; 
	padding: 0 0 8px; 
	margin: 0 0 10px; 
	border-bottom: 1px solid #ccc; 
	text-shadow: 1px 1px 0px #333;
	}
	
#footer h3 { 
	color: #9dafbb; 
	border-bottom: 1px dotted #6B8291; 
	margin-bottom: 8px; 
	line-height: 1em; 
	padding-bottom: 6px;
	}
	
#footer ul { 
	font-size: 12px; 
	line-height: 1.5em; 
	}
	
#footer ul li { 
	color: #9dafbb;
	}
	
#footer a { 
	background: transparent; 
	color: #9dafbb; 
	font-weight: normal;
	}
	
#footer a:hover, #footer a:focus { 
	text-decoration: none; 
	color:#fff; 
	border-bottom: 1px solid #9dafbb;
	}

#finder { 
	position: relative; 
	background:url("/WP04Web/static/Images/foot_mogov.png") no-repeat; 
	height: 70px; 
	width: 960px; 
	margin: 10px auto 0 auto;
	background-color: #082f48; 
	}
	
#finder ul { 
	margin-left: 140px; 
	height: 70px; 
	padding-top: 30px; 
	}
	
#finder ul li { 
	float: left; 
	border-left: 1px solid #ccc; 
	border-color: rgb(126, 133, 149); 
	padding: 0 10px; 
	line-height: 1em; 
	}
	
#finder li:first-child { 
	border: 0;
	}
	
#finder a { 
	font-size: 10px; 
	color: rgb(126, 133, 149); 
	border: 0;
	}
	
#finder a:hover { 
	color: #e2e2e2; 
	}
#finder a.mogov { 
	display: block; 
	position: absolute; 
	height: 70px; 
	width: 140px; 
	left: 0; 
	top: 0;
	}
	
#finder a.mogov:hover { 
	border-bottom: none; 
	}

/****************************
         Tabs
*****************************/

.tab ul {
	border: 1px solid #C5E6F9;
    background: #e5f6fe;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
		
.tab li {
	float: left;
	border: 1px solid #C5E6F9;
	background: #e5f6fe;
	background: url() top right no-repeat;
	border-bottom-width: 0;
	margin: 0;
	}
	

.tab a {
	text-decoration: none;
	display: block;
	background: url() top left no-repeat;
	background: #C5E6F9;
	padding: 0.24em 1em;
	color: #00c;
	width: 5em;
	text-align: center;
	}
			
.tab a:hover {
	background: #C5E6F9;
	height:10em;
	width:20em;
	}
		
.tab .selected {
	border-color: black;}
		
.tab .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
	}
	
		
