/*csstopMenu.css for Stevns Camping **********************
* CSS Top Menu: Son of Suckerfish Dropdowns
*               with up to 3 levels
* By Patrick Griffiths and Dan Webb.
*
* modified last 27. april 2008 by F Ritslev *******/

#header {
	width: 100%;
	background-color: white;
	text-align: left;
	padding: 0;
	border: 0 solid #F5DEB3;    /*wheat border */
	margin: 0;}

#nav, #nav ul {
	float: left;
	background-color: #FFFFE0;       /*LightYellow background */
	list-style: none;
	color: #800000;            /*maroon characters */
	line-height: 1em;
	padding: 0;
	border: solid #F5DEB3;     /*wheat border     */
	border-width: 1px 2px 0 0;
	margin: 0;}

/*Top level list items ************************************************/
#nav li {
	float: left;
	padding: 0;
	width: 100px;}      /* must be the same as #nav li a */

/*Top level menu link item style*/
#nav li a {
	display: block;
	color: #800000;
	font: 12px Arial, Tahoma, sans-serif; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 100px;
	w\idth: 100px;
	padding: 6px 0 5px 0;
	border: 0 solid #F5DEB3;   /*Wheat colored border  */
	border-width: 1px 0 1px 0;}

/*Top level menu link items with children*/
#nav a.granddad { 
	background-image: url('http://www.ritslev.dk/realbiz/images/rightarrow1.gif'); 
	background-repeat: no-repeat; 
	background-attachment: scroll; background-position: bottom center;}

/*Sub level menu*/
#nav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	border-width: 0.25em;
	margin: 0;}

/*Sub level list items *************************************************/
#nav li li {
	padding-right: 1em;
	width: 13em;}

/*Sub level menu link styles*/
#nav li li a, #nav li li li a {
	display: block;
	font: 12px Arial, Tahoma, sans-serif; 
	font-weight: bold;
	text-align: left; 
	color: #800000;
	text-decoration: none;
	width: 14.4em;
	w\idth: 13.9em;
	border: 0 solid #F5DEB3;   /*Wheat colored border  */
	padding: 3px 0.25em;}

/*Sub level menu link items with children*/
#nav a.daddy { 
	background-image: url('http://www.ritslev.dk/realbiz/images/rightarrow2.gif'); 
	background-repeat: no-repeat; 
	background-attachment: scroll; background-position: center right;}
	
/*action and hover ****************************************************/
#nav li ul a {
	width: 13em;}

#nav li ul ul {
	margin: -2.05em 0 0 14em;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;}

#nav li:hover, #nav li.sfhover {
	background-color: #F5DEB3;}
