/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}


#navigation {
	width: 190px;
	background-color:#F3F3F4;
}
#navigation a.head {
	border-bottom:1px dotted #F07400;
color:#414141;
display:block;
font-size:12px;
font-weight:normal;
height:30px;
line-height:28px;
padding-left:13px;
text-decoration:none;
background-color:#C5C6C8;
}
#navigation a.head:hover {
	background-color: #CCC;
	}
	
#navigation a.selected {
	text-decoration: none;
}
#navigation a.current {
	 text-decoration: none;
}

#navigation ul {
	list-style:none;
	padding:0;
}

#navigation li {
	list-style:none; 
	display: block;
}

#navigation ul li{
	font-size: 11px;
	height:21px; 
	line-height:21px;
	padding:0 0 0 15px;
	background-color:#F3F3F4;
	margin:0 0 0 15px;
	border-bottom:1px dotted #F07400;
}
#navigation li li a{
	color:#FF5D00;
	display:block;
	text-decoration: none;
	font-weight:100;
	font-size: 11px;
	line-height:21px;
}
#navigation li li a:hover{
	color:#FF5D00; text-decoration:underline;
}
