/*
Design och programering av Zebra Media, Jamie Telin, Juli 2007
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
body {
	background-image:url(image_layout/bodybg.jpg);
	margin:0px;
	background-repeat:repeat-x;
}
.top {
	background-image:url(image_layout/top.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:298px;
}
.middle {
	background-image:url(image_layout/mid.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:800px;
}
.bottom {
	background-image:url(image_layout/bot.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:69px;
}
.menu {
	background-image:url(image_layout/menu.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:29px;
}
.menuexpanded {
	background-image:url(image_layout/menuexpand.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:800px;
	height:59px;
}
.pre_menu{
	height:4px;
}
/*
TEXT
*/
.smalltext {
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a:hover{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*PLUGGS*/
.linkm A:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
.linkm A:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
.linkm A:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
.linkm A:hover {
	text-decoration: none; 
	color:#FFFFCC;
}



/*MENU*/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #0066CC;
width: 100%;
background:url(image_layout/menu_bg.jpg) center center; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 3px solid #FFFFFF
}

.chromestyle ul li a:hover{
background:url(image_layout/menu_bg.jpg) center center; /*THEME CHANGE HERE*
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#0066CC;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#0099FF;
}