/* ---------------------------------------------------------------------------------- */
/* CSS Document - last updated: 21/10/2009																						*/

/* babylon garden furniture																														*/
/* Author: Alex @ Webnetism (www.webnetism.com)																				*/

/* left_menu.css																																			*/
/* Media: screen																																			*/
/* ---------------------------------------------------------------------------------- */

#nav {
	position: relative;
	width: 177px;
	background-image: url(../images/navigation/left_nav_middle.gif); background-repeat: repeat-y;
	left: 5px;
}

#nav, #nav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -5px;
	list-style: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.sub_menu {
	background-color: #fff;
	height: auto;
	width: 170px;
	padding: 2px 0px 2px 5px;
}

#nav li ul li ul li.sub_menu {
	height: auto;
	padding: 3px 0px 3px 5px;
	width: 170px;
}

#nav li a { padding-left: 0px; }
#nav li ul li a { padding: 0px 5px 0px 5px; }

#nav li ul li { padding-left: 0px; }

#nav ul { padding-left: 0px; }

#nav li { font-size:12px; line-height: 18px; color:#fff; cursor:pointer; width:100%;	border-bottom: solid 0px #fff; }
#nav li.down { padding: 3px 0px 4px 5px; border-bottom: solid 1px #fff;  }

.down { background: #f2653a; }
#nav li.down:hover { color: #fff; background: #959595; border-bottom: solid 1px #fff; }

#nav li.sub_menu:active { background: #5d8e3c; cursor: default; }

.sub_menu:link, #nav li.sub_menu:visited, #nav li.sub_menu:active, #nav li.sub_menu:hover { 
	background: #ea8c36; cursor:pointer; width: 182px; text-decoration: none; line-height: 18px;
}

.sub_menu a { display: block; text-decoration: none;  }
.sub_menu { background-color: #ececec; }

#nav li ul li.light_grey_dashed_line { background-image: url(../images/navigation/grey_dashed_line.gif); background-repeat: no-repeat; }
#nav li.light_grey_dashed_line { font-size: 11px; padding-top: 3px; background-image: url(../images/navigation/grey_dashed_line.gif); background-repeat: no-repeat; }

#nav li.light_grey_dashed_line a { padding-top: 3px; }

#nav li.light_grey_dashed_line:hover { color: #000; background: #ea8c36; padding-top: 3px;
	background-image: url(../images/navigation/grey_dashed_line.gif); background-repeat: no-repeat;
}

#nav li.sub_top { font-size: 11px; padding: 3px 0px 4px 0px; margin-top: 4px; width: 182px; line-height: 18px; background-image: url(../images/navigation/grey_dashed_line.gif); background-repeat: no-repeat; }
