@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* VAK Lippe 2008	                          */
/* ****************************************** */

/* ****************************************** */
/* Global settings			                  */
/* ****************************************** */

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

html, body {
	height: 100%;
	}

/* Main body style			                  */
/* ****************************************** */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #0065A2;
	font-size: 100.01%;	
	text-align: center;
	}


/* ****************************************** */
/* Box Layouting			                  */
/* ****************************************** */

div#main {
	position: relative;
	width: 962px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background: url(../media/mainbg.gif) repeat-y center;
	}
	
	* html div#main {
		height: 100%;
		}
		
	div#main div#mainbg {
			position: relative;
			float: left;
			width: 962px;
			height: auto;
			min-height: 100%;
			padding: 0px;
			margin: 0px;
			background: url(../media/mainbg.gif) repeat-y center;
	}

div#main div#whitespace {
	position: relative;
	float: left;
	clear: both;
	width: 962px;
	height: 40px;
	background: #ffffff;
}
	
div#main div#navigation {
	position: relative;
	float: left;
	width: 225px;
	height: auto;
	min-height: 400px;
	background: #cedbeb;
	}
	
	* html div#main div#navigation {
	height: 400px;
	}
	
	div#main div#navigation div#headlinenavigation {
		position: relative;
		float: left;
		width: 225px;
		height: 122px;
		border-bottom: 2px #ffffff solid;
		background: url(../media/hl_vak_obenrechts.jpg) no-repeat;
		}
	
	div#main div#navigation div#bildgalerie {
		position: relative;
		float: left;
		width: 218px;
		height: auto;
		border-bottom: 2px #ffffff solid;
		padding: 2px;
		padding-left: 5px;
		}
		
	div#main div#navigation div#quicksearch, div#main div#navigation div#calnav {
		position: relative;
		float: left;
		width: 218px;
		height: auto;
		padding: 2px;
		padding-left: 5px;
	}
	
	div#main div#mainbg div#content div#headnavigation div.print {
		position: relative;
		float: right;
		width: auto;
		height: 15px;
		background: #0065a2;
		color: #ffffff;
		text-align: center;
		padding-right: 5px;
		margin-top: 4px;
	}
	
		div#main div#mainbg div#content div#headnavigation div.print a {
			color: #ffffff;
			text-decoration: none;
			display: block;
		}
	
	div#main div#navigation div#print:hover {
		background: #E2001A;
	}
	
	div#main div#navigation div#print a {
		text-decoration: none;
		color: #ffffff;
		}
	
	div#main div#navigation div#mincal {
		position: relative;
		float: left;
		width: 225px;
		height: auto;
		padding: 0px;
		margin: 0px;
	}
	
	div#main div#navigation div#mincal div.tx-cal-controller {
		width: 225px;
	}	
	
div#main div#content {
	position: relative;
	float: left;
	width: 735px;
	height: auto;
	min-height: 400px;
	padding-left: 2px;
	}
	
	* html div#navigation div#content {
	height: 400px;
	}
	
div#main div#content div#headline {
	position: relative;
	float: left;
	width: 735px;
	height: 100px;
	background: #ffffff url(../media/headline.gif) no-repeat;
	clear: both;
}

div#main div#content div#headnavigation {
	position: relative;
	float: left;
	width: 735px;
	height: 22px;
	background: #0065A2;
	color: #ffffff;
	clear: both;
	z-index: 10;
	}
	
div#main div#content div#maincontent {
	position: relative;
	float: left;
	width: 725px;
	height: auto;
	padding-top: 2px;
	padding-left: 10px;
	}
	
/* ****************************************** */
/* Calendar Navigation		                  */
/* ****************************************** */
div#main div#navigation div#calnav {
	padding: 0px;
	margin: 0px;
}

div#calnav ul, div#calnav ul li ul.lvl_2 {
	width: 225px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

	div#calnav ul li {
		position: relative;
		float: left;
		clear: both;
		width: 225px;
		height: auto;
		min-height: 22px;
		margin: 0px;
		padding: 0px;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		line-height: 22px;
		text-indent: 23px;
		background: #0065a2 url(../media/mainnav_arr_off.gif) no-repeat top;
		list-style: none;
		}
		
		* html div#calnav ul li {
			height: 22px;
			}
			
		div#calnav ul.lvl_2 li {
			background: #cedbeb url(../media/mainnav_arr_sub.gif) no-repeat top;
			border-bottom: none;
			border-top: 1px solid #ffffff;
		}
		
		div#calnav ul.lvl_3 li {
			background: #e6ecf5;
			border-bottom: none;
			border-top: 1px solid #ffffff;
			}
			
	div#calnav ul li a {
		display: block;
		width: 225px;
		height: 22px;
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		line-height: 22px;
		}
		
	div#calnav ul li a:hover {
		color: #ffffff;
		background: #e2001a url(../media/mainnav_arr_on.gif) no-repeat left;
		}
		
	div#calnav ul li a.current {
		background: #e2001a url(../media/mainnav_arr_red_act.gif) no-repeat left;
	}
		
	div#calnav ul li ul.lvl_2 li a.current {
		background: #e2001a url(../media/mainnav_arr_sub_act.gif) no-repeat left;
	}
	
	div#calnav ul li ul.lvl_3 li a.current {
		background: #ffffff;
		}
		
	div#calnav ul.lvl_2 li a, div#calnav ul.lvl_3 li a {
		color: #0065a2;
		}
		
	div#calnav ul.lvl_2 li a:hover {
		color: #ffffff;
		}
		
	div#calnav ul.lvl_2 li a.current:hover {
		color: #000000;
		}
		
	div#calnav ul.lvl_3 li a:hover {
		color: #ffffff;
		}

	
/* ****************************************** */
/* Content Styling			                  */
/* ****************************************** */

*, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0065A2;
	font-size: 12px;
}

h1 {
	position: relative;
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

h2, h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 a, h3 a { font-size: 14px; font-weight: bold; text-decoration: none; }

a { 
	color: #0065A2;
	}

/* ****************************************** */
/* Calendar Styling 		                  */
/* ****************************************** */

div.tx-cal-controller {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 725px;
	}

/* Mini Month View 							  */
/* ****************************************** */

table.month-small {
	font-size: 11px;
	font-weight: normal;
	background: #cedbeb;
	color: #000000;
	width: 225px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	}
	
	table.month-small td, table.month-small th {
		padding: 2px;
		}
	
	table.month-small th.sideback {
		background: #0065a2;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		padding: 2px;
		}
		
	table.month-small th.sideback a {
		color: #ffffff;
		text-decoration: none;
		}
	
	table.month-small th.month-weekdays, table.month-small th.month-weeknums {
		color: #0065a2;
		font-weight: bold;
		}
		
	table.month-small td.monthSmallBasic a {
		font-weight: bold;
		text-decoration: none;
		color: #0065A2;
		display: block;
		width: 100%;
		}
		
	table.month-small td.monthToday, table.month-small td.monthToday a {
		background: #0065A2;
		color: #ffffff;
	}
	
	table.month-small td.monthSelected, table.month-small td.monthSelected a {
		background: #E2001A;
		color: #ffffff;
	}
		
/* Featured Ansicht							  */
/* ****************************************** */

div.listview {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;

	}

div.listview div.list_odd, div.listview div.list_even {
	position: relative;
	float: left;
	width: 350px;
	height: auto;
	min-height: 123px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #0065A2;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
	* html div.listview div.list_odd, * html div.listview div.list_even {
		height: 123px;
	}
	
div.listview div.list_odd a, div.listview div.list_even a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div.listview div.list_odd a:hover, div.listview div.list_even a:hover {
	color: #ffffff;
}
	
	div.listview div.list_odd {
		margin-right: 20px;
		}
		
	div.listview div.list_odd div.list_image, div.listview div.list_even div.list_image, div.listview div.list_odd div.list_image img, div.listview div.list_even div.list_image img {
		position: relative;
		float: left;
		width: 120px;
		border: none;
	}
	
	div.listview div.list_odd div.list_title, div.listview div.list_even div.list_title,
	div.listview div.list_odd div.list_title h2.title, div.listview div.list_even div.list_title h2.title {
		position: relative;
		float: left;
		width: 350px;
		height: 22px;
		line-height: 22px;
		font-weight: bold;
		font-size: 12px;
		color: #ffffff;
		text-align: left;
		background: #0065A2;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
	}	
	
	div.listview div.list_odd div.list_time, div.listview div.list_even div.list_time {
		font-weight: bold;
	}

div.listview div.list_odd div.list_location, div.listview div.list_even div.list_location,
div.listview div.list_odd div.list_location a, div.listview div.list_even div.list_location a {
		font-weight: normal;
		color: #0065A2;
	}
		
	div.listview div.list_odd div.list_content, div.listview div.list_even div.list_content {
		position: relative; 
		float: left;
		padding-left: 10px;
		padding-top: 5px;
		width: 220px;
		height: auto;
		line-height: 18px;
	}
	
		div.listview div.list_odd div.list_content a, div.listview div.list_even div.list_content a {
			color: #0065A2;
		}


/* Listenansicht 							  */
/* ****************************************** */
div.list_full {
	position: relative;
	float: left;
	width: 723px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	background: #ffffff;
	border: 1px #0065A2 solid;
	}
	
	* html div.list_full {
		margin-top: 5px;
		}
	
	div.list_full div.list_image {
		position: relative;
		float: left;
		width: auto;
		height: auto;
		margin: 0px;
		margin-right: 10px;
		margin-left: 10px;
		padding: 0px;
		display: inline;
		border-bottom: 5px #ffffff solid;
		}
		
		* html div.list_full div.list_image {
			margin-right: 5px;
			margin-left: 5px;
			}
			
		div.list_full div.list_image img {
			border: 0px;
			position: relative;
			float: left;
			}
			
	div.list_full div.list_headline {
		position: relative;
		float: left;
		width: 713px;
		margin-left: 10px;
		margin-bottom: 4px;
		clear: both;
		height: 25px;
		border-bottom: 1px #0065A2 solid;
		border-top: 5px #ffffff solid;
		}
		
		* html div.list_full div.list_headline {
			margin-left: 5px;
			margin-bottom: 2px;
			}
		
		div.list_full div.list_headline h2 {
			position: relative;
			float: left;
			width: 400px;
			height: 25px;
			line-height: 25px;
			margin: 0px;
			padding: 0px;
			vertical-align: bottom;
			color: #0065A2;
			font-size: 14px;
			}
		
	div.list_full div.list_location {
		position: relative;
		float: right;
		width: 290px;
		height: 25px;
		line-height: 25px;
		background: #0065A2;
		color: #ffffff;
		text-align: right;
		vertical-align: bottom;
		font-size: 12px;
		font-weight: bold;
		padding-right: 10px;
		}
		
		div.list_full div.list_location a {
			position: relative;
			float: left;
			width: 290px;
			color: #ffffff;
			font-size: 12px;
			font-weight: bold;
			line-height: 25px;
			vertical-align: bottom;
			text-align: right;
			text-decoration: none;
			}
	
	div.list_full div.list_time {
		position: relative;
		float: left;
		clear: both;
		width: 713px;
		margin-left: 10px;
		margin-bottom: 6px;
		vertical-align: middle;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		}
		
		* html div.list_full div.list_time {
			margin-left: 5px;
			margin-bottom: 3px;
			}

	div.list_full div.list_content {
		position: relative;
		float: left;
		width: 703px;
		height: auto;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		}
		
		div.list_full div.list_content img {
			position: relative;
			float: left;
			margin-right: 10px;
			margin-bottom: 5px;
			border: 0px;
			}
				
		div.list_full div.list_content p {
			color: #000000;
			font-size: 12px;
			text-align: left;
			}
			
	div.weekday_items {
		position: relative;
		float: left;
		padding-top: 10px;
		clear: both;
		width: 725px;
		}
		
	div.calendar_subheadline {
		position: relative;
		float: left;
		clear: both;
		width: 723px;
	}
			
	div.rowOff, div.rowToday {
		position: relative;
		float: left;
		margin: 0px;
		padding: 0px;
		width: 95px;
		height: 20px;
		line-height: 20px;
		border-right: 1px #ffffff solid;
		background: #0065a2;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		color: #ffffff;
		}
		
		div.rowToday {
			background: #E2001A;
			}
		
		div.rowOff a, div.rowToday a {
			width: 95px;
			height: 20px;
			line-height: 20px;
			text-decoration: underline;
			text-align: center;
			color: #ffffff;
			font-size: 11px;
			font-weight: normal;
			display: block;
			}
			
	div.weekday_item_prev, div.weekday_item_next {
		position: relative;
		float: left;
		width: 25px;
		height: 20px;
		line-height: 20px;
		background: #0065a2;
		vertical-align: middle;
		font-size: 11px;
		border-right: 1px #FFFFFF solid;
		}

		
		div.weekday_item_prev a, div.weekday_item_next a {
			text-decoration: none;
			color: #ffffff;
			line-height: 20px;
			height: 20px;
			width: 25px;
			text-align: center;
			vertical-align: middle;
			border: none;
			display: block;
			}
			
	div.pagebrowser {
		position: relative;
		float: left;
		clear: both;
		width: 100%;
	}
			
	div.pagepointer, div.pagebrowsernext {
		position: relative;
		float: right;
		text-align: right;
		width: 100%;
		clear: both;
	}
	
		div.pagepointer {
			float: left;
		}
			
		div.pagebrowser span {
			padding-left: 4px;
		}
		
		p.pagebrowser a {
			text-decoration: none;
		}
		
	.monthOff div.list_full {
		display: none;
	}

/* Detailansicht 							  */
/* ****************************************** */
div.detailview {
	position: relative;
	float: left;
	width: 725px;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	color: #0065A2;
	margin-bottom: 10px;
	}
	

	div.detailview div.detailview_content {
		position: relative;
		float: left;
		width: 725px;
		}
	
	div.detailview h2.title {
		display: block;
		color: #ffffff;
		background: #E2001A;
		padding: 5px;
		margin-bottom: 2px;
		}
		
	div.detailview div.detailimage, div.detailview div.detailimage img {
		position: relative;
		float: right;
		border: none;
		width: 200px;
		height: auto;
		margin: 0px;
		padding: 0px;
		margin-left: 2px;
		}
	
	div.detailview div.start, div.detailview div.end, div.detailview div.location, div.detailview div.organizer {
		position: relative;
		float: left;
		width: 100%;
		line-height: 16px;
		vertical-align: middle;
		background: #CEDBEB;
		border-bottom: 2px solid #ffffff;
		clear: both;
		text-indent: 5px;
	}
	
			div.detailview div.start div.label, div.detailview div.end div.label, div.detailview div.location div.label, div.detailview div.organizer div.label {
				position: relative;
				float: left;
				width: 100px;
				font-weight: bold;
			}
	
	div.detailview div.description {
		position: relative;
		float: left;
		line-height: 16px;
		padding-top: 5px;
		width: 100%;
		}
		
	div.detailview div.label {
		position: relative;
		float: left;
		width: 60px;
		}
		
	div.detailview div.value {
		position: relative;
		float: left;
		width: 150px;
	}
	
	div.month-header-prevnext, div#mincal_month-header-prevnext {
		position: relative;
		float: left;
		width: 100%;
		background: #0065A2;
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	
		* html div.month-header-prevnext {
				margin-top: 5px;
		}
	
		div.month-header-prevnext div.prevmonth, div#mincal_month-header-prevnext div.mincal_prevmonth {
			position: relative;
			float: left;
			width: 195px;
			padding-left: 5px;
			height: 20px;
			line-height: 20px;
		}
		
			div#mincal_month-header-prevnext div.mincal_prevmonth {
				width: 50px;
			}		
		
		
		div.month-header-prevnext div.nextmonth, div#mincal_month-header-prevnext div.mincal_nextmonth {
			position: relative;
			float: right;
			width: 195px;
			padding-right: 5px;
			height: 20px;
			line-height: 20px;
			text-align: right;
		}
		
			div#mincal_month-header-prevnext div.mincal_nextmonth {
				width: 40px;
			}
		
		div.month-header-prevnext div.prevmonth a, div.month-header-prevnext div.nextmonth a, 
		div#mincal_month-header-prevnext div.mincal_nextmonth a, div#mincal_month-header-prevnext div.mincal_prevmonth a {
			color: #ffffff;
			text-decoration: none;
			font-weight: normal;
		}
		
			div.month-header-prevnext div.prevmonth a:hover, div.month-header-prevnext div.nextmonth a:hover,
			div#mincal_month-header-prevnext div.mincal_prevmonth a:hover, div#mincal_month-header-prevnext div.mincal_nextmonth a:hover {
				font-weight: bold;
			}
			
		div.month-header-prevnext div.monthname, div#mincal_month-header-prevnext div.mincal_monthname {
				position: relative;
				float: left;
				width: 323px;
				text-align: center;
				color: #ffffff;
				font-weight: bold;
				height: 20px;
				line-height: 20px;
		}
		
		div#mincal_month-header-prevnext div.mincal_monthname {
			width: 115px;	
		}
		
				div#mincal_month-header-prevnext div.mincal_monthname a {
					color: #ffffff;
				}
		
	div.month-header-icons {
		position: relative;
		float: right;
		width: 150px;
		text-align: right;
	}
	
		div.month-header-icons a img {
			border: 0px;
		}
		
	div.calendar-display-range {
		position: relative;
		float: left;
		width: 400px;
	}
	
	

/* Jahresansicht 							  */
/* ****************************************** */
table.year_month {
	border: 1px #0065A2 solid;
	margin-top: 10px;
}

table.year_month td {
	background: #ffffff;
	padding: 2px;
	text-align: center;
}

table.year_month td.monthOff a {
	color: #999;
	text-decoration: none;
}

table.year_month td.medtitle, table.year_month td.medtitle a {
	background: #0065A2;
	color: #ffffff;
	line-height: 20px;
	vertical-align: middle;
}

	 table.year_month td.medtitle a {
		 padding-left: 2px;
		 text-decoration: none;
	 }
	
	
/* Bilder Formatierung						  */
/* ****************************************** */


		
/* Schnellsuche 							  */
/* ****************************************** */

div#main div#navigation div#quicksearch {
	background: #9bb9d7;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	margin-top: 10px;
	height: 38px;
	width: 215px;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

	* html div#main div#navigation div#quicksearch { padding: 0px; width: 225px; }

	div#main div#navigation div#quicksearch label {
		position: relative;
		float: left;
		padding-right: 5px;
		height: 22px;
		line-height: 22px;
		vertical-align: middle;
		}
		
	div#main div#navigation div#quicksearch input {
		position: relative;
		float: left;
		width: 105px;
		margin: 0px;
		margin-right: 5px;
		margin-top: 2px;
		height: 18px;
		line-height: 18px;
		border: 0px none;
		vertical-align: middle;
		}
		
	div#main div#navigation div#quicksearch input.submit {
		background: #0065A2;
		color: #ffffff;
		margin: 0px;
		margin-top: 2px;
		padding: 0px;
		border: 0px none;
		width: 50px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		vertical-align: middle;
		}
		
/* erweiterte Suche							  */
/* ****************************************** */

div.searchevent {
	position: relative;
	float: left;
	clear: both;
	width: 725px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	}
	
	div.searchevent legend {
		display: none;
		}
	
	div.searchevent fieldset {
		position: relative;
		float: left;
		width: 725px;
		background: #ffffff;
		color: #0065A2;
		border: none;
		}
		
	div.searchevent fieldset label {
		position: relative;
		float: left;
		width: 100px;
		color: #0065A2;
		margin: 2px;
		}
		
	div.searchevent fieldset input, div.searchevent fieldset select {
		width: 400px;
		margin: 2px;
		}
		
	div.searchevent div.searchline {
		position: relative;
		float: left;
		clear: both;
		width: 720px;
		height: 22px;
		line-height: 22px;
		padding: 2px;
	}
	
	div.searchevent input.submit {
		text-align: center;
		}

/* Kontaktformular							  */
/* ****************************************** */
div.tx-thmailformplus-pi1 {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

div.tx-thmailformplus-pi1 fieldset {
	width: 100%;
	border: none;
}

div.tx-thmailformplus-pi1 fieldset label {
	position: relative;
	float: left;
	width: 175px;
}

div.tx-thmailformplus-pi1 fieldset input, div.tx-thmailformplus-pi1 fieldset textarea { width: 300px; }
div.tx-thmailformplus-pi1 fieldset input.button { text-align: center; }
div.tx-thmailformplus-pi1 fieldset ul li { list-style: none; margin-left: 20px; color: #F00; }
div.tx-thmailformplus-pi1 fieldset div.hinweis { width: 100%; margin-top: 10px; margin-left: 175px; width: 500px; }
div.tx-thmailformplus-pi1 fieldset div.hinweis p { margin-bottom: 10px; }


/* Service Menu								  */
/* ****************************************** */

/* Main navi row */
div.servicemenu {
	position: absolute;
	width: 200px;
	z-index: 10;
	margin-left: 10px;
}

/* Set font size for text links */
div.servicemenu ul {
	list-style-type: none;
}

/* List elements */
div.servicemenu li {
	position: relative;
	display: block;
	height: 22px;
	width: 200px;
	float: left;
}

/* Link elements */
div.servicemenu a {
	display: block;
	height: 22px;
	line-height: 22px;
	width: 200px;
	vertical-align: middle;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}
	* html .servicemenu a:link {height: 22px; he\ight: 22px;}
	* html .servicemenu a:visited {height: 22px; he\ight: 22px;}

/* Initiate mouseover */
.servicemenu a:hover {
	background-image: none;
}

/* Show submenu on hover */
.servicemenu ul a:hover {visibility: visible;}
.servicemenu ul li:hover {position: relative; z-index: 200;}

/* Display navi active while hovering subnavi */
.servicemenu a.nava3:hover, .servicemenu li:hover a.nava3 {background:transparent;}

/* IE 5.5 */
* html .servicemenu a.nava3:hover, * html .servicemenu li:hover a.nava3 {overflow: visible; overfl\ow: inherit; text-indent: -200px; text-i\ndent: inherit;}

/* Subnavi elements anchor */
.servicemenu ul.sub a {
	padding: 0;
	height: 22px;
	line-height: 22px;
	text-indent: 5px;
}	

/* Table display for IE lte 6 */
.servicemenu table {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 0; 
	height: 0; 	
	border-collapse: collapse;
}

/* Hide subnavi */
.servicemenu ul.sub {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: 0; 
	height: 0;
}

/* Style subnavi ul */
.servicemenu ul :hover ul.sub {
	left: 0px; 
	top: 22px; 
	background: #0065A2; 
	white-space: nowrap; 
	width: 200px; 
	height: auto;
}

/* Style subnavi ul li */
.servicemenu ul :hover ul.sub li {
	position: relative; 
	float: left; 
	display: block; 
	height: 22px; 
	width: 200px;
}

/* Style subnavi ul li a */
.servicemenu ul :hover ul.sub li a {
	display: block; 
	height: 22px; 
	width: 200px; 
	line-height: 22px; 
	text-indent: 5px; 
	color: #fff; 
	text-decoration: none; 
	border-top: 1px solid #ffffff; 
}

	* html .servicemenu ul :hover ul.sub li a {line-height: 22px;}
	*:first-child+html .servicemenu ul :hover ul.sub li a {line-height: 22px;}


/* Style subnavi ul li a hover */
.servicemenu ul :hover ul.sub li a:hover {
	background: #E2001A; 
	color: #ffffff;
	position: relative;
	height: 21px;
}