/* CSS Document */

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
background-image:url(../images/bg_meny.jpg);
height:35px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}


#globalNav a {
	color:#666666;
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a#current{ color: red;}
/********************/
#globalNav2{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
background-image:url(../images/bg_meny.jpg);
height:35px;

}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav2 img{
 display: block;
}

#globalNav2 a {
	color:#003399;
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}

#globalNav2 a#current{ color: red;}

/************* #breadCrumb styles *************/
