/* STILIAUS KODAS MUZIKA */

body,html {
background:#15317E;
margin:0;
padding:0;
}

p {
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
}

#fonas {
width:100%;
margin:12px;
background:#15317E;
}

.patsVirsus {
color:white;
height:84px;
width:100%;
font-family: "Arial", Georgia, Serif;
font-size:12pt;
padding-top:12px;
padding-left:84px;
background:#82CAFF;
}

.iVirsus {
color:yellow;
font-size:45pt;
}

#centras {
width:100%;
padding-left:0;
}

a#centras {
color:blue;
text-decoration:none;
}

#centras a:hover {
color:yellow;
text-decoration:underline;
}

.link {
background:lightblue;
}

.link:hover {
background:green;
}

.iRight {
float:right;
height:auto!important;
width:62%;
padding-left:12px;
background:#2B547E;
}

.iLeft {
float:left;
height:719px;
width:36%;
margin:0;
background:#006699;
}

#tlink {
font-family:Arial;
text-decoration:none;
background-color:yellow;
}

a#tlink:hover {
text-decoration:none;
color:yellow;
background:green;
}

.apacia {
float:left;
color:gray;
width:100%;
height:100px;
background:black;
}

.menuArea {
height:26px;
width:100%;
background:#4AA02C;
}

/* MENIU STILIUS */

ul {
margin:0;
padding-left:18px;
}

ul li {
float:left;
list-style-type:none;
display:inline-block;
}

ul li a {
display:block;
float:left;
color:lightgreen;
font-family:Arial,Helvetica,sans-serif;
text-decoration: none;
padding:3px 8px;
}

ul li a:hover {
background:#348017;
color:yellow;
}

li.active {
background:green;
}

li.active a {
color:yellow;
}

/* MENIU STILIUS 2 */
 
.iMenu {
width:100%;
font-size:12px;
padding-top:14px;
}
 
#nav ul {
margin:0;
padding-left:22px;
}
 
#nav ul li {
float:left;
list-style-type:none;
display:inline-block;
}
 
#nav ul li a {
display:block;
float:left;
color:lightgreen;
font-family:Times New Roman,Helvetica,sans-serif;
text-decoration: none;
padding:0px 4px;
}
 
#nav ul li a:hover {
color:yellow;
text-decoration:underline;
background:none;
}
 
#nav li.active {
color:red;
background:green;
}
 
#nav li.active a {
color:yellow;
}

.yellow {
color:yellow;
}