#chromemenu{
width: 900px
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block; 
height: 0; 
clear: both;
visibility: hidden
}

#chromemenu ul{
border: 0px solid #282314;
width: 100%;
background: url(chromebg4.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px
}


#chromemenu ul li{
display: inline
}


#chromemenu ul li a{
float: left;
color: #282314;
font-weight: bold;
padding: 4px 20px 4px 20px;
text-decoration: none;
background: url (divider4.gif) center right no-repeat /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #FF6600
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
*content: ""
/*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 #282314; /*Theme Change here*/
border-bottom-width: 0;
font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
line-height:16px;
z-index:100;
background-color: #fafab4;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#323214,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #282314; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: none;
color: #282314;
  text-align: center
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #282314;
  color: #FF6600
}

.cj1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #282314;
  font-size: 10pt
}


a.cj1:hover{
	color: #FF6600
}

.cj1link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #5E532F;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bolder
}

a.cj1link:hover {
  color: #FF6600
}

.cj2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #282314;
  font-size: 12pt;
  text-decoration: none
}

a.cj2:hover{
	color: #FF6600;
    text-decoration: none
}

.cj2link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #5E532F;
  font-size: 12pt;
  text-decoration: none;
  font-weight: bolder
}

a.cj2link:hover {
  color: #FF6600
}

.jc1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fafab4;
  font-size: 8pt;
  text-decoration: none
}

a.jc1:hover{
	color: #FF6600;
    text-decoration: none
}

.jc2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fafab4;
  font-size: 12pt;
  text-decoration: none
}

.linkownie {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fafab4;
  font-size: 7pt;
  text-decoration: none
}

a.linkownie:hover{
	color: #fafab4
}



