/* Copyright "Good Neighbors" Ltd. 2009 
The content of this file is protected and it can be used 
only after writen permission of "Good Neighbors" Ltd.

Запазени права "Добрите съседи" ООД 2009
Използването на този фаил или негови фрагменти
е възможно само след изрично писмено съгласие на 
фирма "Добрите съседи" ООД */

#menu {
}

#menu ul {
	list-style-type: none;
	text-align: right;
/* border color #CDE3F1 */	
/* border color active #FF9900 */	
	background: url("../images/menu_bg.png") repeat-x;
}

#menu li{
	font-size: 10pt;
}

#menu li.normal {
}

#menu li.normal a{
	color: #666666;
	text-decoration: none;
}

#menu li.normal a:link {
}

#menu li.normal a:visited {
}

#menu li.normal a:hover {
	color: #3399ee;
    text-decoration:underline;
}

#menu li.active {
	background: url("../images/menu_bg_active.png") repeat-x;
}

#menu li.active a {
	color: black;
	text-decoration: none;
}

#menu li.active a:link {
}

#menu li.active a:visited {
}

#menu li.active a:hover {
	text-decoration: none;
}

#sidenav {
}

#sidenav ul li{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
}

#sidenav ul li a{
	color: #838383;
}

#sidenav ul li.normal {
}

#sidenav ul li.normal a {
	text-decoration: none;
}

#sidenav ul li.normal a:link {
}

#sidenav ul li.normal a:visited {
}

#sidenav ul li.normal a:hover {
    text-decoration:underline;
}

#sidenav ul li.active {
	background: url("../images/orange.png") center left no-repeat;
	padding-left: 10px;
}

#sidenav ul li.active a {
	color: #0077bb;
	text-decoration: none;
}

#sidenav ul li.active a:link {
}

#sidenav ul li.active a:visited {
}

#sidenav ul li.active a:hover {
	text-decoration: underline;
}