body {
margin: 0 auto;
padding: 0;
background: #f4f4f4 url('images/bg.gif') repeat-y top center;
}
#header {
clear: both;
margin: 0px 0 0 0;
padding: 0;
height: 45px;
}

#firstNavBar {
    WIDTH: 760; BACKGROUND-COLOR: #5a86b3; TEXT-ALIGN: left
}

#mbutton {
    BORDER-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 13px; MARGIN-BOTTOM: 0em; WIDTH: 100%; COLOR: #353535; FONT-FAMILY: Verdana, Arial, Lucida, Geneva, Helvetica, sans-serif; TEXT-ALIGN: center
}
#mbutton UL {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; LIST-STYLE-TYPE: none; BORDER-BOTTOM-STYLE: none
}
#mbutton LI {
    BORDER-RIGHT: #ece9d8 0px solid; MARGIN: 0px; BORDER-BOTTOM: #ece9d8 0px solid
}
#mbutton LI A {
    BORDER-RIGHT: #efefef 0px solid; PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; WIDTH: 100%; COLOR: #ffffff; PADDING-TOP: 6px; BORDER-BOTTOM: #5a86b3 5px solid; BACKGROUND-COLOR: #5a86b3; TEXT-DECORATION: none
}
#mbutton LI A:hover {
    COLOR: #ffffff; BORDER-BOTTOM: #7699bd 5px solid; BACKGROUND-COLOR: #7699bd; TEXT-DECORATION: none
}
#mbutton #current A {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; LIST-STYLE-TYPE: none; BORDER-BOTTOM-STYLE: none
}



#meniu a {
text-decoration: none;
color: #286ea0;
}

#meniu a:hover {
text-decoration: underline;
color: #286ea0;
}

#meniu a img {
border: 0;
}

#meniu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #CFE3F3;
border-left: 4px solid #286ea0;
}   

#meniu li a:hover {
background: #ffffff;
color: #286ea0;
border-left: 4px solid #CFE3F3;
}

#meniu li {
margin-bottom: 4px;

}

#meniu ul {
list-style: none;
width: 180px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;

}   

.announce {
margin: 10px 0 10px 0;
padding: 0px;
width: 180px;
color: #505050;
background-color: #CFE3F3;
line-height: 1.3em;
}

a {
text-decoration: none;
color: #286ea0;
font-size: 0.8em;
}

a:hover {
text-decoration: underline;
color: #286ea0;
font-size: 0.8em;
}

#img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

.btnform {
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  FONT-SIZE: 12px;
  BORDER-LEFT: 0px;
  WIDTH: 100;
  CURSOR: hand;
  BORDER-BOTTOM: 0px;
  FONT-FAMILY: tahoma, verdana;
  HEIGHT: 18px;
  BACKGROUND-COLOR: #dbeaf5;
  TEXT-ALIGN: center 
}

#footer {
clear: both;
margin: 0 auto;
padding: 5px 0 5px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #271567;
font-weight: bold;
background-color: #C1CCE0;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.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*/
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}
