.chromestyle
{
	width:100%;
	font-weight: bold;
	font:normal 11px Arial;
	color:#FFFFFF;
}

.chromestyle:after /*Add margin between menu and rest of content in Firefox*/
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul /* Hela menyn */
{
	/*border-left: solid 1px #dcdbd6;
	border-top: solid 1px #dcdbd6;
	border-bottom: solid 1px #dcdbd6;
	background: url(../img/menuBackground.jpg) center center repeat-x; THEME CHANGE HERE*/
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	padding-left:0px;
	padding-right:0px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	display: inline;
	background: url(../graphic/mid_h.gif) center center repeat-x;
	margin: 0;
	/*border-top: solid 1px #DADADA;
	border-bottom: solid 1px #DADADA;*/

}
.chromestyle ul li a:hover
{
	display: inline;
	background-color:#063;
	background: url(../graphic/mid_h.gif) center center repeat-x;
	margin: 0;
	/*border-top: solid 1px #DADADA;
	border-bottom: solid 1px #DADADA;*/

}

.mellanrum
{
 width:2px;
 color:#FFF;
 background-color:#FFF;
 float:inherit;
}

.meny
{
background: url(../graphic/mid.gif) center center repeat-x;
	width:100%;
	font-weight: bold;
	font:normal 11px Arial;
	color:#FFFFFF;
	line-height:25px;
	cursor:pointer;
	width:132px;
    float:left;
	border-color: #CCC;
	border-style:solid;
	border-width:0px;
}
.meny a:hover
{
background: url(../graphic/mid_h.gif) center center repeat-x;
	width:100%;
	font-weight: bold;
	font:normal 11px Arial;
	color:#FFFFFF;
	line-height:25px;
	cursor:pointer;
	width:132px;
    float:left;
}

.chromestyle ul li a
{
	background: url(../graphic/mid.gif) center center repeat-x; /*THEME CHANGE HERE*/
	filter: DropShadow(Color=999999, OffX=1, OffY=1, Positive=1);
	color: #494949;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:36px;
	padding-left:25px;
	margin: 0;
	text-decoration: none;
	border-left: solid 1px #DADADA;
	

}

.chromestyle ul li .noSubLinks a span
{
	border-bottom: solid 0px #DADADA;
	border-right: solid 0px #DADADA;
	
}

.chromestyle ul li .noSubLinks a
{
	background-color: #F0F0F0;
	background: url(../graphic/mid.gif) right center no-repeat; /*THEME CHANGE HERE*/
	
}

.chromestyle ul li .noSubLinks a:hover
{
	background-color: #F0F0F0;
	background: url(../img/rightEdgeOver.gif) right center no-repeat; /*THEME CHANGE HERE*/
	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle li.selected a, .chromestyle li.selected a span, .chromestyle a:hover
{
	background-color: #F0F0F0;
	background: url(../img/menuBackgroundMouseover.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
position:absolute;
top: 0;
border: solid 1px #dcdbd6; /*THEME CHANGE HERE*/
border-bottom-width: 1;
border-top-width: 0;
border-top-color:White;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
padding-top:16px;
padding-bottom:26px;
padding-left:0px;
margin-top:-1px;
margin-left:0px;
/*
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: 0px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 3px 36px 3px 36px;
	text-decoration: none;
	font-weight: normal;
	color:#444444;
	
}

* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	
}