.horisontalmenu
{
	width: 99%;
	font-family:BPG Glaho Arial V5, BPG Glaho Arial,  BPG Glaho, Arial, Helvetica, sans-serif;
}

.horisontalmenu:after
{ /*Add margin between horisontalmenu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.horisontalmenu ul
{
border: none;
width: 100%;
background-color: #d9d8d6; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.horisontalmenu ul li{
display: inline;
}

.horisontalmenu ul li a{
color: red;
padding: 0px 10px;
margin: 0;
font-size: 14px;
font-family: Sylfaen;
text-decoration: none;
/* border-right: 1px solid white; */
}

.horisontalmenu ul li a:hover
{
background-color: #d9d8d6; /*THEME CHANGE HERE*/
font-size: 14px;
font-family: Sylfaen;
text-decoration: none;
color: #7f580b;
}

.horisontalmenu 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 horisontalmenu ######### */

.drophorisontalmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt BPG Glaho Arial V5, BPG Glaho Arial,  BPG Glaho, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #d9d8d6;
border-color: Red;
width: 200px;
visibility: hidden;
}


.drophorisontalmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: red;
}

* html .drophorisontalmenudiv a{ /*IE only hack*/
width: 100%;
}

.drophorisontalmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: White;
color:black;
}

