/*** Navigation (Setting up some fonts, colors and more)***/

div#navigation
{
	padding: 0; 
	margin: 0; 
	width: 95%; 
	border:0px solid white; 
	margin-top: 35px; 
	margin-left: 8px;
	float: left;
}
div#navigation a
{
	display:block;
}
div#navigation li:hover
{
	cursor:pointer;
}
#navigation a:link, #navigation a:visited{color: #ffffff; padding:0px; text-decoration:none;}

div#navigation li.top_parent:hover{	background: url(../images/menu_hover_105x25.jpg) no-repeat;}
div#navigation li.active{ background: url(../images/menu_solid_105x25.jpg) no-repeat; }

#navigation .current a:link, #navigation .current a:visited{color: #fff;text-decoration:none;padding:10px;}

/*** Essential styles - Superfish menu (Setting the positions for the list elements etc.) ***/

.nav, .nav * {margin:0;padding:0;list-style:none;}

.nav ul {position:absolute;top:-999em;}

.nav li {float:left;position:relative;z-index:99;font-size:13px; width: 105px; height: 25px; text-align: center; line-height:23px; margin-right: 5px;}

.nav a {}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:0px;top:26px;} /** this is positioning for the 1st level hover**/

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:164px;top:-1px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}


/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/

.nav li {} /** this is background for the 1st level**/

.nav li li {width: 160px; background:#666666; border: 1px solid #888888; text-align: left; padding-left: 3px;}/** this is background for the 2nd level**/

.nav li li:hover {background-color:#888888;}/** this is hover background for the 2nd level**/

.nav li li li {width: 160px; background:#888888; border: 1px solid #888888; text-align: left; padding-left: 3px;}/** this is background for the 3rd level**/

.nav li li li:hover {background-color: #AAAAAA;}/** this is hover background for the 2nd level**/

