@charset "utf-8";
/* CSS Document */
a{text-decoration: none; color:#d88708;}/*alla länkar*/
#menuHead a{color:#FFFFFF; text-decoration:none;}

#menuHead li {
			list-style:none; float:left; /*position:relative; left:-20px;*/
			font-family:"Century Gothic", Arial, Verdana; font-size:28px;
			text-align:center;
			background:url(images/bg_button1.png) no-repeat; padding-top:20px;
			width:175px;
			height: 81px;
			margin:3px;
			/*border:#66CC66 solid 1px;*/
			
}

/* CG nav setup */
#cg_nav1 { height: 50px; width: 900px; margin-left:50px;}
#cg_nav1 a, #cg_nav1 span {
							height: 50px; /*float:left; */ position:absolute;
							background: #fff top left no-repeat;
							}

#cg_nav1 a span, #cg_nav1 span span,
#cg_nav1 .cg_divider { display: none; }

/* CG nav images */
a#cg_first { background: url(images/cg_nav/first.png); width:54px; left:0px;}
a#cg_back { background: url(images/cg_nav/back.png); width:46px; left:54px;}
a#cg_next { background: url(images/cg_nav/next.png); width:45px; right:53px;}
a#cg_last { background: url(images/cg_nav/last.png); width:53px; right:0px;}

/* CG nav rollover images */
a#cg_first:hover { background: url(images/cg_nav/first_on.png); }
a#cg_back:hover { background: url(images/cg_nav/back_on.png); }
a#cg_next:hover { background: url(images/cg_nav/next_on.png); }
a#cg_last:hover { background: url(images/cg_nav/last_on.png); }

/* CG nav unavailable images */
span#cg_first { background: url(images/cg_nav/first_off.png); width:50px; height:46px; position:absolute; left:0px;}
span#cg_back { background: url(images/cg_nav/back_off.png);  width:42px; height:46px; position:absolute; left:54px;}
span#cg_next { background: url(images/cg_nav/next_off.png);  width:42px; height:46px; position:absolute; right:53px;}
span#cg_last { background: url(images/cg_nav/last_off.png);  width:50px; height:46px; position:absolute; right:0px;}

