/* ------------------------------------------------------------------ */
/* Sets global defaults - can be overridden in additional stylesheets */
/* ------------------------------------------------------------------ */


#mst {
	display:none;
}

html {
	background-color: #1b3262;
	margin: 0;
	padding: 0;
}

body {
	color: #4d4731;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.EditBody {
	background-color: #fff;
	color: #4d4731;
	background-image: none;
	font-size: 62.5%;
	font-size: 100%;
}


a:link, a:active, a:visited {
	color: #294c93;
	text-decoration: none;
}



a:hover {
	color: #4077e7;
	text-decoration: underline;
}

H1 {
	font-size: 20pt;
	margin: 10px 0
}

H2 {
	font-size: 18pt;
	margin: 10px 0
}

H3 {
	font-size: 16pt;
	margin: 10px 0
}

H4 {
	font-size: 12pt;
	margin: 10px 0
}

H5 {
	font-size: 11pt;
	margin: 10px 0
}

H6 {
	font-size: 10pt;
	margin: 10px 0

}
#bannertable, #bannertable td {
height: 156px;
border-collapse: collapse;
border-spacing: 0px;
}
#bannertable img {
	display: block;
}

#banner_slides {
	background-image: url(../images/slide-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: none;
}

.slideshow {
	width: 591px;
	height: 156px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}



.shadleft, .shadright {
	width: 997px;
	height: 100%;
	position: relative;
	top: 0;
	background-image: url(../images/shad-left.png);
	background-repeat: repeat-y;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 200;
}

.shadleft {
	left: -24px;
}

.shadright {
	background-image: url(../images/shad-right.png);
	background-position: top right;
	left: 24px;
}

.wrapper {
	width: 973px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: none;
	background-color: transparent;
	padding: 0;
	height: auto;
}

#appwrapper {
	margin: 25px 10px;
}

#leftcol {
	float: left;
	clear: left;
	width: 180px;
	margin: 0 0 5em 0;


}
#rightcol {
	float: right;
	clear: right;
	width: 220px;
	margin: 0 0.5em 1em 1.5em;
}

#eventsnav  {
	float: right;
	clear: right;
	width: 220px;
	margin: 0 0.5em 1em 1.5em;
	background-color: #cdcdcd;
}
#eventsnav UL {
	margin: 1px 0 0 0;
	padding: 0;
}
#eventsnav LI  {
	margin: 0 1px 1px 1px;
	padding: 0.3em;
	list-style-type: none;
	/*background-image: url(../images/right_col_bg.jpg);*/
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	vertical-align: middle;
}
#eventsnav a {

	color: #213d78;
	font-size: 0.85em;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	min-height: 30px;
	line-height: 1.1em;
	margin: auto 1em;
}

#eventsnav a:hover {
	color: #000033
	text-decoration: none !important;
}


#outerwrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;

}

#headerwrapper {
	background-image: url(../Images/banner_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #453318;
	position: relative;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;	
	height: 192px;
	margin: 0;
	padding: 0;
	border: none;
}

#contentwrapper {
/*	background-image: url(../images/wallpaper-bg.jpg);
	background-position: top left;
	background-repeat:repeat;
*/
	background-color: #6295d9;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;

}

#contentwrapper p, #contentwrapper table {
	font-size: 85%;
	line-height: 1.4em;
}
#contentwrapper table p {
	font-size: 100%;
}
.EditBody p, .EditBody table, .EditBody UL {
	font-size: 85%;
	line-height: 1.4em;
}
.EditBody table p {
	font-size: 100%;
}

#content {
	width: 973px;
	height: 100%;
	background: white;
	min-height: 250px;
	margin: 0;
	padding: 0.5em 0 0 0;
	float: left;
	clear: both;
}


#innercontent {
	margin: 0 1.0em 1.0em 190px;
}

#footerwrapper {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../Images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: middle;
	height: 100%;
	position: relative;

}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 973px;
	background-color: transparent;
	background-image: url(../Images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 0.7em;
	height: 36px;
}

#footerL, #footerR {	
	clear: left;
	float: left;
	text-align: left;
	width: 40%;
	margin: 0 25px;
	padding: 4px 0;
	display: inline;
}	

#footerR {	
	clear: right;
	float: right;
	text-align: right;
}	

#footer	a, #footer a:visited, #footer a:active {
	color: #dedede;
	text-decoration: underline;
}		

#footer	a:hover {
	text-decoration: underline;
}

#footershad {
	background-color: transparent;
	background-image: url(../Images/footershad.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 36px;
	clear: both;
	width: 1064px;
	margin: 0 auto;
}

/*==============================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*===============================*/
.spacer {
	display: inline;
	float: left;
}

.button, .button A {
	background-color: #340062;
	font-size: 9pt;
	color: #FFFFFF;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #444444;
	border-right: solid 1px #333333;
	height: 20px;
	width: 100px;
}

#rightcontent {
	margin: 0 0 1em 1em;
	width: 250px;
	float: right;
}

#rightcontent H3 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
#searchbar {
	float: right;
	position: absolute;
	top: 0px;
	left: 720px;
	width: 215px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #ccc;
	padding: 2px 0 0 0;
	background-color: white;
	color: black;
	font-size: 0.7em;
	z-index: 50;
}

#searchbar form {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	top: 0px;
	left: 2px;
}

#searchbar form input{
	margin: 0 1px;
	padding: 0;
	vertical-align:middle;
}

#searchbar form img{
	margin: 0 0 -2px 3px;
	padding: 0;
	vertical-align:middle;
}



.searchbtn {
	margin: 0 0 0 6px;
	width: 50px;
	font-size: .8em;
}
.searchbox {
	font-size: .9em;
	height: 17px;
	line-height: 17px;
	width: 133px;
	border: solid 1px #cccccc;
	display: inline;
}


#hometitle {
	width: 980px;
	background-color: #ffffff;
	margin: 0;
	padding: 10px 0;
	height: 29px;
}

#welcome {
	float: left;
	clear: left;
}


#pagetitle {
	font-family:  Arial, Verdana, sans-serif;
	color: #1f3b74;
	font-size: 14pt;
	font-weight: bold;
	margin: 5px 10px 10px 0;
	padding: 0;
}

TD.sectiontableheader {
	PADDING-BOTTOM: 4px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; BORDER-RIGHT: #fff 1px solid; PADDING-TOP: 4px
}

TD.sectiontableheader {
	PADDING-BOTTOM: 8px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BACKGROUND: #1374a5; COLOR: #ffffff; PADDING-TOP: 8px
}
TD.sectiontableheader A {
	COLOR: #ffffff
}

.tblheading {
	background-color: #006600;
	background-image: url("../images/AccordionTab3.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	cursor: pointer;
}

.formThanks {
	margin: 10px 100px;
}

.applinkUL {
	list-style-position : outside;
	list-style-type : square;
}

.applinkUL LI {
	margin: 0 0 12px 0;
}

.applink {
	FONT-WEIGHT: BOLD;
}

.leftImage {
	margin: 0 10px 5px 0;
	float: left;
}

.rightImage {
	margin: 0 0 5px 10px;
	float: right;
}

.photo {
	border: 1px solid #aaa;
}


/*------------------------Navigation Styles---------------------------*/

/* =========== LeftNav =========*/

.leftnavdiv {
	border-bottom: 1px solid #1f3b74;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#leftnav {
	float: left;
	clear: left;
	margin: 0 0 0 0.5em;
	height: 100%;
	width: 170px;
	font-size: .7em;
	background-color: #dadee7;
	z-index: 10000;
	position: relative;
}
#leftnav * {
	text-decoration: none;

}

#leftnav a#tagbtn {
	text-align: center;

}

HR.navbreak {
	width: 100px;

	margin: 10px 0 10px 10px;
}


/* Defaults for all levels */
.NavV1, .NavV2, .NavV3, .NavV4, .NavV5, .NavV1hover, .NavV2hover, .NavV3hover, .NavV4hover, .NavV5hover {	
	color: #1b3262;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.3em;
	border: none;
	padding: 5px 15px;
}


/* override for top level hover */
.NavV1hover {
	color: #fff;
	background-color: #990000;

}

/* overrides for sub levels */
.NavV2, .NavV3, .NavV4, .NavV5, .NavV2hover, .NavV3hover, .NavV4hover, .NavV5hover {
	font-size: 0.95em;
	font-weight: normal;
	width: 170px;
}

.NavV2, .NavV3{
	color: #ffffff;
	background-color: #1f3c77;
	border-top: solid 1px #15264c;
	border-right: solid 1px #274c95;
	border-bottom: solid 1px #274c95;
	border-left: solid 1px #15264c;
}




/* all hover */
.NavV2hover, .NavV3hover, .NavV4hover, .NavV5hover{
	color: white;
	background-color: #990000;
	border-top: solid 1px #15264c;
	border-right: solid 1px #274c95;
	border-bottom: solid 1px #274c95;
	border-left: solid 1px #15264c;
}
.NavV4hover, .NavV5hover{
	color: white;
	background-color: #990000;
	border-top: solid 1px #15264c;
	border-right: solid 1px #274c95;
	border-bottom: solid 1px #274c95;
	border-left: solid 1px #15264c;
}
/* ========= END LEFTNAV=========*/



/* ===== Primary (top) navigation ===== */

#topnavdiv {
	background-image: url(../images/topnav-bg-tile.gif);
	background-position: top left;
	background-repeat:repeat-x;
	clear: both;
	margin: 0;
	padding: 0;
	height: 36px;
	width: 973px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
	font-size: .7em;
}

#topnavcontainer {
	position: relative;	
}

#topnavsrch {
	cursor: pointer;
}
#topnavdiv > table {
	margin: 0 5px;

}
#topnavdiv table, #wrapper table {
	border-collapse: collapse;
}

.topnavcell {
	text-align: center;
}

.topnavcell > div {
	width: 100% !important;
}

.topnavcell iframe {
	width: 100% !important;
	height: 1px !important;
}

.navitem {
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}



/* Defaults for all levels */
.NavH1, .NavH2, .NavH3, .NavH4, .NavH5, .NavH1hover, .NavH2hover, .NavH3hover, .NavH4hover, .NavH5hover {	
	color: #1b3262;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.3em;
	border: none;
	padding: 3px 10px;
}

.NavH1,.NavH1hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	height: 24px;
	padding-top: 8px;
	text-align: center;
}

/* override for top level hover */
.NavH1hover {
	color: #fff;
	background-color: #900;

}

/* overrides for sub levels */
.NavH2, .NavH3, .NavH4, .NavH5, .NavH2hover, .NavH3hover, .NavH4hover, .NavH5hover {
	font-size: 1em;
	font-weight: normal;
	min-width: 150px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;

}

.NavH2, .NavH3{
	color: #ffffff;
	background-color: #1f3c77;
	border-top: solid 1px #15264c;
	border-right: solid 1px #274c95;
	border-bottom: solid 1px #274c95;
	border-left: solid 1px #15264c;
}




/* all hover */
.NavH2hover, .NavH3hover, .NavH4hover, .NavH5hover{
	color: white;
	background-color: #990000;
	border-top: solid 1px #15264c;
	border-right: solid 1px #274c95;
	border-bottom: solid 1px #274c95;
	border-left: solid 1px #15264c;
}
.NavH4hover, .NavH5hover{
	color: white;
	background-color: #990000;
	border-top: solid 1px #15264c;
	border-right: solid 1px #274c95;
	border-bottom: solid 1px #274c95;
	border-left: solid 1px #15264c;
}
/* ========= END HORIZONTAL=========*/

/* ------------------------------------------------------------------ */

/* ====== Breadcrumbs App ===== */

.BreadCrumbs {
	font-size: .8em;
	line-height: 2em;
	/*
	border: 1px solid #333;
	background-color: #999;
	background-image: url(../images/orange_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	*/
	color: #333;
	margin: 0.5em 10px 0 0;
}

.BreadCrumbs H5, .BreadCrumbs A {
	height: 2em;
	line-height: 2em;
	font-size: 1em;
	display: inline;
	font-weight: bold;
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.5em 0.5em 0.5em 0;
}


.MenuArrow {
	float: right;
	margin: 0 -5px 0 0 ;
}






/* ******************************************************* */
LI.SiteMapItem {
 font-size: 11pt;
 font-weight: bold;
 margin: 0;
 list-style-type: none;
 list-style-position: outside;
}

UL UL LI.SiteMapItem {
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
}

UL UL UL LI.SiteMapItem {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	list-style-type: circle;
	list-style-position: outside;
}

UL UL UL UL LI.SiteMapItem {
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	list-style-type: disc;
	list-style-position: outside;
}

/* ******************************************************* */
blockquote.pullquote {
	padding:12px 0;
	margin: 5px 15px 8px 0;
	float:left;
	width:180px;
	text-align: center;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
	border-left:0;
	border-right:0;
	line-height:1.6em;
	background:#fefefe;
}

blockquote.pullquote.right {
	margin: 5px 0 8px 15px;
	float:right;
}

blockquote.pullquote p {
	margin:0 !important;
	font-size:1.4em;
	color:#666;
	font-weight:bold;
}

/* ******************************************************* */

#leftnav a#rfbutton {
	background-image: none;
	display: block;
	padding: 0;
	background-color: transparent;
	width: 160px;
	margin: 0 0 10px 10px;
}

#leftnav div.media {
	background-image: none;
	display: block;
	padding: 0;
	background-color: transparent;
	width: 158px;
	margin: 0 0 0 10px;
}

/* ******************************************************* */
#newswrapper, #localnewswrapper, #citreqwrapper, #councilwrapper {
	width: 218px;
	border: 1px solid #ccc;
	font-size: 90%;
}
#announcementswrapper {
	border: 1px solid #ccc;
	width: 505px;
	float: left;
	
}

#announcepad {
	padding: 5px;
}
#localnewswrapper, #citreqwrapper,#newswrapper {
	margin: 10px 0 0 0 ;
}

#newstitle, #localnewstitle, #citreqtitle, #counciltitle, #weathertitle, #announcementstitle {
	background-image: url(../images/topnav-bg-tile.gif);
	background-position: top left;
	background-repeat:repeat-x;
	padding: 0;
}

#newstitle {
	margin:  0 0 10px 0;
}

.newsarchive {
	font-size: 0.8em;
	font-weight: bold;
	/*display: block;*/
	padding: 0 0 1em 0;
	margin: 0;
}

#newswrapper ul{
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#newswrapper ul li {
	display: block;
	color: #666;
}

#newswrapper #news li a:link, #newswrapper #news li a:visited {
	cursor: pointer;
	text-decoration: underline;
	margin: 0;
	/*color: #1b3262;*/
	font-weight: bold;
	display: block;

}
#newswrapper #news li a:link, #newswrapper #news li a:visited, #newswrapper #news li span {
	padding: 0 1.0em;
}

#newswrapper #news li span {
	display: block;
}

#newswrapper ul li a:link, #newswrapper ul li a:visited, #newswrapper ul li a:active {
	cursor: pointer;
	text-decoration: none;
	margin: 0;
	padding: 0 0 1.0em 1.0em;
	/*color: #1b3262;*/
	font-weight: bold;
	display: block;

}	

#newswrapper ul span.subtitle, ul#news span.subtitle{
	font-size: 85%;
	color: #666;
	margin: 0 20px;
	display: block;

}

#newslist  {
	margin: 0;
}

#content > #newslist  {
	margin: 0 0 1.0em 0;
}


ul#news, ul#news + ul {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 90%;
	padding: 0;

}

ul#news li {
	margin:  0 0 10px 0;
	padding: 0 0 0 0;

}

#content > #newslist ul#news,  #newslist + UL  {
	margin:  0;
	padding: 0;
	list-style: none;


}

#content > #newslist ul#news li {
	margin:  0 0 1em 0;
	padding: 0;

}

.NewsPubDate {
	font-size: 90%;
	font-style: italic;
}
/* ******************************************************* */


#accordion {
	display: inline;
	background: #dbd5b8;
	width: 100%;
	height: 100px;
}

ul#spotlight {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 5px 0 10px 25px;
	padding: 0;
}

ul#spotlight li {
	float: left;
	padding: 10px;
	display: block;
	margin-right: 10px;
	color: #4d4731;
	background: #dbd5b8;
}

ul#spotlight li p strong {
	color: #294c93;
	font-size: 13px;
	font-family: Georgia;
}

ul#spotlight li a {
	display: block;
	overflow: hidden;
	height: 75px;
	width: 75px;
	cursor: pointer;
	text-decoration: none;
}

#a1 {
	width: 220px;
}

ul#spotlight li img {
	z-index: 100;
	position: absolute;
	border: 3px solid #ccc;
}

ul#spotlight li p {
	margin: 0;
	padding: 0;
	width: 310px;
	display: block;
	margin-left: 85px;
}

/* ******************************************************* */

#weather {
	background: #fff;
	width: 218px;
	margin: 10px 0 0  0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	font-size: 80%;
}
 
#weather h5 {
	color: #294c93;
	margin: 0.5em 1em;
	font-weight: bold;

}
 
#weather p#currentemp {
	font-size: 1.5em;
	margin: 15px 0 0 0;
	font-weight: bold;
	margin: 0 1em;

}
 
#weather p {
	margin: 0 1em;

} 
#weather a:link, #weather a:active, #weather a:visited {
	display: block;
	clear: both;
	text-decoration: none;
	color: #222;
	font-size: 0.8em;
	margin: 0 1em;

}
 
#weather a:hover {
	color: #000;
	text-decoration: underline;
}

.forecast {
	float: right;
	font-size: 0.8em;
	margin: 0 1em;

}
/* ******************************************************* */
#fblikebox{
	background: #fff;
	width: 218px;
	margin: 10px 0 0  0;
	padding: 0;
}
/* ******************************************************* */

.rssFeed
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 81%;*/
	margin: 10px;
}
.rssFeed a
{
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0 0 0.2em 0; }

.rssBody {  }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow p
{
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow h4 { 
	font-size: 85%;
	margin: 0.5em 0;
	padding: 0;
}

.rssRow div
{
	/*font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;*/
	display: none;
}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #fff;
}

#gallery img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#gallerydiv {
	position: relative;
}



/* Easy Slider */

	#announcements ul, #announcements li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#announcements, #announcements li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the announcements area
		*/ 
		width:495px;
		height:auto;
		overflow:hidden; 
		}

	#announcements li p{ 
		margin:10px;
		}		
							
	body.EditBody #announcements, body.EditBody #announcements li { 
		overflow: visible;
		width:495px;
		height:auto; 
		}
	body.EditBody #announcements li	{
	border: 1ps solid #ccc;
	}

	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:24px;
		line-height:24px;
		}
	ol#controls li a{
		float:left;
		height:24px;
		line-height:24px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 8px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* // Easy Slider */



div.topnavcontainer  { position:relative; }

/* 
	LEVEL ONE
*/
a.dropdown				 { height: 36px; display: block; }
a.dropdown + UL			         { position: absolute; visibility: hidden; top: 0px; left: 0; padding:0;margin:0 0 0 5px;list-style: none; z-index: 1000; font-size: 0.7em; text-align: left; white-space: nowrap;}
a.dropdown + UL li                       { font-weight: bold; float: left; zoom: 1; background: #1f3c77; color: #fff; width: 165px; z-index: 9999;margin: 0; background-color: #1f3c77; border-top: solid 1px #15264c; border-right: solid 1px #274c95; border-bottom: solid 1px #274c95; border-left: solid 1px #15264c; vertical-align: middle;}
a.dropdown + UL li.blanknav		 { background: transparent; height: 34px; border: none;}
a.dropdown + UL  a:hover		 { color: #fff; }
a.dropdown + UL  a:active                { color: #ffa500; }
a.dropdown + UL  a                    	 { color: #fff; display: block; height: 100%;  text-decoration: none;  margin: 3px  3px  3px 6px;}
a.dropdown + UL  li:hover                { background: #900; color: white; }
a.dropdown + UL  li.hover a              { color: white; }
a.dropdown + UL  li.blanknav:hover 	 { background: transparent;}
/* 
	LEVEL TWO
*/
a.dropdown + UL  ul 			 { width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
a.dropdown + UL ul li 			 { font-weight: normal; background: #f6f6f6; color: #000; 
					 border-bottom: 1px solid #ccc; float: none; }
									  
                                         /* IE 6 & 7 Needs Inline Block */
a.dropdown + UL  ul li a		 { border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
a.dropdown + UL  ul ul 			 { left: 100%; top: 0; }
a.dropdown + UL  li:hover > ul 		 { visibility: visible; }