#left_menu
{
	margin: 0px; padding: 0px;
	background: url(../images/omega_logo.png) no-repeat bottom;
	width: 170px;
	float: left;
	height: 400px; /* javascript etkin olmayan browserlar icin varsayilan icerik yuksekligi */
	border-right: solid 1px #dddddd;
	overflow-x: hidden; overflow-y: auto;
}

#left_menu a
{
    text-decoration: none;
	font-weight: bold;
	color: #6c768a;
    width: 100%;
    height: 100%;
    float: left;
    padding-left: 0px;
}

#left_menu a:visited{ color: #6c768a; }

#left_menu a:hover
{
	color: #e2e6e9;
    text-decoration: none;
    background-color: #d17980;
}

#left_menu a.selected
{
	background-color: #c10d19;
	color: #e2e6e9;
}

#left_menu a.selected:visited
{
	background-color: #c10d19;
	color: #e2e6e9;
}

#left_menu .head
{
	cursor: default;
	font-weight: bold;
	color: #6c768a;
    background-color: #e2e6e9;
    border-bottom: solid 1px #6c768a;
    text-align: left;
    margin-top: 10px;
    padding-left: 3px;
    height: 20px;
}

#left_menu .sub
{
    padding-left: 5px;
    border-bottom: dotted 1px #a7a7a7;
    margin-top: 5px;
    height: 20px;
    font-size: 0.9em;
}
