/* CSS Document */


/*ny meny*/
#idTopMenu{	
	margin:39px 35px 0 0;
	background:url(../images/menybg.gif);
	background-repeat:repeat-x;	/**/ 
	list-style: none;
	height:44px;	
	padding:0;
	
}


#idTopMenu li{
	float:left;
	
}

#idTopMenu li a{
	float: left;
	display: block;
	font-size:1.3em;
	font-family:Myriad, Verdana, Arial;
	font-weight:lighter;
	text-decoration: none;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 43px;
	line-height: 32px;
	text-align: left;
	cursor: pointer;	
	margin:0 0px;
	
}
#idTopMenu li a, #idTopMenu li a:hover{

	text-decoration:none;
}


#idTopMenu li a b{
	float: left;
	display: block;
	padding: 10px 20px 0 6px; /*Padding of menu items*/
}

#idTopMenu li.notcurrent a, #idTopMenu li a{
	color: #fff;
	margin:1px 0 0 0;
	background: url(../images/menyleft.gif) no-repeat; /*left tab image path*/
	background-position:left;
}

#idTopMenu li.notcurrent a b, #idTopMenu li a b{
	color: #fff;
	margin:1px 0 0 0;
	background: url(../images/menyright.gif) no-repeat;
	background-position: right; /*right tab image path*/
}


#idTopMenu li.current a, #idTopMenu li a{
	color: #E3EF29;
	margin:1px 0 0 0;
	background: url(../images/menyleft.gif) no-repeat; /*left tab image path*/
	background-position:left;
}

#idTopMenu li.current a b, #idTopMenu li a b{
	color: #E3EF29;
	margin:1px 0 0 0;
	background: url(../images/menyright.gif) no-repeat;
	background-position: right; /*right tab image path*/
}


